@font-face {
    font-family: GOTHIC;
    src: url("../fonts/GOTHIC.TTF");
    font-weight: normal;
}
@font-face {
    font-family: GOTHIC;
    src: url("../fonts/GOTHICI.TTF");
    font-weight: 100;
}
@font-face {
    font-family: GOTHIC;
    src: url("../fonts/GOTHICB.TTF");
    font-weight: 500;
}
@font-face {
    font-family: GOTHIC;
    src: url("../fonts/GOTHICBI.TTF");
    font-weight: 600;
}



body{
	font-family: GOTHIC, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

body .contenu {
	position: relative;
    max-width: 1024px;  /*MaxWidth*/
    height: 100%;
    padding: 0px 15px;
    margin: auto;
    overflow: hidden;
}

body .italic{
	font-weight: 100;
}

body .gras{
	font-weight: 500;
}

body .grasI{
	font-weight: 600;
}

body .colorP{
	color: #9c9e9f;
}

.container-fluid {
	padding: 0px;
}

h1{
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #08266d !important;
	text-transform: uppercase;
}

.NameProd
{text-transform: uppercase;}
.linkbrochure{color:#fff !important;}
.search{
	/*display: none;*/
	position: fixed;
	top: 0px;
	left: -100%;
	width: 100%;
	background-color: rgba(4, 30, 66, 0.9);
	z-index: 10;

	font-size: 20px;
	color:  white;
	margin: auto;
}

.search .titre{
	padding-top: 25px;
}

.search input{
	padding: 13px 20px;
}


section{
	padding-top: 30px;
	padding-bottom: 30px;
}

section .line{
	position: relative;
}

section .line svg{
	position: absolute;
	top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

section p{
	text-align: justify;
	margin-bottom: 30px;
}

.filtre{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}

/*----------------------------- header --------------------------------*/

.header1000{
	display: none;
}

header{
	background-color: #08266d;
	padding: 10px 0px 0px 0px;
	z-index: 5;
	position: relative;
}

header .contenu{
	overflow: visible;
	padding: 0px 30px;
}

header .inner{
	width: 100%;
	margin: 0px;
	padding: 0px;

}

header .inner .col{
	padding: 0px;
	margin-bottom: 5px;
}

header .inner .col-auto{
 	padding: 0px;
 	margin-top: -7px;
 	position: relative;
}

header .inner .col-auto a{
 	position: absolute;
 	right: 10px;
 	top: 5px;
}

header .inner .col-auto .fa-twitter{
 	right: 35px;
 	visibility: hidden;
}

header .inner .col-auto .fa-facebook{
 	visibility: hidden;
}

header .inner .col-auto .fa-search{
 	/*right: 65px;*/
 	right: 0px;
 	z-index: 6;
}


header .inner .col-auto svg{

	height: 15px;
	width: 15px;
}

header .inner .col-auto .close{
	position: absolute;
	opacity: 1;
	/*right: 67px;*/
	right: 0px;
	opacity: 0;
}

header .inner .col-auto svg:hover line{
	stroke:rgb(255, 255, 255);
}

header .inner .col-auto svg line{
	stroke:rgb(203, 160, 82);
}

header .text{
	font-size: 12px;
	color: #9c9e9f;
}

header a{
	text-decoration: none;
	margin-left: 20px;
	color: #9c9e9f;
}

header a:hover{
	text-decoration: none;
	color: white;
}

header .fa-search:hover{
	color: #9c9e9f;
}

.filtre{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/*----------------------------- Nav --------------------------------*/


.navGrand .logo img{
	-webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;	
    height:75px;
}

.navGrand{
	-webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;	
}

nav{
	position: relative;
	background-color: #fff;
	overflow: visible;
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	/*z-index: 2;*/
	z-index: 4;
}


nav input{
	position: absolute;
	padding: 7px 20px;
	width: 300px;
	border-radius: 0px;
	
	top: -100px;
	right: 70px;
	z-index: -1;

	border: none;
	border-bottom: 1px solid #9c9e9f;
	background-color: rgba(4, 30, 66, 0);
}

nav input:focus{
	border: none;
	border-bottom: 1px solid #9c9e9f;
}


nav .contenu{
	overflow: visible;
}

nav .line{
	position: absolute;
	top: 15px;
	left: -300px;
}

nav .navSub{
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 102%;
	background-color: #08266d;
	z-index: 2;
}

nav .navSub .contenu{
	padding: 30px 0px;
}

nav .navSub .titre{	
	font-size: 14px;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9c9e9f;
	color:#FFF;
	
}

nav .navSub a{
	display: block;
	margin: 0px;
	padding-top: 5px;

    -webkit-transition: padding-left 0.3s ease; /* Safari */
    transition: padding-left 0.3s ease;	
color:#fff;
}

nav .navSub a:hover{
	text-decoration: none;
	padding-left: 10px;
	font-weight: 500;
	color:#9c9e9f;
}

nav .ele{
	position: relative;
	margin-top: 40px;
}

nav .ele svg{
	width: 28px;
	height: 24px;
}

nav a{
	font-size: 14px;
	text-decoration: none;
	color: #434343;
}

nav a:hover{
	color: #9c9ea0;
	text-decoration: none;
}

nav a.active{
	color: #9c9e9f;
}

nav .navIconOpen{
    /*margin-top: 10px;*/
    position: absolute;
    top: 110%;
    left: 50%;
    height: 10px;
    width: 10px;
    background-image: url("./../images/navOpen.png");
    background-position: top center;
    background-repeat: no-repeat;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}


/*----------------------------- Slide --------------------------------*/



.masterSlide{
	position: relative;
	padding: 0px;
	overflow: hidden;
}

.masterSlide .slides{
	position: relative;
	height: 500px;
	max-height: 500px;

    margin: auto;
    font-size: 0;

    overflow: hidden;
    white-space: nowrap;
    touch-action: auto;
}

.masterSlide .slide{
	position: relative;
	width: 100%;
	height: 100%;
    margin: auto;
    text-align:center;
    overflow:hidden;
    display: inline-block;
}

.masterSlide .slide .image{
    position: relative;
    height: 100%;
}


.masterSlide .slide .image img{
	position: absolute;
	/*height: 100%;*/
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.masterSlide .infos{
	color: white;
	font-size: 20px;
	position: absolute;
	white-space: normal;
	width: auto;
	top: 40%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.masterSlide .infos .contenu{
	overflow: visible;
}

.masterSlide .slide p{
    margin-left: -60px;
    opacity: 0;
    /*visibility: hidden;*/
    text-align: center;
    width: 800px;

    -webkit-transition: all 0.4s ease; /* Safari */
    transition: all 0.4s ease;
}

.masterSlide .slide .titre{
    font-size: 30px;
    margin-bottom: 15px;
    margin-right: -60px;
    opacity: 0;
    /*visibility: hidden;*/

    -webkit-transition: all 0.4s ease; /* Safari */
    transition: all 0.4s ease;
}

.masterSlide .slide p.active, .masterSlide .slide .titre.active{
    margin-left: 0px;
    margin-right: 0px;
    opacity: 1;
    /*visibility: visible;*/
}

/*.masterSlide */.titreG{
	font-size: 48px;
}

.masterSlide .gras{

}

.masterSlide .dots{
	position: absolute;
	top: 90%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.masterSlide .dot{
	height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.dot.active, .dot:hover {
	background-color: #9c9e9f;
    -ms-transform: scale(1.8, 1.8); /* IE 9 */
    -webkit-transform: scale(1.8, 1.8); /* Safari */
    transform: scale(1.8, 1.8); /* Standard syntax */
}


/*----------------------------- SECTION 2 --------------------------------*/

.accueilBody .section2{
	padding-top: 28px;
}

.accueilBody .section2 .gras{
	color: #08266d;
}



/*----------------------------- SECTION 3 --------------------------------*/



.accueilBody .section3{
	background-color: #08266d;
	color: white;
	min-height: 100%;
}

.accueilBody .section3 .contenu{
	overflow: visible;
}

.accueilBody .section3 ul{
	margin-top: 10px;
}

.accueilBody .section3 a{
	color: white;
	text-decoration: underline;
}

.accueilBody .section3 a:hover{
	color: #9c9e9f;
}

.accueilBody .section3 img{
	position: absolute;
	top: 60%;
	right: 0px;

	-webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


/*----------------------------- SECTION 4 --------------------------------*/


.accueilBody .section4 p{
	text-align: center;
	margin-bottom: 10px;
}

.accueilBody .section4 .contenu{
	position: relative;
	padding: 0px;
}

.accueilBody .section4 .familles{
	height: 100%;
}

.accueilBody .section4 .row{
	margin: 0px;
}

.accueilBody .section4 .tabs{
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
    /*margin: 0px -15px 30px -15px;*/
    /*border-bottom: 1px solid gray;*/
}

.accueilBody .section4 .tabs .line{
	position: absolute;
	left: -338px;
	bottom: 0px;
	z-index: 1;
}

.accueilBody .section4 .border{
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 0;
}

.accueilBody .section4 .left{
	position: absolute;
	left: 0px;
	bottom: 55px;

	background-color: white;
	padding: 10px 0px;

	stroke:rgb(0, 0, 0);
	cursor: pointer;
}

.accueilBody .section4 .right{
	position: absolute;
	right: 0px;
	bottom: 55px;
	background-color: white;
	padding: 10px 0px;

	stroke:rgb(0, 0, 0);
	cursor: pointer;
}


.accueilBody .section4 .left:hover, .accueilBody .section4 .right:hover{
	stroke:rgb(203, 160, 82);
}


.accueilBody .section4 .tabs .border{
	position: absolute;
	left: 0px;
	bottom: 1px;
}
.accueilBody .section4 .tab svg{
	position: absolute;
	bottom: -30px;
	right: -2px;
}

.accueilBody .section4 .tab{
	position: relative;
	display: inline-block;
	min-width: 338px;
	max-width: 338px;
	padding: 27px 0px;
	text-align: center;
	cursor: pointer;
	/*border-right: 1px solid #9c9e9f;*/
}

.accueilBody .section4 .tab.active, .accueilBody .section4 .tab:hover{
	color: #9c9e9f;
	/*border-bottom: 5px solid #9c9e9f;*/
}

.accueilBody .section4 .dots{
	position: absolute;
	top: 96%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accueilBody .section4 .dot{
	height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #9c9e9f;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}

.accueilBody .section4 .famille{
	position: relative;
	overflow: visible;
	width: 100%;
	padding-bottom: 50px;
	opacity: 0;
	display: none;

	-webkit-transition: opacity 0.5s ease; /* Safari */
    transition: opacity 0.5s ease;
}

.accueilBody .section4 .famille.active{
	display: inline-block;
	opacity: 1;
}

.accueilBody .section4 .groupes{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    touch-action: auto;
}

.accueilBody .section4 .groupe{
	display: inline-block;
	overflow: hidden;
	/*top: 0px;*/
    width: 100%;
}

.accueilBody .section4 .produit{
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 2px 2px;
	color: white;
	font-size: 12px;
	height: 400px;
	min-width: 335px;
	max-width: 335px;
	white-space: normal;
}

.accueilBody .section4 .produit img{
	width: 100%;
}

.accueilBody .section4 .produit .overlay{
	padding: 0px 30px;
	position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    background-color: #08266d;
    overflow: hidden;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.accueilBody .section4 .produit .overlay .titre{
	text-align: center;
	font-size: 22px;
	height: 20%;
	padding-top: 22px;
}

.accueilBody .section4 .produit .overlay .text{
	height: 50%;
	overflow: hidden;
}

.accueilBody .section4 .produit .overlay .btn{
	height: 30%;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.accueilBody .section4 .produit:hover .overlay {
    top: 0;
    height: 100%;
}

.accueilBody .section4 .produit button{
	padding: 10px 30px;
	color: white;
	border: 2px solid #9c9e9f;
	background-color: #9c9e9f;

	-webkit-transition: all 0.3s ease; /* Safari */
    transition: background-color 0.3s ease;

    cursor: pointer;
}

.accueilBody .section4 .produit button:hover{
	background-color: #08266d;
}




/*----------------------------- SECTION 5 --------------------------------*/

.accueilBody .section5{
	background-color: #f5f5f5;
	padding-bottom: 0px;
}

.accueilBody .section5 .contenu{
	position: relative;
	overflow: visible;
}

.accueilBody .section5 p{
	text-align: center;
}

.accueilBody .section5 .projets{
	border-top: 1px solid #9c9e9f;
	overflow: hidden;

	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.accueilBody .section5 .projet{

}

.accueilBody .section5 .upDown{
	height: 80px;
	width: 50px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.accueilBody .section5 .up:hover, .accueilBody .section5 .down:hover{
	stroke:rgb(155, 156, 158);
}

.accueilBody .section5 .up, .accueilBody .section5 .down{
	stroke:rgb(0, 0, 0);
	cursor: pointer;
}

.accueilBody .section5 .image{
}

.accueilBody .section5 img{
	height: 100%;
}

.accueilBody .section5 .titre{
	font-size: 26px;
	margin: 35px 0px 45px 25px;
}

.accueilBody .section5 .text{
	margin-bottom: 100px;
}

.accueilBody .section5 .text p{
	text-align: justify;
	margin-left: 25px;
}



/*----------------------------- SECTION 6 --------------------------------*/



.accueilBody .section6{
	background-image: url("./../images/background_s.png");
    background-color: gray;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: cover;
    position: relative;

    color: white;
}



/*----------------------------- SECTION 7 --------------------------------*/



.accueilBody .section7 p{
	text-align: center;
}

.accueilBody .section7 .contact{
	margin-top: 40px;
}

.accueilBody .section7 .adr{
	max-width: 475px;
}




form{
	position: relative;
	margin-top: 70px;
	z-index: 1;
	font-size: 14px;
}

form .col{
	text-align: center;
}

input, textarea, select{
	font-size: 14px;
	width: 457px;
	padding: 17px 20px;
	margin: 15px 0;
	box-sizing: border-box;
	border: 1px solid gray;
	color: gray;
	border-radius: 10px;

}

form input, form textarea, form select{
	position: relative;
	z-index: 1;
}

select {
	width: 100%;
}

select option{
	padding: 17px 20px;
}


input:focus, textarea:focus, select{ 
  border: 1px solid #9c9e9f;
  color: #9c9e9f;
  outline: none !important;
}

textarea{
    height: 200px;
}

input::-webkit-input-placeholder {
    color: gray;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #9c9e9f;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: gray;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #9c9e9f;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: gray;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #9c9e9f;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: gray;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #9c9e9f;
}

form .divButton
{
	width: 457px;
	display: inline-block;
}

form .button{
	width: auto;
	height: auto;
	background-color: white;
	padding: 10px 40px;
	border-radius: 0;
	color: #9c9e9f;
	border: 2px solid #9c9e9f;
}

form .button:hover{
	background-color: #9c9e9f;
	color: white;
}



/*----------------------------- MAP --------------------------------*/



.map{
    width: 100%;
    height: 600px;
    padding-bottom: 0px;
}

#googleMap{
    width: 100%;
    height: 100%;
}



/*----------------------------- Footer --------------------------------*/



footer{
	font-size: 14px;
}

footer ul{
    list-style: none;
    margin-top: 20px;
    padding: 0px;
}

footer .pt{
	padding-top: 15px;
}

footer .footerPartie1{
	background-color: #08266d;
	color: white;
}

footer .footerPartie1 .col-auto{
    padding: 30px 0px;
    max-width: 300px;
}

footer img{
	-webkit-transition: height 0.3s ease; /* Safari */
	transition: height 0.3s ease;
}

footer .footerMenu{
	width: 230px;
}

footer .footerMenu div, footer .footerMenu ul{
	padding-left: 40px;
}

footer .footerPartie1 .footerMenu a{
	color: white;

    -webkit-transition: all 0.3s ease; /* Safari */
	transition: all 0.3s ease;
}

footer .footerPartie1 .footerMenu a:hover{
	color: #9c9e9f;
	text-decoration: none;
    padding: 0px 0px 0px 10px;
    font-weight: 500;
}

footer .footerPartie1 .footerInfo a{
	width: 30px;
	padding: 7px 0px;
	margin-right: 10px;
	text-align: center;
	border-radius: 11px;

	color: #9c9e9f;
	background-color: white;

    -webkit-transition: all 0.3s ease; /* Safari */
	transition: all 0.3s ease;
}

footer .footerPartie1 .footerInfo a:hover{
	color: white;
	background-color: #9c9e9f;
	text-decoration: none;
}



footer .footerPartie2{
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}






/******************************************************************************/
/*-------------------------------- Page famille ------------------------------*/
/******************************************************************************/



.pageHeader{
    /*height: 500px;*/
    position: relative;

    background-image: url("./../images/background_s.png");
    /*background-color: rgba(0, 0, 0, 0);*/
    /*background-color: gray;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    position: relative;
    /*overflow: hidden;*/
    color: white;
    padding: 20px 0px;
    /*margin-top: 20px;*/
}

.pageHeader .contenu{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 70px 15px;
}

.pageHeader .text{
	/*position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 1024px;
	min-width: 0px;

	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -30%);*/
}

.pageHeader .titre{
	font-size: 28px;
	margin-bottom: 20px;
}

.pageHeader p{
	font-size: 22px;
}

.pageHeader button{
	margin-top: 20px;
	padding: 10px 40px;
	color: white;
	font-size: 14px;
	border: 2px solid #9c9e9f;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.pageHeader button:hover{
	color: white;
	background-color: #9c9e9f;

    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}

.rootLine{
	/*height: 50px;*/
    background-color: #08266d
    /*margin-bottom: 30px;*/
}

.rootLine .contenu
{
	padding: 10px 10px;
}

.rootLine a{
	font-size: 14px;
    color: white;
}

.rootLine a:hover{
	text-decoration: none;
    color: #9c9e9f;
}

.rootLine a.active{
    color: #9c9e9f;
}

.rootLine span{
    color: white;
    padding: 0px 10px;
}




/*------------------------------ Temoignage ----------------------------------*/


.sectionTem {
    background-image: url("./../images/0.png");
    background-color: gray;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 0px 0px 0px 0px;
}

.sectionTem .sombre{
    padding: 50px 0px 20px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

/*--------------- slideShow2 témoignage ----------*/

.slides2 {
    position: relative;
    margin: auto;
    margin-top: 20px;

    overflow: hidden;
    white-space: nowrap;
    touch-action: auto;
}

.slide2
{
    width: 100%;
    margin: auto;
    text-align:center;
    overflow:hidden;
    display: inline-block;
}

.slide2 .row 
{
    margin: auto;
    margin-top: 20px;
    padding: 0px;
    max-width: 1024px;
    height: auto;
    white-space: normal;
}

.slide2 .col 
{
    height: auto;
}

.slide2 .icon 
{
    padding: 0px;
    min-width: 70px;
}

.slide2 p{
    font-size: 13px;
    text-align: center;
}

.slide2 .nom{
    font-size: 17px;
}

.slide2 .icon img 
{
	height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listTemoign{
    padding: 40px 0px 10px 0px;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
}

.listTemoign a{
	font-size: 14px;
    color: white;
}

.listTemoign a:hover{
    color: #9c9e9f;
}

.sectionTem .contenu{
    overflow: visible;
    /*padding: 0px;*/
}

/* The dots/bullets/indicators */

.sectionTem .dots2{
	position: absolute;
	top: 87%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sectionTem .dot2{
	height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.dot2.active, .dot2:hover {
	background-color: #9c9e9f;
    -ms-transform: scale(1.8, 1.8); /* IE 9 */
    -webkit-transform: scale(1.8, 1.8); /* Safari */
    transform: scale(1.8, 1.8); /* Standard syntax */
}

form .dropdown_cont{
	width: 100%;
	height: 63px;
}

form .dropdown{
	width: 100%;
	height: 55px;
	overflow: hidden;
	border: 1px solid gray;
	border-radius: 10px;
	margin: 0px 0px;

	background-color: white;

	position: relative;
	z-index: 2;

	-webkit-transition: height 0.3s ease; /* Safari */
    transition: height 0.3s ease;
}

form .dropdown.active{
	height: auto;
	border-color: #9c9e9f;
	color: #9c9e9f;
}

form .dropdown .line1{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

form .dropdown .line2{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

form .dropdown.active .line1{
	-ms-transform: translateX(12px); /* IE 9 */
    -webkit-transform: translateX(12px); /* Safari */
    transform: translateX(12px); /* Standard syntax */
}

form .dropdown.active .line2{
	-ms-transform: translateX(-15px) translateY(4px); /* IE 9 */
    -webkit-transform: translateX(-15px) translateY(4px); /* Safari */
    transform: translateX(-15px) translateY(4px); /* Standard syntax */
}

form .dropdown .item{
	padding: 5px 8px;
	text-align: left;
	color: gray;
	cursor: pointer;
}

form .dropdown .item:hover{
	color: #9c9e9f;
}

form .dropdown .affiche{
	position: relative;
	border-bottom: 1px solid #9c9e9f;
	padding: 17px 8px;


	text-align: left;
	color: gray;
	cursor: pointer;
}

form .dropdown.active .affiche{
	color: #9c9e9f;
}

form .dropdown_cont .affiche .down{
	position: absolute;
	margin-top: 5px;
	right: 10px;
	z-index: 3;

	cursor: pointer;
}

form .dropdown_cont .affiche svg line{
	stroke:rgb(203, 160, 82);
}


/******************************************************************************/
/*-------------------------------- Page Produit ------------------------------*/
/******************************************************************************/


section .t1{
	font-size: 36px;
	padding: 15px 0px;
}

section .options{
	padding-top: 50px;
}


section .options .col-md{
	padding-top: 50px;
}

.pageProduit .section4{
	padding: 30px 15px;
}



