body
{
  margin: 0;
  padding: 0;
  width: 100%;
}

#droite-sect1
{
	background-color: black;
	right: 10%;
	height: 100%;
	position: relative;
	width: 30%;
	float: right;
}

#gauche-sect1
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#text-sect1
{
	width: 70%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#text-sect1 h1
{
	color: white;
}

#text-sect1 p
{
	color: snow;
	margin-top: 2%;
}

#droite-sect2
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect2
{
	background-color: white;
	left: 10%;
	height: 100%;
	position: relative;
	width: 30%;
	float: left;
}

#text-sect2
{
	width: 70%;
	margin-top: 20%;
	margin-left: 15%;
}

#text-sect2 h1
{
	color: black;
}

#text-sect2 p
{
	color: gray;
	margin-top: 2%;
}

#droite-sect3
{
	background-color: black;
	right: 10%;
	height: 100%;
	position: relative;
	width: 30%;
	float: right;
}

#gauche-sect3
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#text-sect3
{
	width: 70%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#text-sect3 h1
{
	color: white;
}

#text-sect3 p
{
	color: snow;
	margin-top: 2%;
}

@media (min-width: 768px) and (max-width: 1280px)
{
    #droite-sect1
    {
        width: 50%;
        right: 0;
    }
    #gauche-sect2
    {
        width: 50%;
        left: 0;
    }
    #droite-sect3
    {
        width: 50%;
        right: 0;
    }
}

@media (max-width: 767px)
{
    #droite-sect1
    {
        width: 80%;
        right: 0;
    }
    #droite-sect1
    {
        width: 65%;
        right: 0;
    }
    #gauche-sect1
    {
    	display: none;
    }
    #gauche-sect2
    {
        width: 80%;
        left: 0;
    }
    #droite-sect2
    {
    	display: none;
    }
    #droite-sect3
    {
        width: 80%;
        right: 0;
    }
    #gauche-sect3
    {
    	display: none;
    }
}

.margin-b-0
{
	display: none !important;
}

.link:hover
{
	color: red;
}

h4 a:hover
{
	color: red;
}

.content-wrapper-link:hover
{
	border: 1px solid red;
}

.no-border
{
	border: none !important;
}

.italic-red
{
	color: red;
	font-style: italic;
}

.social img
{
	width: 5%;
	margin: 1%;
	vertical-align: middle;
}

@media (max-width: 767px)
{
    .social img
	{
		width: 10%;
	}

}

.socialline
{
	padding-top: 5%;
}

.btn-default
{
	background-color: transparent !important;
	border: none !important;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus
{
	color: red !important;
}

a:focus, a:hover
{
	text-decoration: none !important;
}

.caret
{
	display: none !important;
}

.dropdown-menu
{
	background-color: rgba(0,0,0,0.8);
	margin: -10% 0 0;
}

.dropdown-menu::after
{
    border-bottom: 8px solid rgba(0,0,0,0.8);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 25%;
    position: absolute;
    top: -8px;
}

@media (max-width: 1023px)
{
	.dropdown-menu::after
	{
		display: none;
	}
}

.dropdown-menu>li>a
{
	color: white;
}

.dropdown-menu>li>a:hover
{
	color: red;
	margin-left: 3%;
	background-color: transparent;
}

.formul
{
	margin-top: 3%;
}

.contactT
{
	padding-left: 5%;
	padding-top: 8%;
}

.h1-produits
{
	text-align: center;
	margin-top: 8%;
	margin-bottom: 5%;
}

.carousel-inner
{
	background-color: black;
}

.galerie-box
{
	padding: 0 !important;
}

@media (max-width:767px)
{
	.carousel-title
	{
		font-size: 20px;
	}
	.carousel-inner p
	{
		font-size: 10px;
	}
	.fond-resp
	{
		background-color: rgba(0, 0, 0, 0.5);
		padding: 2%;
		border-radius: 5px;
	}
}

@media (min-width: 768px) and (max-width: 812px)
{
	.fond-resp
	{
		background-color: rgba(0, 0, 0, 0.5);
		padding: 2%;
		border-radius: 5px;
	}
}

@media (min-width: 769px) and (max-width: 812px)
{
	.carousel-title
	{
		font-size: 30px;
		margin-top: 15%;
	}
	.carousel-inner p
	{
		font-size: 15px;
	}
}

.page-hidden
{
	color: transparent !important;
}

.blockquote
{
	animation-delay: 0.2s;
	animation-duration: 1s;
}

.img-actu
{
	width: 100%;
	animation-delay: 0.2s;
	animation-duration: 2s;
}

.text-actu
{
	margin-top: 5%;
}

@media (min-width: 768px) and (max-width: 1024px)
{
	.text-actu
	{
		margin-top: 0;
	}
}

@media (min-width: 1025px) and (max-width: 1280px)
{
	.text-actu
	{
		margin-top: 5%;
	}
}

.row-actu
{
	margin: 5%;
}

.trait-actu
{
	width: 80%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(to right, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 25%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 75%,rgba(255,0,0,0) 100%); 
	background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,0,1) 25%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 75%, rgba(255,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 25%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 75%,rgba(255,0,0,0) 100%);
	animation-duration: 1s;
}

.deco-actu
{
	margin-top: 3%;
}

#mouvements, #options, #modules
{
	margin-top: 5%;
	height: 100%;
}

#unbar, #deuxbar, #quatrebar
{
	margin-top: 5%;
	height: 100%;
}

#bimg img
{
	width: 100%;
}

#bimg img:hover
{
	transform: scale(2);
}

#bbtn button
{
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#bbtn button
	{
		width: 110px;
		height: 110px;
	}
}

table
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

td, th
{
	border: none;
	vertical-align: middle;
	text-align: center;
	width: auto;
	padding-top: 1%;
}

td img
{
	width: 50%;
}

td img:hover
{
	transform: scale(1.05);
}

#opTimg img
{
	width: 70%;
}

.opTrow
{
	height: 100px;
	padding: 0;
	margin-top: 20%;
}

@media (max-width: 1200px)
{
	#opTtxt button
	{
		width: 100%;
		margin-bottom: 3%;
	}
	.opTrow
	{
		height: 100%;
		margin-top: 5%;
	}
	#opTtxt
	{
		padding-top: 10%;
	}
}

#modimg img
{
	width: 80%;
}

#modtxt
{
	padding-top: 5%;
}

#modimg, #modtxt
{
	margin-top: 5%;
}

#modtxt h3
{
	margin-top: 5%;
}

#GD-e, #GMT, #GD-homme, #GD-femme
{
	margin-top: 60%;
}

@media (max-width: 767px)
{
	#GD-e, #GMT, #GD-homme, #GD-femme
	{
		margin-top: 30%;
	}
}

@media (min-width: 667px) and (max-width: 740px)
{
	#GD-e, #GMT, #GD-homme, #GD-femme
	{
		margin-top: 15%;
	}
}

@media (min-width: 360px) and (max-width: 1280px)
{
	.italic-red
	{
		color: red;
		font-style: italic;
	}
}

#section0 h1
{
	text-align: center;
	margin-top: 10%;
	margin-bottom: 5%;
}
#section0 p
{
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
}

#section1 h1
{
	text-align: center;
	color: white;
	padding-top: 5%;
}
#section1 h1::first-letter
{
	color: red;
	font-weight: 400;
}

#section3 h1
{
	text-align: center;
	color: white;
	padding-top: 5%;
}
#section3 h1::first-letter
{
	color: red;
	font-weight: 400;
}

.justifier
{
	text-align: justify;
}

.centrer
{
	text-align: center;
}

.align-droite
{
	text-align: right;
}

.align-gauche
{
	text-align: left;
}


@media (max-width: 812px)
{
	.resp-form
	{
		margin-left: 20%;
		margin-bottom: 5%;
	}
	.resp-cont-img
	{
		display: none;
	}
}

@media (min-width: 813px) and (max-width: 1300px)
{
	.resp-form
	{
		margin-bottom: 5%;
	}
}

#presentation
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.rp-col
{
	padding: 0.5%;
}

.at-expanding-share-button-toggle, .at-share-btn
{
	opacity: 0.7;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.at-expanding-share-button-toggle:hover, .at-expanding-share-button-toggle:focus, .at-share-btn:hover, .at-share-btn:focus
{
	opacity: 1;
	transform: scale(1.1);
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.info-footer h3, .info-footer p
{
	color: white;
}

@media (max-width: 439px)
{
	.info-footer p
	{
		font-size: 11px;
	}
	.info-footer h3
	{
		font-size: 15px;
	}
}

.img-tab
{
	width: 15%;
}

.rotation-tab {
	-moz-transform: rotate(-90deg);  /* FF3.5+ */
	-o-transform: rotate(-90deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
}


.foot-titre
{
	width: 60%;
}

@media (max-width: 767px)
{
	.foot-titre
	{
		width: 100%;
	}
}


#droite-sect1-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect1-brevet h1
{
	color: white;
}

#droite-sect1-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect1-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect2-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect2-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect2-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect2-brevet h1
{
	color: white;
}

#text-sect2-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect3-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect3-brevet h1
{
	color: white;
}

#droite-sect3-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect3-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect4-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect4-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect4-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect4-brevet h1
{
	color: white;
}

#text-sect4-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect5-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect5-brevet h1
{
	color: white;
}

#droite-sect5-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect5-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect6-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect6-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect6-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect6-brevet h1
{
	color: white;
}

#text-sect6-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect7-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect7-brevet h1
{
	color: white;
}

#droite-sect7-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect7-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect8-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect8-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect8-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect8-brevet h1
{
	color: white;
}

#text-sect8-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect9-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect9-brevet h1
{
	color: white;
}

#droite-sect9-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect9-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect10-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect10-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect10-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect10-brevet h1
{
	color: white;
}

#text-sect10-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect11-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect11-brevet h1
{
	color: white;
}

#droite-sect11-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect11-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect12-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect12-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect12-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect12-brevet h1
{
	color: white;
}

#text-sect12-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect13-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect13-brevet h1
{
	color: white;
}

#droite-sect13-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect13-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect14-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect14-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect14-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect14-brevet h1
{
	color: white;
}

#text-sect14-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#droite-sect15-brevet
{
	background-color: black;
	right: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: right;
}

#droite-sect15-brevet h1
{
	color: white;
}

#droite-sect15-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}

#text-sect15-brevet
{
	width: 80%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#droite-sect16-brevet
{
	background-color: transparent;
	height: 100%;
	position: relative;
}

#gauche-sect16-brevet
{
	background-color: black;
	left: 0%;
	height: 100%;
	position: relative;
	width: 50%;
	float: left;
}

#text-sect16-brevet
{
	width: 80%;
	margin-top: 10%;
	margin-left: 15%;
}

#text-sect16-brevet h1
{
	color: white;
}

#text-sect16-brevet p
{
	color: gainsboro;
	margin-top: 10%;
}