@import url(//fonts.googleapis.com/css?family=Mulish|Roboto|Saira+Stencil+One|Oswald|Anton);

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap');@media (min-width: 1200px ) {
    h1 { font-size: 3em; }
    h2 { font-size: 2.6em; }
	h3 { font-size: 2.2em; }
    h4 { font-size: 1.8em; }
    h5 { font-size: 1.5em; }
    h6 { font-size: 1.2em; }
}
@media (min-width: 992px) and (max-width: 1199px ) {
    h1 { font-size: 2.4em; }
    h2 { font-size: 2em; }
	h3 { font-size: 1.8em; }
    h4 { font-size: 1.6em; }
    h5 { font-size: 1.4em; }
    h6 { font-size: 1.2em; }
}
@media (min-width: 768px) and (max-width: 991px ) {
    h1 { font-size: 2.2em; }
    h2 { font-size: 1.8em; }
	h3 { font-size: 1.6em; }
    h4 { font-size: 1.4em; }
    h5 { font-size: 1.3em; }
    h6 { font-size: 1.2em; }
}
@media (max-width: 767px ) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
    h4 { font-size: 1.3em; }
    h5 { font-size: 1.2em; }
    h6 { font-size: 1.1em; }
}


.d-flex{
    display: flex;
}


.col-centered{
    float: none;
    margin: 0 auto;
}

a { 
    color: ; 
    text-decoration: none!important;
}
#footer_page a { color: !important; }
#corps{
    padding-bottom:0px;
    padding-top: 0px;
}
#corps, footer, .copyright {
	position:relative;
}
#corps.accueil{
    padding-bottom: 0;
}
#corps.accueil section:first-child{
	padding-bottom: 40px;
}
#corps.accueil section {
	padding-top: 60px;
	padding-bottom: 80px;
}
hr{
	border-color:;
	margin : 3em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 100;
}
.barre-cookie:hover{
	background-color: rgba(0,0,0,0.9);
}
.barre-cookie img{min-width:32px;}
.barre-cookie a{
	color:white;
	text-decoration: underline;
}
.barre-cookie p{
	margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
}
#cookie_acceptes {
    cursor: pointer;
	font-size: 30px;
	opacity: 0.9;
}
#cookie_acceptes:hover{
	opacity:1;	
}
@media (max-width: 767px ) {
	.barre-cookie {
		font-size: 12px;
		flex-direction: column;
		padding: 5px 5px;
	}
}

/*** ARIANE ***/
#bloc_ariane .breadcrumb {
    background-color: rgb(245,245,245);
    border-radius: 4px;
    
}
#bloc_ariane li em{
    color:rgb(232, 202, 164);
}
#bloc_ariane li a{
    color:rgb(232, 202, 164);
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:rgb(100, 144, 138);
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: rgb(232, 202, 164)
}*/

/*** Sous titre lors de pagination ***/
.titre-num-page {
	font-style: italic;
    font-size: 22px;
    color: rgb(100, 144, 138);
}




/*** WOW ***/
.wow {
	visibility: hidden;
}


body {
	color: rgb(102, 102, 102);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: rgb(245, 245, 245);
}
a {
    color: #a9ba1c;
    text-decoration: none;
}
.d-flex-center{
	display: flex;
	justify-content: center;
}

/*CSS PAR SECTIONS*/

.sec-carousel-mat-occasion .titre_principal{
	margin-top: 3%;
}

.sec-carousel-mat-occasion .paragraphe_page{
	margin-bottom: 7%;
}

.sec-carousel-mat-occasion .contenu{
	/*width: 50%;*/
}

.sec-carousel-mat-occasion .container-fluid{
	margin-top: -1px;
}

.btn-mecadoc{
	background-color: rgb(169, 186, 28);
    color: rgb(255, 255, 255);
}
.btn-mecadoc:hover{
	background-color: rgb(255, 255, 255);
	color: rgb(169, 186, 28);
}

.sec-mat-occasion .btn-mecadoc{
	background-color: #B4C618;
    color: white;
    border-radius: 20px;
    font-family: 'Oswald';
    font-size: 17px;
}

.sec-mat-occasion .btn-mecadoc:hover{
	background-color: white;
	color: #A9BA1C;
}

.btn-toutes-occasions .btn-mecadoc{
	margin-top: 6%;
	background-color: #0259A7;
	color: white;
	border-radius: 25px;
	font-size: 19px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-toutes-occasions .btn-mecadoc:hover{
	margin-top: 6%;
	background-color: white;
	color: #0259A7;
	border-radius: 25px;
	border: 1px solid #0259A7;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.placeholder::after {
    background-image: url(images/interface/logo_placeholder.png);
}
.placeholder {
	background-color: rgba(139, 94, 59, 0.7);
}

.sec-carousel-mat-occasion{
	background-image: url(../images/interface/fond_accueil.png);
	background-size: 100% 100%;
	/*border-top: 10px solid #0A0D0E;*/
}

 .titre_principal{
	text-align: center;
	color:#000000;
	padding:1%; 
	font-family: 'Oswald', sans-serif;
}

.accueil .titre_principal,
.accueil .titre_secondaire {
	text-align: center;
	/*margin-bottom: 50px;*/
	margin-top:5%; 
	color:#000000;
	font-family: 'Oswald', sans-serif;
	
}

/*.accueil .titre_principal:after{
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    width: 7%;
    margin: 10px auto;
    border-top: 7px solid #014A74;
}*/

/*titre H2 pages*/

 .contenu h2{
	text-align: center;
	margin: 4% 0%; 
	color:#000000;
	font-family: 'Oswald', sans-serif;
	font-size: 26px
}

/*.contenu h2:after{
    content: '';
    display: block;
    height: 10px;
    width: 7%;
    margin: 10px auto;
    border-top: 7px solid #A9BA1C;
} */

.float-n{
	float: none;
	margin-bottom: 5%;
}

.title-search{
	margin-bottom: 4%;
}

.sans-recherche,
.sans-resultats {
	margin-bottom: 3%;
}

.fiche-commentaires{
	padding:2%; 
}



@media (max-width: 768px) {
	.accueil .titre_principal,
	.accueil .titre_secondaire {
		text-align: center;
	}
	.accueil .titre_principal:after{
		position: initial;
	}
	.sec-carousel-mat-occasion .contenu{
		width: 100%;
		text-align: center;
	}
	.sec-carousel-mat-occasion {
		width: 100%;
		text-align: center;
		border:none;
	}
	#all > section.sec-mat-occasion{
		border-top: 7px solid #b4c618;
	}
	
	#formulaire_contact_vendeur input[type="text"]{
		max-width: 100% !important;
	}
	#formulaire_contact_vendeur .form-group label{
		text-align: center;
		width: 100%;
	}
	#formulaire_contact_vendeur .agence{
		flex-direction: column;
	}
	#agences{
		width: 50% !important;
	}
/*	.bandeaux-milieu-page{
		margin-top: 5%;		
	}*/
	.dataTables_wrapper{
		overflow: auto;
	}
	.title-search{
		margin-bottom: 10%;
	}

}

.titre_principal:after{
    content: '';
    display: block;
    height: 10px;
    width: 7%;
    margin: 10px auto;
    /*border-top: 7px solid #014A74;*/
}

.titre_principal span:first-child {
    font-size: 20px;
}
.titre_principal span:last-child {
    font-size: 35px;
}

.titre_principal:after {
	content: '';
	display: block;
	background: url(https://www.sn-cbm.fr//images/interface/after_titre.png) no-repeat center center;
	height: 30px;
    width: 100%;
    margin: 10px auto;
}

/*#corps > div > div:nth-child(13) > div{
	margin: 0
}*/

.m-0{
	margin: 0;
}

.titre_secondaire span:first-child {
	font-size: 30px;
	margin-bottom: 5px;
}
.titre_secondaire span:last-child {
    font-size: 40px;
}

.txt-clr-1 {color:rgb(102, 102, 102);}
.txt-clr-2 {color:rgb(102, 102, 102);}
.bkg-clr-1 {background-color;:rgb(102, 102, 102);}
.bkg-clr-2 {background-color:rgb(102, 102, 102);}


/************* HEADER ***************/

#slider{
	margin-top:0px!important;
}
.carousel-indicators{
    height: 10px;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 65px;
	}	
}
.remonteur {
	margin-top: -10px;
}

header .navbar-static-top {
	margin-bottom: -85px;
}

/*** FOOTER ***/

#footer_page {
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 6px;
    border-bottom-style: solid;
	border-color: rgba(0, 0, 0, 0);
	background-color: rgb(100, 144, 138);
	color: rgb(232, 202, 164);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:em;
	border: 0;
}
#footer_page .container {
	padding: 2em;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#footer_page .container {
		padding: 2em;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.bas-de-page{
		margin-top:20px;
	}

}
#footer_page .container:before, 
#footer_page .container:after {
    display: none;
}
#footer_page h3{
	color:rgb(232, 202, 164);
	margin-top: 0;
	/* text-transform: uppercase; */
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(232, 202, 164);	
	font-weight: 600;
}

#footer_page #footer_menu{
	width: 300px;
}
#footer_page .bas-de-page{
	width: 340px;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer_page .microformat{
	color:rgb(232, 202, 164);
	padding:5px;
}

#footer_page .microformat h3{
	display: none;
}

.copyright{
	padding: 5px 0px;
	color: rgb(255, 255, 255);
	background-color: rgb(169, 186, 28);
}
.copyright a{
	color: rgb(255, 255, 255);
}

/*Panneau*/

.sec-title-widget {
	color:white !important;
	font-family: 'Oswald', sans-serif;
}

.panneau-titre{
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.panneau-description{
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*** Accueil ***/

/* #corps.accueil section.sec-panneaux {
    padding-top: 80px;
    padding-bottom: 0px;
    position: relative;
} */

/* .sec-panneaux .container {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
} */

.sec-panneaux {
    background: url(https://www.sn-cbm.fr/images/interface/slide_accueil.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: 120px;
}

.sec-actualites {
    background-color: #ECECEC;
}

.sec-page-secondaire {
	background: url(https://www.sn-cbm.fr/images/interface/slide2.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

.carousel-control {
    font-size: 70px !important;
	text-shadow: 0 1px 2px rgb(0 0 0 / 0%) !important;
}

/*FORM CONTACT VENDEURS */

.contact-vendeur{
	background-color: #F5F5F5; 
	position: relative;
}

.contact-vendeur .titre-principal{
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 5% 0%;
	font-family: 'Oswald', sans-serif;
}

.contact-vendeur .titre-principal:after {
    content: '';
    display: block;
    height: 10px;
    width: 3%;
    margin: 10px auto;
    border-top: 7px solid #A9BA1C;
}

#formulaire_contact_vendeur label{
	margin-right: 2%;
}

#agences {
    width: 20%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 25px;
}


.contact-vendeur .btn-mecadoc{
	background-color: transparent;
	color: black;
	border-color: #0259A7;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px 20px!important;
	height: 40px;
	margin-bottom: 5%;
}

.contact-vendeur .btn-mecadoc:hover{
	background-color: white;
	color: #0259A7;
}

.hr-contact-vendeur{
	border: 1px solid #DDDDDD;
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

.img-fond-vendeur{
	position: absolute;
	left: 34%;
	top: 33%;
}



/*FOOTER V2*/

#footer_page_2{
	/*background-color:#2B2B2B;	*/
	color:rgb(232, 202, 164);
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;       
    /*display: flex;
    justify-content: space-around;
	flex-wrap: wrap;*/
	padding: 2em 0em 0em 0em;
	border: 0;
	position:relative;
	background: url('images/interface/fond_footer.png');
	background-position: bottom center;
    background-attachment: fixed;
}

#footer_page_2 .center-logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#footer_page_2 .retrouvez-nous{
	position: absolute;
    bottom: 0%;
    right: 25%;
    background-color: #A9BA1C;
    width: 34%;
    margin-bottom: 0px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
    color: white;
    align-items: center;
}


#footer_page_2 h3{
	color:#FBF1E1;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 10px;
	margin-bottom:0;
	font-weight: 600;
}

#footer_page_2 .titre-menu-bas:after{
	content: ' ';
    display: block;
    border: 3px solid #A9BA1C;
    width: 50px;
    margin-top: 10px;
}

#footer_page_2{
	display: flex;
	flex-direction: row;
}

#footer_page_2 .container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}



.logo_footer{
	width: 90%;
	margin-bottom: 30px;
}

#footer_page_2 .footer_menu{
	width: 300px;
	margin-bottom: 35%;
}

#footer_menu_1 ul li a,
#footer_menu_2 ul li a{
	color: white;
    height: 31px;
    display: flex;
    align-items: center;
}

#footer_menu_1 .titre-menu-bas,
#footer_menu_2 .titre-menu-bas{
	font-size: 20px;
	color: white;
	font-family: 'Oswald', sans-serif;
}


#footer_page_2 .microformat{
	color:rgb(232, 202, 164);
	padding:5px;
}
#footer_page_2 #menu_bas li{
	/*margin: 10px 0;*/
	list-style:none;
	color: white;
}

#footer_page_2 #menu_bas2 li{
	margin: 10px 0;
	color: white;
}

#footer_menu_1 #menu_bas li::after {
    border-bottom: 1px solid #888;
    width: 80%;
    content: '';
    /*padding: 6px 0 16px 0;*/
}

#footer_menu_2 #menu_bas2 li::after {
    /*padding: 6px 0 16px 0;*/
    border-bottom: 1px solid #888;
    width: 80%;
    content: '';
}

#footer_menu_2 #menu_bas2 li::after {
    content: '';
    display: block;
    width: 85%;
    height: 1px;
    background: #fff;
    transition: width .3s;
    padding: -3px 0 16px 0;
    margin: 20px 0 20px 0px;
}


#menu_bas2{
	list-style:none; 
}

#footer_menu_1 #menu_bas li::after {
    content: '';
    display: block;
    width: 85%;
    height: 1px;
    background: #fff;
    transition: width .3s;
    padding: -3px 0 16px 0;
    margin: 20px 0 20px 0px;
}
#footer_menu_1 #menu_bas li:hover::after,
#footer_menu_2 #menu_bas2 li:hover::after {
    width: 10%;
	border-bottom: 1px solid #A9BA1C;
}

#footer_page_2 .microformat h3{
	/*display: none;*/
}

/* ~~~~~ RESPONSIV MENU ~~~~~*/
@media (max-width: 768px) and (min-width: 426px){
	#footer_page_2 .footer_menu {
		width: 240px;
		margin-bottom: 10%;
	}
	
	#footer_page_2 .container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

@media (max-width: 600px) {
	#footer_page_2 .container{
		justify-content: center;
	}
}


@media (min-width: 320px) and (max-width: 768px) {
	#menu_bas2{
		margin-bottom: 35%;
	}
	#footer_page_2 .retrouvez-nous {
		position: absolute;
		bottom: -1%;
		right: 0%;
		background-color: #A9BA1C;
		width: 100%;
		margin-bottom: 7px;
		padding: 10px 0px;
		display: flex;
		justify-content: space-around;
	}
	.retrouvez-nous p{
		font-size: 17px;
	}
	.img-icon-1, .img-icon-2{
		margin-right: 15px;
	}
/*	#footer_page_2 .container{
		justify-content: center;
	}*/
	.center-logo .logo{
		display: flex;
		align-items: center;
	} 
}



@media (min-width: 992px) and (max-width: 1199px) {
/*	#menu_haut .logo_haut img{
		display: none;
	}*/
	.affix .logo-centre img{
		display: none;
	}
	.affix .logo-centre{
		height: 0px;
	}
	#footer_page_2 .retrouvez-nous {
    position: absolute;
    bottom: 2%;
    right: 20%;
    background-color: #A9BA1C;
    width: 44%;
    margin-bottom: 7px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	#menu_haut .logo_haut img{
		left: 0%;
	}
}

@media (max-width: 460px) {
	#menu_haut .logo_haut img{
		max-height: 25px !important;
	}
	
	#footer_page_2{
		/*background-color:#2B2B2B;	*/
		color:rgb(232, 202, 164);
		font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;       
		/*display: flex;
		justify-content: space-around;
		flex-wrap: wrap;*/
		padding: 2em 0em 0em 0em;
		border: 0;
		position:relative;
		background: url('images/interface/fond_footer.png');
		background-position: bottom center;
		background-attachment: fixed;
		background-size: cover;
	}
}

@media (max-width: 360px) {
	#menu_haut .logo_haut img{
		max-height: 19px !important;
	}
}

@media (min-width: 556px) and (max-width: 768px) {
	#footer_page_2 .center-logo {
		display: flex;
	}
	#vcard{
		margin-left: 70px;
	}
}

/*class pour entourer le num de tel dans le bandeau*/
.info-contact{
	color:white;
}


@media (max-width: 991px) {
	.info-contact{
		background-color: #0000006e;
		text-align: center;
		padding: 5%;
	}
}

.borded{
	border: 1px solid white;
	padding: 2%;
	display: inline-block;
	color:white;
}
.borded:hover,.borded:focus{
	color:white;
}

#footer_page_2 .reseaux-sociaux .pyricon-facebook {
    width: 40px;
    height: 40px;
    color: rgb(255,255,255);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

#footer_page_2 .reseaux-sociaux:hover .pyricon-facebook{
	    background-color: white;
}

#footer_page_2 .reseaux-sociaux .pyricon-facebook:hover{
	    color: rgb(179, 198, 24);
}

/*wigget icon*/

.box-facebook{
	display: flex;
    flex-direction: column;
    right: 0;
	position: fixed;
	top: 14%;
	z-index: 1;
}

.page .matériels-occasion{
	margin-top: 0%;
	margin-bottom: 3%;
}


/*RECHERCHE LISTE */

#liste_mat_length{
	width: 80%;
    padding: 2%;
    background-color: #0F1112;
    color: white;
}

#liste_mat_filter{
	padding: 2%;
    width: 20%;
    background: #0F1112;
    height: 89px;
    color: white;
}

#liste_mat_length > label > select{
	color: black;
}

#liste_mat_filter > label > input[type=search]{
	width: 60%;
	color: black;
	border-radius: 25px;
}

#liste_mat > tbody > tr > td{
	text-align: center; 
	height: 110px;
}

#liste_mat > thead > tr > th{
	text-align: center;
	padding:2%; 
}


#liste_mat > thead > tr > th:nth-child(1){
	border-left:1px solid;
}

#liste_mat > thead > tr > th:last-child{
	border-right:1px solid;
}

.img-list{
	max-height: 130px;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    display: flex;
    justify-content: center;
}


@media (max-width: 1250px) {
	.box-facebook{
		top: 35%;
	}
}

/*Impression de fiche materiel*/

@media print {
	.navbar-nav,
	.haut-occasion,
	.bandeaux-milieu-page,
	.contact-vendeur,
	#footer_page_2,
	.haut-occasion-actions,
	.btn-impression,
	.bandeau,
	.anchor{
		display: none !important;
	}
	.detail-mat-img{
		flex-direction: column;
		page-break-inside: avoid;
	}
	.detail-mat-img > img:first-child{
		width: 50% !important;
	}
	.detail-mat-img > * {
		width: 50% !important;	
	}
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    color: rgb(102, 102, 102);
}

/*** Animation on scroll ***/
.on_scroll{
	opacity: 0;
	-webkit-transition: opacity  ; /*5s ease-in-out*/
	-moz-transition: opacity  ;
	-ms-transition: opacity  ;
	-o-transition: opacity  ;
	transition: opacity  ; 
}

.titre_page_h2 {
	color: #000000;
	font-size: 38px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-top: 60px;
}
.titre_page_h2:after {
    content: '';
    display: block;
    background: url('/images/interface/after_titre.png') no-repeat center top;
    height: 30px;
    width: 100%;
    margin: 10px auto;
}


.accueil_gris {
	background-color: #F5F5F5;
}

.accueil_panneau {
	    padding-top: 40px;
    padding-bottom: 40px;
}

.container_map {
	overflow:hidden;
	padding-bottom:38%;
	position:relative;>
	height:0;
}

.container_map iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
    margin-top: 190px;
}

@media (max-width: 768px) and (min-width: 426px) {
	.container_map {
		padding-bottom: 70%;
	}
}

@media (max-width: 425px) {
	.container_map {
		padding-bottom: 90%;
	}
}

.actu-carousel .carousel-inner>.item {
    background-color: #fff;
}

.actu-titre:after {
	content: '';
    display: block;
    background: url('/images/interface/sous_titre_actu.png') no-repeat left top;
    height: 30px;
    width: 100%;
    margin: 10px auto;
}
.titre_panneau_accueil {
	text-align: center;
}


/*wigget icon*/

.box-facebook{
	display: flex;
    flex-direction: column;
    right: 0;
	position: fixed;
	top: 14%;
	z-index: 1;
}



@media (max-width: 1250px) {
	.box-facebook{
		top: 35%;
	}
}

.box-rappel .rappel{
	padding: 5%;
    /*background-color: #ff8f20;*/
    color: white;
    margin: 0;
} 


.box-facebook .pyricon-facebook:before {
    content: "\e1f4";
    display: flex; 
    padding: 20px;
    background-color: #018CBA;
    color: white;
}

.box-facebook .pyricon-facebook:hover:before{
	background-color: white;
	color: #018CBA;
}


/*BOX FACEBOOK PAGES*/

.box-facebook-pages{
	display: flex;
    flex-direction: column;
    right: 0;
	position: fixed;
	top: 14%;
	z-index: 2;
}

.box-facebook-pages .pyricon-facebook:before {
    content: "\e1f4";
    display: flex; 
    padding: 20px;
    background-color: #018CBA;
    color: white;
}

.box-facebook-pages .pyricon-facebook:hover:before{
	background-color: white;
	color: #018CBA;
}

.box-rsx:hover .pyricon-facebook{
	color: #018CBA;
}

/*.reseaux-sociaux .pyricon-facebook:hover:before {
    color: #018CBA;
}*/

.box-rappel {
    display: flex;
    justify-content: flex-end;
}

.rappel-gratuit {
    position: fixed;
    z-index: 9999;
    margin-top: 15%;
}

.rappel-gratuit li {
    list-style-type: none;
}

.rappel-gratuit .renseignements {
    color: white;
    padding: 5%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding:0px;
	display: flex;
    flex-direction: column;
}

.rappel-gratuit .renseignements-tel {
    color: white;
    padding: 5%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding:0px;
    background-color: #98A714;
}
.fb {
	 background-color: #B4C618;
}
.rappel_div {
	 background-color: #98A714;
}

/*.rappel-gratuit .renseignements {
    padding: 20px 0px !important;
}*/

.rappel-gratuit .dropdown-menu {
    position: initial;
    margin: 0;
    padding: 0px 15px;
    border-radius: 0;
    width: 100%;
    border: 0;
background-color: #98A714;
}

.btn-rappel-center {
background-color: #fff;
    color: #98A714;
    width: 150px;
    margin: 0 auto;
    display: block;	
}
.form-rappel {
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transform: translateY(-2em);
  margin-top: 30px;
}
.btn {
	border-radius: 50px;
}

/**/
body.noskiptranslate > div.skiptranslate {
	position: relative;
	z-index: -1;
	opacity: 0;
}
body.noskiptranslate {
	top:0!important;
}
.list_langs [id^="google_translate_element_"] {
	display:none;
}

@media (max-width: 768px) {
.surmenu {
	display : none;
}
}

@media (max-width: 1800px) {
	.materiels-carousel {
		justify-content: space-evenly;
	}
	.materiel {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.rappel-gratuit {
		padding-top: 40px;
	}
}
/**/
/*ACTU ZIRKOS*/

.accueil .contenu-actus {
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 50%;
}

.contenu-actus .corps-actu{
	padding-top: 20px;
}

@media(min-width: 1441px) {
	
	.accueil .actu-carousel{
	margin-top: 50px;
}

}


/*.accueil .actu-carousel .img-actu img{
	min-height: 367px;
}*/

/*.accueil .actu-carousel .element.active{
	display: flex;
}*/

.accueil .img-actu{
	max-height: 200px;
    overflow: hidden;
}

.accueil .img-actu img{
	/*max-height: 368px;*/
}

@media (max-width: 1440px) and (min-width: 1024px) {
	
	.accueil .img-actu{
		max-height: 120px;
		overflow: hidden;
	}
}

.accueil .contenus-actu{
    padding: 4% 0%;
    /*max-width: 50%;*/
    /*min-width: 500px;*/
    /*background-color: rgb(255, 255, 255);*/
    margin-bottom:1%;
}

.accueil .actu-date span{
	color:#777777;
	font-family: 'Oswald', sans-serif;
}

.accueil .date-titre-actu{
	display: flex;
}

.accueil .actu-titre{
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:rgb(83, 83, 83);
	margin: 0px;
	text-transform: uppercase;
	/*margin-bottom: 10%;*/
	font-size:30px;
	padding-left: 20px;
}

.accueil .actu-date{
	padding: 0px 10px;
    border: 1px solid white;
    margin: 0px 20px;
    background-color: white;
    text-align: center;
    height: 100px;
    border: 1px solid #057DBD;
}
.accueil .description{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.accueil .actu-date .day{
	font-size: 35px;
    color: #777777;
    font-family: 'Oswald', sans-serif;
}

.accueil .actu-date .month{
	margin-right: 5px;
}

/*.accueil .carousel-indicators{
	bottom: -7%;
}*/

.actu-contenus-description{
	height: 250px;
    padding: 0px 22px 40px;
    color: rgb(133, 133, 133);
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align:justify;
}

.carousel-indicators .active{
	background-color:#A9BA1C;
	border: 1px solid #A9BA1C; 
}

.carousel-indicators li{
	background-color: #fff;
	border: 1px solid #A9BA1C; 
}

.carousel-indicators{
	position: absolute;
	bottom: 10px;
	z-index: 15;
	width: 20%;
}

.btn-en-savoir-plus-actu{
	text-align: center;
	margin: 5% 0% 5% 0;
	color:rgb(255, 255, 255); 
	font-family:'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
/*
.btn-en-savoir-plus-actu a{
	color:rgb(255, 255, 255); 
	font-family:'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:20px;
	border:1px solid #fff;
	padding: 1% 3%;
	border-radius: 10px;
}

.btn-en-savoir-plus-actu a:hover{

	color: #fff;
	background-color : #FF8F20;

}*/

.actu-carousel .plus-info{
	color: #444444;
    font-size: 18px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: italic;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.plus-info:hover{
	color: #A9BA1C;
}

/*LISTE ACTUALITES*/

.actu-bergerie .element-actu-list{
	display: flex;
	margin-bottom: 30px;
	/*flex-wrap: wrap;*/
}


/*.element-actu-list .img-actu-list img{
	height: auto;
}*/

.element-actu-list .img-actu-list{
	/*display: flex;*/
}

.contenus-actu-list .actu-contenus-description{
	height: auto;
}



@media screen and (max-width: 991px) and (min-width: 768px) {
	.element-actu-list .contenus-actu-list{
		width: 70%;
		min-width: 70%;
	}
}


@media screen and (max-width: 768px) and (min-width: 320px) {
	.element-actu-list .contenus-actu-list{
		min-width: 500px;
	}
}


@media screen and (max-width: 530px) and (min-width: 320px) {
	.element-actu-list .contenus-actu-list{
		max-width: 100%;
		min-width: 80%;
	}
	.actu-titre-list {
		font-size: 20px!important;
	}
	
	.accueil .actu-contenus-description{
		padding: 10px 80px;
	}
	.date-titre-actu{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.accueil .description {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		margin-top: 2%;
	}
}


.img-actu-list img{
	box-shadow: 1px 1px 17px #000000d1;
	/*min-height: 418px;*/
	    max-width: 450px;
}
@media (max-width: 991px ) {
	.actu-bergerie .element-actu-list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.img-actu-list img{
		box-shadow: 1px 1px 17px #000000d1;
		max-height: 368px;
		min-height: auto;
	}
}


.contenus-actu-list{
	/*padding: 4% 3% 1% 0%;*/
	box-shadow: 1px 1px 17px #000000d1;
	width: 50%;
	min-width: 570px;
}

.actu-date-list span{
	color: #777777;
	font-family: 'Oswald', sans-serif;
}

.date-titre-actu-list{
	display: flex;
}

.actu-titre-list{
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 10%;
	font-size: 30px;
	margin-top: 15px;
}

.actu-date-list{
    padding: 5px 10px;
    border: 1px solid white;
    margin: 0px 20px;
    background-color: white;
    text-align: center;
    height: 103px;
    border: 1px solid #057DBD;
}

.description-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.actu-date-list .day-list{
	font-size: 35px;
	color: rgb(134, 134, 134);
	font-family: 'Oswald', sans-serif;
}

.actu-date .month-list{
	margin-right: 5px;
}

/*.actu-bergerie .plus_info{
	background-color: #2C2929; 
}*/


@media (max-width: 425px) {
	.accueil .contenus-actu{
		padding: 4% 3% 1% 5%;
		min-width: auto;
		max-width: 100%;
		/*background-color: rgb(255, 255, 255);*/
		margin-bottom: 1%;
	}
	.carousel-indicators{
		width: 60%;
	}
}

/*RESPONSIV PAGE D'ACCUEIL*/

@media (max-width: 1440px ) {
    .carousel-indicators{
    	width: 43%;
    }
}

@media (max-width: 1200px ) {
    .carousel-indicators{
    	width: 14%;
    }
    .carousel-inner{
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }
    .carousel-indicators {
     	display: flex;
    	justify-content: center;
    	width: 18%;
    }

}


@media (max-width: 768px ) {
    .actu-carousel .carousel-indicators{
    	width: 44%;
    }
}

@media (max-width: 580px ) {
    .accueil .actu-titre{
    	font-size: 22px;
    }

    .accueil .contenus-actu{
    	min-width: 400px;
    }
}

@media (max-width: 1199px ) {
	.actu-carousel .plus-info {
		font-size: 18px;
		margin-left: 2%;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		border-bottom: 1px solid #FFFFFF;
		font-style: italic;
	}
}


.div-carousel-indicators {

    width: 100%;
}
.div-carousel-indicators .carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    /*width: 49%;*/
	margin-left: 0%;
    bottom: 45px;
	width: 100%;
	left: 0;

}

/**** Carousel ****/
.carousel-indicators li {
	border-color: #A9BA1C;
	width: 15px;
    height: 15px;
}
.carousel-indicators .active {
	width: 15px;
    height: 15px;
	margin: 1px;
	background-color: #A9BA1C;
}
.titre-agence{
	margin: 4% 0%;
    color: #000000;
    font-family: 'Oswald', sans-serif;
}

.titre-agence:after {
    content: '';
    display: block;
    height: 10px;
    width: 7%;
    margin: 10px auto;
    border-top: 7px solid #A9BA1C;
}

.liste-agence:last-child{
	margin-bottom: 6%;
}

.liste-agence a{
	color: #A9BA1C;
	font-weight: bold;
}

#block_agenda ul.liste{
	list-style-type:none;
	overflow-y: auto;
}.carre{
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.carre>* {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.cercle,.cercle .cal-day-today {
	border-radius: 50%;
}
.center>* {
	position: relative;
}
.center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
/*
#block_agenda .liste {
	overflow: auto;
}
*/
#block_agenda.no_limit .liste {
	max-height: none!important;
}
#block_agenda.no_limit .voir-toutes {
	display: none!important;
}

#block_agenda > div > h3{
	color:rgb(0,0,0);
}
#section-agenda .voir_toutes {
	margin-top: 2em;
	text-transform:uppercase;
	text-decoration:none;
}
#section-agenda .voir_toutes a {
	color: rgb(0, 0, 0);
}
/**** CALENDAR ***/
.calendar .with-events{
	cursor:pointer;
	border-color:rgba(250, 0, 0, 0);
	padding: 14px;
	line-height: 1.2em;
	margin-top: -0.2em;
	
}
.calendar .cal-month-box, .calendar .cal-year-box, .calendar .cal-week-box, .calendar .cal-year-box .row-fluid, .calendar .cal-month-box .cal-row-fluid{
	border-bottom-color:rgb(0,0,0);
	border-top-color:rgb(0,0,0);
	border-left-color:rgb(0,0,0);
	border-right-color:rgb(0,0,0);
}
.calendar .cal-month-day {
	font-size: 1.5em;
	color: rgb(100, 144, 138);
}
.calendar .cal-month-day.active span[data-cal-date] {
	color: white;
}
.calendar .cal-day-weekend span[data-cal-date]{
	color: rgb(232, 202, 164);
}
.cal-row-head .initiale {
	font-size: 0.0001em;
}
.cal-row-head .initiale:first-letter {
	font-size: 10000em;
}
.calendar [class*="cal-cell"]:hover{
	background-color:inherit;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
	padding: 3% 4%!important;
}
.calendar .cal-day-today span[data-cal-date] {
	color: inherit;
}
.calendar .cal-month-day:hover {
	background-color: rgba(105, 105, 105, 0.4);
}
.calendar .cal-month-box .cal-day-today span[data-cal-date]{
	font-size:1em;
	margin-top: 0;
}
.calendar .cal-day-today {
	background-color: rgb(232, 202, 164);
	font-size: 1em;
	border: transparent solid;
	border-color: rgba(255, 255, 255, 0);
	padding: 14px;
	line-height: 1.2em;
	margin-top: -0.2em;
}
.calendar .cal-row-head {
	color: rgb(232, 202, 164);
	background-color: rgba(255, 255, 255, 0);
}
.calendar .cal-row-head:hover {
	color: rgb(232, 202, 164);
	background-color: rgba(255, 255, 255, 0);
}
.titreprovisoire {
	display: none!important;
}

@media (min-width: 768px){
	.calendar .cal-row-fluid .cal-cell1 {
		padding: 3% 4%;
	}
}
/**** CALENDAR ***/
div#mois_courant .pyricon {
	color: rgb(100, 144, 138);
}
.with-events{
	background-color:rgb(232, 202, 164);
}
.cercle .with-events{
	border-color:rgba(250, 0, 0, 0);
	border-style: solid;	
	color:rgb(255, 255, 255);
}
.cercle .cal-month-day {
	border-radius: 50%;
}
.center.cal-month-day.with-events.active {
    border-color: #0673ae;
    background: #0673ae;
}
.liste .evenement {
	background-color: rgba(105, 105, 105, 0);
	padding-top: 0.5em;
	margin-bottom: 1.5em;
	border-radius: 10px;
}
.liste .evenement h3 {
	font-size: 1.5em;
}
.liste .evenement .illustration {
	padding-bottom: 0.5em;
}
.liste .evenement .titre {
	margin-top: 0px;
}
.liste .evenement .illustration,
.liste .evenement .date {
	margin-left: 7px;
}
.liste .evenement .date {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.liste .evenement .description {
	padding-right: 0.5em;
}
.liste .evenement, .liste .evenement * {
	color: rgb(100, 144, 138);
}
.liste .evenement .date .jour {
    font-size: 40px;
    line-height: 1.2em;
}
.liste .evenement .date .mois {
	font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .liste .evenement .date .mois {
        font-size: 22px;
    }
}
.liste .evenement .date .annee {
	font-size: 16px;
    font-weight: normal;
}
.liste .evenement .date .debut span, .liste .evenement .date .fin span {
	font-size: 1.5em;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
}
.liste .evenement .btn {
	border-radius:0;
}
.liste .evenement .illustration img {
	border: solid 4px;
	margin-left: auto;
	margin-right: auto;
	max-width: 68%;
}
div#mois_courant {
	font-size: 1.3em;
	line-height: 2em;
}

@media (max-width: 991px){
	.calendar {
		margin-bottom: 2em;
	}
}

@media (min-width: 768px){
	#block_agenda .all {
		padding-left: 0;
		padding-right: 0;
	}
	.liste .evenement {
		width: calc(100% + 30px);
	}
	.liste .evenement .stretchable{
		display: flex;
		justify-content: stretch;
	}
	.liste .evenement .stretchable>.stretcher{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.liste .evenement .illustration,.liste .evenement .date {
		margin-left: -10px;
		margin-right: -10px;
		font-weight: normal;
		font-size: 1.2em;
		text-align: center;
	}
	.contenu-evenement {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.liste .evenement {
		margin-left: 0;
		margin-right: 0;
	}
	.contenu-evenement {
		padding-left: 15px;
		padding-right: 15px;
	}
	#block_agenda .liste {
		padding-left: 0;
		padding-right: 0;
	}
}

.evenement-seule .jour,.mois,.annee{

	color: rgb(6, 115, 174);
	font-weight: 900;
	font-size:18px;
}
.evenement-seule .horaire .detail, .evenement-seule .heure{
	font-style: italic;
}

.month-calendar{
	color: #4C798A;
	font-family: 'Roboto';
	font-size: 20px;
	margin-bottom: 15px;
}

/**** Bouton en savoir plus ****/

.evenement .btn-savoir-plus{
	background-color: rgb(100, 144, 138);
	color:rgb(255, 255, 255);
}
.evenement .btn-savoir-plus:hover{
	background-color: rgb(255, 255, 255);
	border:1px solid rgb(100, 144, 138);
	color:rgb(100, 144, 138);
}
.parallaxContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.parallaxContainer .imgContainer {
    height: 100%;
	text-align: center;
	position:relative;
}
.parallaxContainer .imgContainer img {
	width: 100%;
	transition: transform 0.35s linear;
}
.parallaxContainer.widthness .imgContainer img {
	width: auto;
	height: 100%;
}
.parallaxContainer.widthness .imgContainer * {
	height: 100%;
}
.parallaxContainer .bandeau {
	position: relative;
	bottom: 65%;
	height: 30%;
	background-color: ;
	background-color: attr('data-couleur');
	
	text-align: center;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parallaxContainer .bandeau h2 {
    padding: 0;
    margin: 0;
	position: relative;
	
	color: ;
	font-family: 'Saira Stencil One', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: px;
}
.parallaxContainer .bandeau h2:after {
	content: '';
    display: block;
    background: url() no-repeat center top;
    height: 60%;
    width: 100%;
    position: absolute;
    background-size: auto 100%;
}
.parallaxContainer .carousel-caption {
	bottom: 0%;
	left: 20%;
	width: 80%;
	background-color: ;
}

@media (min-width: 1200px) and (max-width: 1300px ) {
	.parallaxContainer .carousel-caption {
		left: 10%;
		width: 90%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 36px!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px ) {
	.parallaxContainer .carousel-caption {
		left: 0%;
		width: 100%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 34px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px ) {
	.parallaxContainer .carousel-caption {
		left: 0%;
		width: 100%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 34px!important;
	}
}
@media (min-width: 768px) and (max-width: 991px ) {
	.parallaxContainer .carousel-caption span{
		font-size: 20px!important;
	}
}.bandeau .carousel-caption {
    text-align: center;
    /*display: flex;*/
    align-items: center;
    font-family:'Saira Stencil One', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.accueil .carousel-caption {
    right: 19%;
    left: 21%;
    padding-bottom: 30px;
    bottom: 60%;
}

.carousel-caption {
    right: 20%;
    left: 40%;
    padding-bottom: 30px;
    bottom: 180px;
}

@media (max-width: 1200px) {
    .accueil .carousel-caption {
        right: 0%;
        left: 0%;
        padding-bottom: 30px;
        bottom: 200px;
    }    
}

@media (max-width: 1440px) {
	.accueil .carousel-caption {
		bottom: 10%;
	}
}

/*Locations matériels d'occasion*/

.materiels-carousel .btn-mecadoc{
	color: white;
	font-size: 20px;
	padding: 5px 20px!important;
	height: 40px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.materiels-carousel .btn-mecadoc:hover{
	background-color: white;
	color: rgb(169, 186, 28);
}

.matériels-occasion{
	padding: 1.5em 0em;
	background-color: rgb(255 255 255 / 75%);
	border-radius: 15px;
}

@media (max-width: 768px) {
	.matériels-occasion{
    	margin-top: 5%;
    	margin-bottom: 6%;
	}
	.materiels-carousel{
		margin-bottom: 4%;
	}
}

.accueil .matériels-occasion{
	position:absolute;
	margin-top: -25%;
	border-radius: 15px;
	border: 1px solid #0000 !important;
	width: inherit;
}
@media (max-width: 1440px) {
	.accueil .matériels-occasion{
		margin-top: -35%;
	}
}

@media (max-width: 1024px) {
	.accueil .matériels-occasion{
		margin-top: -21%;
	}
}

@media (max-width: 991px) {
	.accueil .matériels-occasion{
		position: relative;
		margin-top: 5%;
		margin-bottom: 6%;
		padding:0;
	}
	#all > section.sec-mat-occasion {
		border-top: 7px solid #0A0D0E;
	}
}
.recherches-mat .recherche-rapide-select {
	font-style: italic;
}

.recherche-rapide-select {
    background-color: #666666;
    color: #fff;
    border-radius: 25px;
    height: 45px;
    width: calc(100% - 2 * 10px);
    margin: 1em;
    padding: 0px 10px;
    outline: none;
}


/*CAROUSEL MAT*/

/*#carousel-occasion .carousel-inner{
	display: flex;
	justify-content: space-evenly;
}*/

#carousel-occasion-lg,
#carousel-occasion-sm{
	margin-bottom: 10%;
}

.materiels-carousel {
    display: flex;
    justify-content: space-evenly;
}

.materiels-carousel > * {
    background-color: white;
    width: 440px;
    height: auto;
}

.materiel-button{
	background-color: rgb(169, 186, 28);
}

.materiel .materiel-bloc-img {
    /* max-width: 300px; */
    max-height: 225px;
    min-height: 225px;
	overflow-y: hidden;
}

/** Materiel occasion **/

.sec-materiel-occasion {
    background: center url(images/interface/fond-materiel-occasion.png);
}

.bloc-carousel-occasion {
	margin-top:50px;
	margin-bottom:70px;
}


.carousel-control-materiel {
    background: rgb(169, 186, 28)!important;
    opacity: 1;
    height: 88px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control.carousel-control-materiel span {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.materiel {
    color:#666666;
}
.materiel-bloc-img {
    display: flex;
    align-items: center;
}
.materiel-titre{
    font-size: 25px;
    margin: 10px 0px;
    color: #555555;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*.materiel-titre:after {
    content: '';
    display: block;
    height: 4px;
    width: 55px;
    background-color: rgb(169, 186, 28);
    margin: 20px auto;
}*/

.materiel-sous-titre:after {
    content: '';
    display: block;
    height: 4px;
    width: 55px;
    background-color: rgb(169, 186, 28);
    margin: 20px auto;
}

.materiel-sous-titre{
	color: #0A0D0E;
	font-size:20px;
	font-weight: 700;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.materiel-annee-lib, .materiel-prix-lib{
    font-size:16px;
}
.materiel-annee-val, .materiel-prix-val{
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:18px;
}
.materiel-annee-val{
    font-size:25px;
    color: #333333;
}
.materiel-prix-val{
    font-size:28px;
    color: #333333;
}
.materiel-prix-val > span{
    font-size:26px;
}

.materiel-annee{
    padding: 2%;
}

.materiel-prix {
    padding: 2%;
    height: 69px;
}

.materiel-annee:before {
    content: '';
    display: block;
    width: 90%;
    margin: 10px auto;
    border-top: 1px solid #DDDDDD;
}

.materiel-lien {
    margin: 15px 0px;
}


form.recherches-mat {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
@media (max-width: 768px) {
form.recherches-mat {
	flex-direction: column;
}
}

.type-mat{
    padding: 1%;
    background: #00C000;
    text-align: center;
}

.tr-action{
    background: #000000;
}

.recherches-mat td{
    color: black;
}

#liste_mat td{
	cursor: pointer;
}

#liste_mat_length{
	width: 80%;
    padding: 2%;
    background-color: #0F1112;
    color: white;
}

#liste_mat_filter{
	padding: 2%;
    width: 20%;
    background: #0F1112;
    height: 89px;
    color: white;
}

#liste_mat_length > label > select{
	color: black;
}

#liste_mat_filter > label > input[type=search]{
	width: 60%;
	color: black;
	border-radius: 25px;
}

#liste_mat > tbody > tr > td{
	text-align: center; 
	height: 110px;
}

#liste_mat > thead > tr > th{
	text-align: center;
	padding:2%; 
}


#liste_mat > thead > tr > th:nth-child(1){
	border-left:1px solid;
}

#liste_mat > thead > tr > th:last-child{
	border-right:1px solid;
}

.td-img-list img{
    max-height: 130px;
}

.img-list{
	max-height: 130px;
}

/*LISTE MAT V2*/

#DataTables_Table_0_wrapper > .dt_header{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    background-color: #b4c618;
}

#DataTables_Table_0_length{
    color: white;
}

#DataTables_Table_0_length > label > select{
    color: black;
}

#DataTables_Table_0_filter{
    color: white;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border-color: #fff;
}

.dataTables_wrapper .panel-flat .dataTables_paginate {
	justify-content: end;
	text-transform: uppercase;
	font-weight: bold;
}
.dataTables_wrapper .panel-flat .dataTables_paginate .current {
	opacity:0;
}

.panel-flat {
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.panel-flat {
	background-color: transparent;
	box-shadow: none;
}

.panel-flat > .panel-heading {
	border-radius: 0;
}

.panel-flat > .panel-heading {
	background-color: #d6d6d6;
	font-weight: bold;
}

.panel-flat table.dataTable.stripe tbody tr.odd, .panel-flat table.dataTable.display tbody tr.odd {
	background-color: rgb(234, 234, 234);
}
.panel-flat table.dataTable.stripe tbody tr.even, .panel-flat table.dataTable.display tbody tr.even {
	background-color: rgb(224, 224, 224);
}
.panel-flat table.dataTable.stripe tbody tr:hover, .panel-flat table.dataTable.display tbody tr:hover {
	background-color: rgb(239, 239, 239);
}
.panel-flat table.dataTable thead tr th {
	border-style:none;
	border-right: 1px solid rgb(239, 239, 239);
	background-color:#FFFFFF;
}
.panel-flat table.dataTable.no-footer {
	border-style:none;
}
.panel-flat table.dataTable thead tr th:last-child {
	border-right: none;
}
.panel-flat table.dataTable tbody tr td {
	height: 130px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(102, 102, 102);
	border: 1px solid white;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.panel-flat table.dataTable tbody tr td.price {
	font-size: 1.8em;
	text-align: right;
	padding-right: 1em;
}
.dataTables_wrapper .panel-flat .dataTables_length,
.dataTables_wrapper .panel-flat .dataTables_filter,
.dataTables_wrapper .panel-flat .dataTables_info,
.dataTables_wrapper .panel-flat .dataTables_processing,
.dataTables_wrapper .panel-flat .dataTables_paginate {
	color:rgb(102, 102, 102);
}
.panel-flat table.dataTable thead .sorting,
.panel-flat table.dataTable thead .sorting_asc,
.panel-flat table.dataTable thead .sorting_desc,
.panel-flat table.dataTable thead .sorting_asc_disabled,
.panel-flat table.dataTable thead .sorting_desc_disabled
{
	background-image:none;
	position:relative;
	text-align:center;
}
.panel-flat table.dataTable thead .sorting::after,
.panel-flat table.dataTable thead .sorting_asc::after,
.panel-flat table.dataTable thead .sorting_desc::after,
.panel-flat table.dataTable thead .sorting_asc_disabled::after,
.panel-flat table.dataTable thead .sorting_desc_disabled::after {
	content: "";
	width: 32px;
	height: 6px;
	background-image: url("images/interface/fond_tri.png");
	background-position-y: 94%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: calc(50% - 32px/2);
}
.panel-flat table.dataTable thead .sorting::after {
	background-position-x: -382px;
}
.panel-flat table.dataTable thead .sorting_asc::after {
	background-position-x: -1px;
}
.panel-flat table.dataTable thead .sorting_desc::after {
	background-position-x: -763px;
}

.panel-flat table.dataTable tbody th,
.panel-flat table.dataTable tbody td
{
	text-align: center;
}
.panel-flat .min-max-slider .minmax > input {
	background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, rgb(169, 186, 28) 30%, rgb(169, 186, 28) 60%, transparent 60%, transparent 100%);
}
.panel-flat .min-max-slider > .legend > * {
	opacity: 1;
	background-color: white;
	padding: 0.1em 0.5em;
	width:6em;
}
.panel-flat .min-max-slider.recherche-rapide-range {
	padding-left: 4em;
	padding-right: 4em;
}
.panel-flat .min-max-slider > .legend > *:first-child {
	margin-left: -2.5em;
}
.panel-flat .min-max-slider > .legend > *:last-child {
	margin-right: -2.5em;
}
.liste_mat .sorting_1{
    padding: 3%;
}

.panel-flat .panel-heading input {
	border-radius: 20px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}
.panel-flat #resultats_filter .label {
	color: inherit;
	/* font-style: italic; */
	display: block;
	text-align: left;
	padding-left: 3em;
	font-weight: normal;
	font-size: 1.1em;
}
.panel-flat #resultats_filter .input {
	margin: 1em 2em;
}
@media (max-width: 991px) {
	.panel-flat #resultats_filter .input {
		margin: 1em;
	}
}

.liste_mat tr:hover{
    cursor: pointer;
}

/*MODAL MAIL */

#formulaire_lien_fiche .modal-header{
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#formulaire_lien_fiche .modal-body{
	padding: 0;
}

#valider_fiche{
	background-color: rgb(169, 186, 28);
	color: rgb(255, 255, 255);
	border-color: rgb(169, 186, 28);
	font-family: 'Oswald Regular';
	font-size: 18px;
	padding: 5px 20px!important;
}
.liste-caracteristique .general-info .valeur {
	font-style: italic;
}

/*.detail-mat-block table tr:nth-child(even) .libelle, .general-info:nth-child(4n+1) .libelle, .general-info:nth-child(4n+2) .libelle {
    background-color: #E0E0E0;
}

.detail-mat-block table tr:nth-child(even) .valeur, .general-info:nth-child(4n+1) .valeur,.general-info:nth-child(4n+2) .valeur {
    background-color: #EAEAEA;
}

.detail-mat-block table tr:nth-child(odd) .libelle, .general-info:nth-child(4n+3) .libelle, .general-info:nth-child(4n+4) .libelle {
    background-color: #EEEEEE;
}
.detail-mat-block table tr:nth-child(odd) .valeur, .general-info:nth-child(4n+3) .valeur, .general-info:nth-child(4n+4) .valeur  {
    background-color: #F7F7F7;
}*/

.ligne-mat:nth-child(even) .libelle, .detail-mat-block table tr:nth-child(even) .libelle{
	background-color: #E0E0E0; 
}

.ligne-mat:nth-child(even) .valeur, .detail-mat-block table tr:nth-child(even) .valeur{
	background-color: #EAEAEA; 
}

.ligne-mat:nth-child(odd) .libelle, .detail-mat-block table tr:nth-child(odd) .libelle{
	background-color: #EEEEEE; 
}

.ligne-mat:nth-child(odd) .valeur, .detail-mat-block table tr:nth-child(odd) .valeur{
	background-color: #FFFFFF; 
}

/*DETAILS*/
.tab-list tr th{
	text-align: center;
}

.filtre {
    background: #0F1112;
    color: #666666;
    font-family: 'Oswald';
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filtre p{
    color: white;
}

.d-flex p{
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.input-search{
	border-radius:25px; 
}

.input-filtre{
    border-radius: 25px;
    width: 25%;
    color: rgb(102, 102, 102);
}

.tab-list>tbody>tr>td,
.tab-list>tbody>tr>th{
    height: 140px;
    vertical-align: middle;
}

.img-list{
    margin: auto;
}

.tab-list > tbody > tr:hover{
    cursor: pointer;
}

.tab-list thead th{
    background: url(images/interface/fond_tri.png) center 94% no-repeat;
    border: 1px solid white;
    padding: 15px 5px;
    text-align: center;
    cursor: pointer;
    height: 30px;
}

td a {
  display: block;
  height: 100%;
}
.detail-mat .panel-default {
	border-width:0;
}
/** Detail Materiel Occasion */
.haut-occasion {
    display: flex;
    align-items: center;
}

.haut-occasion > * {

    padding-top: 4em;

}

.haut-occasion .infos-recherche {
	font-weight: bold;
	font-size: 1.3em;
}
.haut-occasion .infos-recherche > :last-child {
	font-weight: normal;
}

.haut-occasion-actions {
    margin-left:auto;
}

.haut-occasion .btn-mecadoc, .recherches-mat .btn-mecadoc{
	font-size: 18px;
	padding: 5px 20px!important;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



@media (max-width: 768px) {
	.haut-occasion .btn-mecadoc{
		margin-bottom: 3%;
		margin-left: 1%;
	}
	.haut-occasion-actions {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.haut-occasion{
		display: block;
	}
}

@media (max-width: 395px) {
	.haut-occasion .btn-mecadoc{
		width: 100%;
	}
}


.detail-mat-titre {
    padding: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
    font-size: 2em;
}
.detail-mat-ss-titre, .detail-mat-titre {
    background: #FFFFFF;
    margin-top: 20px;
	margin-bottom: 40px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.detail-mat-ss-titre .detail-mat-modele, .detail-mat-titre {
    color: #5d5d5d;
}
.detail-mat-ss-titre {
    font-size: 1.7em;
    display: flex;
    align-items: center;
	margin-top:0px;
}

.detail-mat-img {
    display: flex;
    align-items:center;
    flex-wrap: wrap;
}

.detail-mat-img > * {
    width: 1%;
	flex-grow: 1;
    padding: 10px;
}
.detail-mat-img > *:first-child {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
}


.detail-mat-ref {
    font-size: 18px;
    margin: 0px 10px;
}

.detail-mat-model {
    font-size: 22px;
    margin-left: 10px;
}

.detail-mat-prix {
    background-color: #5D5D5D;
    color: white;
    margin-left:auto;
    padding: 10px;
	padding-left: 2em;
}


.detail-mat-block {
    border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
}

.detail-mat-block.panel {
	color: #111111;
}
.detail-mat-block.panel > .panel-heading {
	border-radius: 0;
    background-color: #D6D6D6;
    color: #111111;
    font-size: 1.5em;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5px;
}
.detail-mat-block td, .general-info > * {
    padding: 10px;
	margin: 0.5px;
}
.general-info > .libelle::first-letter {
	text-transform: uppercase;
}
.general-info > .libelle {
	color:#434343;
}

.detail-mat-block .panel-body {
    padding: 0px;
}
.detail-mat-block .panel-body .panel-heading {
    background: #333333;
    color: #FFFFFF;
}
.detail-mat-block table {
    width: 100%;
}
.general-info > * {
    padding: 10px;
	margin: 0.5px;
}
.general-info > :first-child {
	margin-left:0px;
}
.general-info > :last-child {
	margin-right:0px;
}
.detail-mat-block table .libelle {
    width: 60%;
}
.detail-mat-block table .valeur {
    width: 40%;
}


/**Général */

.general-info {
    display: flex;
}


/** Parties */



.detail-mat{
    margin-bottom: 5%;
}

.detail-mat-block .titre-fieldset {
    background-color: #333333;
    color:white;
    font-weight:bold;
}

.bas-occasion-message {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color:#212121;
}

.td-img-list img{
    max-height: 130px;
}
/*td.test {
    display: flex;
    justify-content: center;
    align-items: center;
}*/



/*à changer une fois que les valeurs ne soit plus en dur */

#corps > div > div.col-lg-10.col-centered.table-responsive{
    margin-bottom: 3%;
}



min-max-slider.recherche-rapide-range > input {
	background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, rgb(169, 186, 28) 30%, silver 60%, transparent 60%, transparent 100%);
}
span.min-max-slider {
    display: inline-block;
}
.min-max-slider.recherche-rapide-range {
    padding: 0.5em 1em;
    border-radius: 50px;
    background-color: #eeeeee;
}

.nbresult {
	text-align: center;
	padding: 1.5em;
	font-size: 1.5em;
}
.nbresult .label {
	color: inherit;
	font-size: 1em;
}

.encart-results {
	margin-top:2em;
	margin-bottom:2em;
}.chiffre-cles{
    background: url("../files/medias/images/Bandeaux/bandeau-chiffres-cles.jpg");
	background-size: cover;
	height: 650px;
	display: flex;
    align-content: center;
    align-items: center;
	background-attachment: fixed;
}
.chiffre-cles-liste {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	width:100%;
    /*height: 720px;*/
}

.chiffre  {
	width: 170px;
}
.chiffre-cles-liste > * {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
}

.chiffre-chiffre {
	color: rgb(180, 198, 24);
	font-size: 60px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
    text-align: center;
    ;
}

.chiffre-detail {
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    ;
}

.chiffre-type-donnee {
	color: rgb(255, 255, 255);
	font-size: px;
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.col-titre {
	text-align: right;
}


.societe-titre {
	color: white;
    font-size: 38px;
    font-family: 'Oswald';
    text-align: center;
	margin-bottom: 60px;
}

.societe-titre:after {
	content: '';
    display: block;
    background: url('/images/interface/after_titre.png') no-repeat center top;
    height: 30px;
    width: 100%;
    margin: 10px auto;
}
.societe-sous-titre {
    color: black;
    font-size: 28px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: -50px;
    /*display: inline-block;*/
}

.col-titre-2 {
	color: #666666;
    font-size: 20px;
}

.text-col-2 {
	border-left: 5px solid #ACBD1F;
	padding-left: 16px;
}

.vcenter {
    /*.display: inline-block;
    vertical-align: middle;
    float: none;*/
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
	.chiffre-chiffre {
		font-size: 40px;
	}
	.chiffre-detail {
		font-size: 20px;
	}
}

@media (max-width: 426px) {
	.chiffre {
		width: 250px;
		margin-bottom: 25px;
	}

	.chiffre-cles {
		height: auto;
	}

	.chiffre-cles-liste {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		width: 100%;
		/* height: 720px; */
		flex-direction: column;
	}
}
#logo-contact p:nth-child(1){
	font-size: 30px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
}
#logo-contact p:nth-child(2){
	font-size: 40px;
	font-family: 'Dr Sugiyama', 'Helvetica Neue', Helvetica, Arial, sans-serif;		
}

#logo-contact p:nth-child(3){
	font-size: 28px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
}
#vcard > * {
    margin: 8px 0px;
}

#vcard{
	color: white;
}
.vcard .pyricon{
	color:rgb(169, 186, 28);
}
span.postal-code {
    margin-right: 10px;
}
#formulaire_contact textarea[name="message"],
#formulaire_contact textarea[name="message"]:focus {
	height: 15em;
}
.structure_nom {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

@media (max-width:767px) {
	.logos-accueil {
		margin-top: 50px;
	}
}

/*** btn envoyer ***/

#valider{
	background-color: rgb(169, 186, 28);
	color: rgb(255, 255, 255);
}

/*** Cadre info structure ***/

#infos_structure{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-align:center;
}

/*** Lien contact footer ***/

#vcard > div.color-vcard > a > span,
#vcard > div.color-vcard > span.email > a {
	color: white;
}

#vcard > div.color-vcard > a > span:hover,
#vcard > div.color-vcard > span.email > a:hover {
	color: #014A74;
}

/*** texte sous nous contacter & label ***/

#formulaire_contact label,
#formulaire_contact p {
	color: black;
}


/*contact vendeurs */


#formulaire_contact_vendeur {
    color: #666666;
}

#formulaire_contact_vendeur label {
    font-weight: normal;
    font-size: 16px;
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#formulaire_contact_vendeur label .agence {
    font-weight: normal;
    font-size: 16px;
    margin-right: 2%;
}

#formulaire_contact_vendeur .agence {
	display: flex;
	justify-content: center;
	align-items: center;
}

#formulaire_contact_vendeur input[type="text"] {
    height:40px;
    border-radius:15px;
    max-width:400px
}
#formulaire_contact_vendeur textarea {
	border-radius:15px;
}

#formulaire_contact_vendeur #cp {
    max-width:150px
}

.form-vendeur-none{
	display: none;
}#formulaire_inscription label{
	color:;
}
.bandeau_load>* {
	min-height: 2em;
	line-height: 2em;
}

.bandeau_load {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#box-connexion{
	position: absolute;
    z-index: 1337;
}

.list-group-item-actu img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
}
.list-group-item-actu {
    display: flex;
    align-items: center;
}

.menu-connexion a {
    padding: 2px 15px;
}

@media (max-width:767px){
    .menu-connexion-xs {
        position: fixed;
        width: 26%;
        right: 60px;
        top: 0;
        height: 50px;
    }

    .menu-connexion-xs a {
        border: 1px solid black;
        display: inline-block!important;
        float: right;
        width: 42px;
        margin-top: 5px;
        border-radius: 5px;
        height: 30px;
        padding: 5px 13px;
        margin-right: 10px;
    }
}.voir-toutes-flux{
	display: inline-block;
    float: right;
    font-size: 22px;
}
.voir-toutes-flux a:hover{
	text-decoration:none;
}

.titre-rss {
	color: rgb(255, 255, 255);
	padding: 10px;
	background: rgb(55, 124, 194);/* #377CC2 */
}
.item-rss:nth-child(odd){padding-left:0px;}
.item-rss:nth-child(even){padding-right:0px;}

 .item-rss{
    /* height: px; */
	margin:15px 0px;
} 

.item-rss h4{
    font-size: px;
    color: ;
    font-familly: ;
}
.item-rss .resume{
    font-size: px;
    color: ;
    font-familly: ;
}
.item-rss .savoirplus a{
    font-size: px;
    color: ;
    font-familly: ;
	font-weight:bold;
}
/* @media (min-width: 768px ) and (max-width: 991px ){

	.item-rss{
		height: auto;
	}
} */

@media (max-width: 767px ){
	.item-rss{
		padding-left:0px;
		padding-right:0px;
		height:auto;
		margin-top:15px;
	}
	.voir-toutes-flux{
	    margin-top: 5px;
	}
	.panel-rss{
	    margin-top: 20px;
	}
}#carousel_Galeries .carousel-control {
	opacity: 1;
}
#carousel_Galeries .carousel-control.right, #carousel_Galeries .carousel-control.left {
	background-image: none;
}
#carousel_Galeries .carousel-caption {
	right:0;
	bottom: 0;
	left:0;
	padding: 1em;
	text-shadow: 0 0 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#carousel_Galeries .carousel-caption h3 {
	margin: 0;	
}[data-toggle="buttons"] .active .glyphicon-unchecked:before {
    content:"\e067";
}

.retour-desinscrit {
    font-weight: bold; 
    text-align: center; 
    margin : 84px; 
    color: #555;
}
.retour-desinscrit.valide {
    color:#333;
}/*** sur menu ***/

.surmenu {
	background: linear-gradient(to right, rgb(255, 255, 255) , rgb(255, 255, 255));
	padding:0px 0px;
}
.navbar-principal .navbar-nav .surmenu-item a {
	margin-top: 5px;
	float:left;
	font-size: 16px;
	color: rgb(170, 170, 170);
}
.navbar-principal .navbar-nav .surmenu-item a:focus,
.navbar-principal .navbar-nav .surmenu-item a:hover{
	color: rgb(180, 198, 24);
	background-color: rgba(232, 202, 164, 0);
	text-decoration: none;
}
.surmenu-item-1 {
	padding: 0px 3em;
    margin-top: 0px;
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: rgb(170, 170, 170);
	/*padding:0;*/
}
.surmenu-item-1:hover{
	color: rgb(180, 198, 24);
	cursor: pointer;
}
.surmenu-item-1 .pyricon {
	color: rgb(170, 170, 170);
}

 @media (max-width: 991px ){
	.surmenu-item  {
		float:left;
	}
}

/*** MENU ***/
#menu_haut {
	min-height:30px;
}

.nav-justified-flex {
	display:flex;
	height: 75px;
    align-items: center;
}
.nav-justified-flex > * {
	flex-grow: 1;
	text-align: center;
}
.nav-justified-flex > li > a {
	height: 75px;
	display:flex;
	align-items: center;
	justify-content: center;
}

#menu_haut.affix-top {
	position: absolute;
	border: none;
	width: 100%;
}
#menu_haut.affix {
	width: 100%;
}



#menu_haut .logo_haut img {
	max-height: 60px;
}

#menu_haut .logo_haut{
	height: 75px;
	display:flex;
	align-items: center;
	justify-content: center;
	padding-right: 0;
}

/*#menu_haut .menu-dynamique > li:not(:first-child):before {
    content: '';
    display: inline-block;
    right: 0px;
    height: 20px;
    width: 1px;
    background-color: white;
    float: left;
    margin-top: 20px;
}*/

#menu_haut.affix-top {
	background: rgb(255, 255, 255);
}
#menu_haut.affix-top:hover,
#menu_haut.affix-top:focus-within,
#menu_haut.affix-top.in_page, 
#menu_haut.affix {
	transition: all 0.2s;
	background: rgba(255, 255, 255, 0.9);
}


#menu_haut.affix-top .menu-dynamique > li a,
#menu_haut.affix-top .menu-dynamique>li> a:focus {
	color: rgb(51, 51, 51);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
}

.nav>li>a:focus, 
.nav>li>a:hover{
	background-color:#B4C618;
	color: white;
	font-size: 18px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #B4C618;
	color: white;
}
#menu_haut .nav>li .dropdown-menu li a:hover{
	color: #B4C618; 
}


/* #menu_haut.affix-top .menu-dynamique>li.open > a, 
#menu_haut.affix-top .menu-dynamique>li:hover > a,
#menu_haut.affix-top .menu-dynamique>li > a:hover {
	color: ;
	background-color: !important;
} */
#menu_haut.affix-top:hover .menu-dynamique > li,
#menu_haut.affix-top:hover .menu-dynamique > li > a,
#menu_haut.affix-top:hover .menu-dynamique > li > a:focus,
#menu_haut.affix-top:focus-within .menu-dynamique > li,
#menu_haut.affix-top:focus-within .menu-dynamique > li > a,
#menu_haut.affix-top:focus-within .menu-dynamique > li > a:focus,
#menu_haut.affix-top.in_page .menu-dynamique > li,
#menu_haut.affix-top.in_page .menu-dynamique > li > a,
#menu_haut.affix-top.in_page .menu-dynamique > li > a:focus,
#menu_haut.affix .menu-dynamique > li,
#menu_haut.affix .menu-dynamique > li > a,
#menu_haut.affix .menu-dynamique > li > a:focus,
#menu_haut.affix .menu-dynamique > li > a:hover {
	color: rgb(51, 51, 51);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}



#menu_haut.affix-top.in_page .menu-dynamique li.open > a, 
#menu_haut.affix .menu-dynamique li.open > a, 
#menu_haut.affix .menu-dynamique li:hover > a
 {
	/*background-color: #B4C618;*/
	color:white;
}

#menu_haut.affix-top.in_page .menu-dynamique li > a:hover{
	color: #B4C618
	background-color:transparent;
}

/*#menu_haut.affix .menu-dynamique li > a:hover,
#menu_haut.affix .menu-dynamique li > a:focus{
	background-color: #B4C618 !important;
	color: white;
}
*/

/*** Sous menu ***/

@media (min-width: 1200px) {
	.dropdown-menu > .container {
		width: 800px;
	}
}
/* @media (min-width: 992px)
.dropdown-menu > .container {
    width: 800px;
}
@media (min-width: 768px)
.dropdown-menu > .container {
    width: 800px;
} */

#menu_haut .nav>li .dropdown-menu .soustitre {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	color:rgb(255, 255, 255);
}
#menu_haut .nav>li .dropdown-menu ul {
	padding-inline-start: 15px;
	color: rgb(255, 255, 255);
    list-style: disc;
}
#menu_haut .nav>li .dropdown-menu ul > li {
	margin-top:5px;
	margin-bottom:5px;
}

#menu_haut .nav>li,#menu_haut .menu-haut-part{
	position:initial;
}

.menu-haut-part {
	padding-left: 0;
}

#menu_haut .nav>li .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9)!important;
	padding: 25px 0px;
}

#menu_haut .nav>li .dropdown-menu li a{
	color: rgb(255, 255, 255);
	font-family: 'Anton', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
}


/******* MENU BAS *******/
#menu_bas {
	list-style-position: inside;
}
#footer_page #menu_bas li{
	margin: 10px 0;
}
#footer_page #menu_bas li a{
	color: rgb(232, 202, 164);
	/* transition:all 0.5s; */
}
#footer_page #menu_bas li a:hover{
	/* text-transform: uppercase; */
	color: rgb(100, 144, 138);
}

/******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */
.demo-2 {
	position: initial;
}
@media (max-width: 767px){
	.navbar-toggle-btn{
		position: initial;
	}
}
		
/* .dl-menuwrapper { */
	    /* float: right; */
/* } */

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li:first-child {

	border-top: 1px solid rgb(255, 255, 255);	
}
.dl-menuwrapper li {
	position: relative;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}
.navbar-header>.dl-menuwrapper {
	width: 100%;
	position:absolute;
	top:100%;
	left:0;
}
.dl-menuwrapper .dl-menu {
/*	  margin: 5px 0 0 0;*/
	position: absolute;
    width:calc( 100% + 15px * 2 );
    text-align: center;
	opacity: 0;
    pointer-events: none;
/*     -webkit-transform: translateY(10px);
    transform: translateY(10px); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin-left: -15px;
}
.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgb(1, 74, 116);
	color:rgb(255, 255, 255);
}

.dl-menuwrapper button, button.dl-trigger[data-target] {
    background: none;
    border: 0px solid rgb(255,255,255);
    width: 38px;
    border-radius: 5px;
    height: 30px;
    /* text-indent: -900em; */
    /* overflow: hidden; */
    position: relative;
    cursor: pointer;
    outline: none;
    float: right;
    margin-top: 20px;
}
.dl-trigger:before {
    content: "Menu";
    position: absolute;
    left: -60px;
    width: 60px;
    display: inline-block;
    top: 6px;
    color: black;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
button.dl-trigger[data-target]:hover,
button.dl-trigger[data-target].dl-active{
	background: none;
	border-color:rgb(1, 74, 116);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after,
button.dl-trigger[data-target]:hover:after ,
button.dl-trigger[data-target].dl-active:after {
	background: rgb(1, 74, 116);
	box-shadow: 
		0 8px 0  rgb(1, 74, 116), 
		0 16px 0  rgb(1, 74, 116);
}


.dl-menuwrapper button:after,
button.dl-trigger[data-target]:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    top: 5px;
    left: 16%;
	background: rgb(1, 74, 116);
	box-shadow: 
		0 8px 0  rgb(1, 74, 116), 
		0 16px 0  rgb(1, 74, 116);
}
.dl-menuwrapper li a {
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	outline: none;
}

.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reseaux-sociaux {
    display: flex;
    align-items: center;
    justify-content: center;
}.contenu .saut-de-ligne {
	height: 2.5em;
}
.contenu {
	padding-top: 0em;
	padding-bottom: 0em;
}
.accueil .contenu:last-of-type {
    padding-bottom: 0.5em;
}
.contenu:last-of-type {
	padding-bottom: 2.5em;
}

.contenu:first-of-type {
	padding-top: 0.5em;
}

/*** Page 404 ***/
.error-page {
    max-width: 700px;
    margin: 20px auto 0 auto;
}
.error-page>.headline {
	font-family: 'Source Sans Pro',sans-serif;
    float: left;
    font-size: 100px;
	margin-right:20px;
    font-weight: 300;
}
.error-page>.headline:after {
    display: none;
}
.error-page>.error-content {
    margin-left: 190px;
    display: block;
}
.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}
.image-a-gauche-dans-paragraphe ul{
	display:inline-block;
}

.accueil .sec-mat-occasion-page{
    display: none;
}

.animation-paragraphe{
    animation-name: fadeInUp;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .title-responsiv{
        display: none;
    }
}

@media (max-width: 991px) {
    .sec-mat-occasion-page{
        display: none;
    }
    .sec-mat-occasion{
        background-color: whitesmoke;
    }
    .title-responsiv{
        text-align: center;
        margin-top: 5%;
        font-size: 38px;
        font-family: 'Oswald', sans-serif;
        color:#000000;
    }
    .title-responsiv:after{
            content: '';
		display: block;
		height: 10px;
		width: 10%;
		margin: 10px auto;
		border-top: 7px solid #b4c618;
    }
}
.paragraphe .media-legend {
    color: #555555;
}
.paragraphe_page a {
	text-decoration: underline!important;
}
.titre_panneau {
	color: rgb(232, 202, 164);
	background: rgb(100, 144, 138);
	min-height:0px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30;
}

.panneau .description_panneau {
	color: rgb(100, 144, 138);
	background: rgb(232, 202, 164);
	min-height:0px;	
	padding: 15px 0px;
}

.plus_info{	
	font-size: 14px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(232, 202, 164);
	background-color: rgb(100, 144, 138);
	border: 2px solid rgb(232, 202, 164);
	padding: 10px 20px;
	border-radius: 50px;
	margin: auto;
}

.plus_info:hover{
	color: rgb(100, 144, 138);
	background-color: rgb(232, 202, 164);
}

.flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-shrink: 0;
	flex-grow: 1;
}
/* .conteneur-panneau{
	height: 450px;
} */
.conteneur-panneau.todiscover {
	position:relative;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.conteneur-panneau.todiscover.affiche {
	position:relative;
	opacity: 1;
}
.conteneur-panneau.affiche.todiscover:nth-child(1) {
	transition-delay: 0.3s;
 -webkit-transition-delay: 0.3s;
}
.conteneur-panneau.affiche.todiscover:nth-child(2) {
	transition-delay: 0.6s;
 -webkit-transition-delay: 0.6s;
}
.conteneur-panneau.affiche.todiscover:nth-child(3) {
	transition-delay: 0.9s;
 -webkit-transition-delay: 0.9s;
}
.conteneur-panneau.affiche.todiscover:nth-child(4) {
	transition-delay: 1.2s;
 -webkit-transition-delay: 1.2s;
}
.conteneur-panneau.affiche.todiscover:nth-child(5) {
	transition-delay: 1.5s;
 -webkit-transition-delay: 1.5s;
}
.conteneur-panneau.affiche.todiscover:nth-child(6) {
	transition-delay: 1.8s;
 -webkit-transition-delay: 1.8s;
}
.panneau {
	background-repeat: no-repeat;
	background-size: cover;
}
.panneau .pseudoalt .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
 font-size: 1.4em;
 color: #091F81;
}
.panneau .pseudoalt {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	text-align: center;
	transition:opacity ease 1s;
	opacity:0;
}
.panneau p {
	text-align: center;
}
/* .conteneur-panneau:hover {
	transition: opacity ease 0.3s;
}
.conteneur-panneau img {
	transition: opacity ease 0.3s;
}
.conteneur-panneau:hover img {
	transition: opacity ease 0.3s;
	opacity: 0.1;
}
.conteneur-panneau:hover a .panneau .pseudoalt {
	transition: opacity ease 0.3s;
	opacity: 1;
} */


.panneau-cercle-haut{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 360px;
	max-width: 220px;
    margin: auto;
}

.panneau-cercle-haut .rounded {
	position: relative;
    z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	height: 151px;
	width: 151px;
	background-color: rgb(232, 202, 164);
    display: flex;
    align-items: center;
	justify-content: center;
	border:none;
}
.panneau-cercle-haut .rounded:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
	top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
	background: rgb(232, 202, 164);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.panneau-cercle-haut .rounded:hover {
	color: rgb(255, 255, 255);
}
.panneau-cercle-haut .rounded:hover:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}

.panneau-cercle-haut .description_panneau {
	flex-grow:1;
	min-height: 0;
}
.panneau-cercle-haut .plus_info {
	border-width: 3px;
	border-radius: 8px;
	font-weight: bold;
}

.panneau-cercle-haut .plus_info:hover{
	color: rgb(232, 202, 164);
}

.conteneur-panneau {
	background-color: #fff;
	padding: 25px;
	width: 360px;
}

.panneau-titre{
	font-size: 20px;
	color:#000000;
}

.panneau-description{
	color:#666666;
	width: 80%;
	font-size: 16px;
}

.sec-title-widget {
	margin-top: 4%;
	color: #FFFFFF;
}

.sec-title-widget:after {
	content: '';
	display: block;
	height: 10px;
	width: 7%;
	margin: 10px auto;
	border-top: 7px solid white;
}

@media (max-width: 1024px) {
	.conteneur-panneau{
		margin-bottom: 5%;
	}
}

@media (max-width: 767px) {
	.panneau-cercle-haut {
		height:300px;
	}
	.panneau.panneau-cercle-haut {
		font-size: 0.9em;
	}
	.panneau-cercle-haut .rounded {
		width:80px;
		height:80px;
		padding: 15px;
	}
	.sec-panneaux {
		background-position-y: 63px;
	}
	.panneau-cercle-haut .plus_info {
		font-size: 14px;
		padding: 7px;
	}
}

.titre_panneau_accueil:after {
	content: '';
    display: block;
    background: url('/images/interface/after_titre.png') no-repeat center top;
    height: 30px;
    width: 100%;
    margin: 10px auto;
}
.panneau-lien {
	margin-top: 40px;
}

.lien_panneau {
	background-color: #A9BA1C;
    color: #fff;
    font-family: 'Oswald';
    font-size: 18px;
    padding: 5px 35px;
    border-radius: 25px;
	border: 1px solid #A9BA1C;
}

.lien_panneau:hover {
	background-color: #fff;
    color: #A9BA1C;
	border: 1px solid #A9BA1C;
}
.nom_mat_neuf {
	font-size: 20px;
	color: #000;
	
}
.lien_mat_neuf {
	text-decoration: none !important;
}
.mat_img {
	margin: 0 auto;
}

/* .vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
} */
.liste-partenaires .btn-primary{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
}

#partenaires .voir-toutes a{
	padding: 10px;
}
#myCarousel_partenaires .item .vertical-center-flex{
	height:150pxpx;
	display:flex;
	align-items:center;
	/* width:90em; */
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.liste-partenaires .thumbnail{
	background-color:rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0);
}
.liste-partenaires figcaption a{
	color:rgb(0,0,0);
}
.liste-partenaires figcaption a:hover{
	color:rgb(0,0,0);
}

.carousel-partenaires .item img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#grayscale);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease;
    /* max-width: 100%;
	width:80% */
	max-height:100%;
}

/*  Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-partenaires .item img{
        width: 100%;
    }
}
.carousel-partenaires .item img:hover{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

div[id^="myCarousel_partenaires"] .carousel-control.left,
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	width:  2.5em; 
	background: transparent;
	color: #333;
	filter: none;
	background-repeat: no-repeat;
	background-position: center center;
}
div[id^="myCarousel_partenaires"] .carousel-control span{
    color: #4B3035;
    /* font-size: 65px; */
	font-size:2.5em;
	left: 0px;
    top: 35%;
    position: absolute;
}


 .carousel-partenaires .item.next , .carousel-partenaires .item.prev {display:none;}

/* @media (max-width: 767px) {
	
	#myCarousel_partenaires .carousel-inner .active.left { left: -100%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 100%!important; }
	
	#myCarousel_partenaires .carousel-control.left{left: 0px;}
	#myCarousel_partenaires .carousel-control.right{	right: 0px;}
}
@media (min-width: 768px) and (max-width: 991px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -25%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 25%!important; }
	.carousel-partenaires .carousel-control.right{ right: 0px!important; }
	 .carousel-partenaires .carousel-control.left{ left: 0px!important; }
	
} 
@media (min-width: 992px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -16.666%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 16.666%!important; }
} */
#myCarousel_partenaires .carousel-inner .active.left,#myCarousel_partenaires .carousel-inner .active.right{
  -webkit-transform: translate3d(0%,0,0)!important;
  transform: translate3d(0%,0,0)!important;
  transition: left 0.6s ease-in-out 0s;
 }


.liste-partenaires .vertical-center{
	height: 240px;
	width: 30em; /* Pas de dépassement horizontal */
}

.partenaire-flex {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
	margin-top: 40px;
    margin-bottom: 40px;
}
.partenaire-flex-item {
    /* flex: 1 1 0px; */
	align-items: center;
	padding-left: 15px;
    padding-right: 15px;
}
.partenaire-flex-item img {
    max-height:150pxpx;
}

/***************/
/*** OLD IE ****/
/***************/

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}.vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.liste-partenaires .btn-primary{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
}


.sec-partenaires .voir_tous .btn:hover, 
.sec-partenaires .voir_tous .btn:active, 
.sec-partenaires .voir_tous .btn:focus {
	color: rgb(100, 144, 138);
	background-color: rgb(232, 202, 164);
}

.sec-partenaires .voir_tous .btn {
	color:rgb(100, 144, 138);
	background-color: rgba(0,0,0,0);
	border: 2px solid rgb(232, 202, 164);
	font-size:18px;
}



#myCarousel_partenaires .item .vertical-center{
	height:150px;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.liste-partenaires .thumbnail{
	background-color:rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0);
}
.liste-partenaires figcaption a{
	color:rgb(0,0,0);
}
.liste-partenaires figcaption a:hover{
	color:rgb(0,0,0);
}

.carousel-partenaires .item img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#grayscale);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease;
    max-width: 100%;
	width:100%
}

/*  Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-partenaires .item img{
        width: 100%;
    }
}
.carousel-partenaires .item img:hover{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

div[id^="myCarousel_partenaires"] .carousel-control.left,
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	width:  2.5em; 
	background: transparent;
	color: #333;
	filter: none;
	background-repeat: no-repeat;
	background-position: center center;
}
div[id^="myCarousel_partenaires"] .carousel-control.left
{
	left: -80px;
	/* background-image: url(../images/interface/fleche_slide_left.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	right: -40px;
	/* background-image: url(../images/interface/fleche_slide_right.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control span{
    color: white;
    /* font-size: 65px; */
	font-size:2.5em;
	left: 0px;
    top: 35%;
    position: absolute;
}


 .carousel-partenaires .item.next , .carousel-partenaires .item.prev {display:none;}

@media (max-width: 767px) {
	div[id^="myCarousel_partenaires"] .carousel-control span{
		top: 0;
	}
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	
	#myCarousel_partenaires .carousel-inner .active.left { left: -100%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 100%!important; }
	
	#myCarousel_partenaires .carousel-control.left{left: 0px;}
	#myCarousel_partenaires .carousel-control.right{	right: 0px;}
}
@media (min-width: 768px) and (max-width: 991px ) {
/* 	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next     { left:  50%; }
	.carousel-inner .prev	{ left: -50%; } */
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	#myCarousel_partenaires .active > div:first-child + div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div+ div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div + div + div { display:block; }
	#myCarousel_partenaires .carousel-inner .active.left { left: -25%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 25%!important; }
	.carousel-partenaires .carousel-control.right{ right: 0px!important; }
	 .carousel-partenaires .carousel-control.left{ left: 0px!important; }
	
} 
@media (min-width: 992px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -16.666%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 16.666%!important; }
}
#myCarousel_partenaires .carousel-inner .active.left,#myCarousel_partenaires .carousel-inner .active.right{
  -webkit-transform: translate3d(0%,0,0)!important;
  transform: translate3d(0%,0,0)!important;
  transition: left 0.6s ease-in-out 0s;
 }


.liste-partenaires .vertical-center{
	height: 240px;
	width: 30em; /* Pas de dépassement horizontal */
}

/***************/
/*** OLD IE ****/
/***************/

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

.link-bandeau {
	font-size: 20px;
    color: rgb(232, 202, 164);
    display: block;
    margin: -3px auto;
    padding: 0px;  
}

.link-bandeau .pyricon {
	display: flex;
}
.tilted-border {
  width: 35px;
    height: 35px;
    right: 20%;
    top: 60%;
}

.tilted-border:after {
      content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(100, 144, 138);
    /* border-radius: 10px; */
    transform: rotate( 45deg);
    pointer-events: none;
    animation-delay: 1s;
    -moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}

.square {
  	width: 25px;
    height: 25px;
    right: 20%;
    top: 86%;
    position: absolute;
    animation-delay: 2s;
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 3;
}

.square .border {
	top: -5px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(100, 144, 138);
    transform: rotate( 45deg);
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
}

.stop {
	width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px -2px;
    display: flex;
}

@media (max-width: 1440px ) {
	.square {
	    right: 30%;
	}

	.first-item-caption {
		font-size: 26px;
	}
	.second-item-caption {
		font-size: 26px;
	}

	.txt-caption {
	    font-size: 14px;
	}
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.txt-caption {
	    font-size: 16px;
	    margin-top: -10px;
	    margin-bottom: 20px;
	}
}

.square:hover .border{
  border: 2px solid rgb(100, 144, 138) !important;
  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.4);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.4);
    transition: all 200ms ease-in;
    transform: scale(1.4);
    background-color: rgb(100, 144, 138);
    /*transform: rotate( 45deg);*/
	color: rgb(232, 202, 164);
}

.square:hover .link-bandeau { color: rgb(232, 202, 164) !important; }

.realisation > img + img {
    position: absolute;
    width: 75%;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}
.realisation {
  padding-bottom: 100px;
}
.realisation:not(.realisation-link) {
    position: relative;
}
.realisation-link {
  display:block;
}
.no-border {
  border:none!important;
}

.realisation .realisation-hover {
    /* display:none; */
    display:block;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    background:rgba(255,255,255,0.8);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.realisation:hover .realisation-hover,
.realisation:focus .realisation-hover {
    opacity: 1;
    transition: all 0.3s;
}

.realisation:hover > .realisation-hover .square-page-blue .border{
    border: 2px solid rgb(100, 144, 138) !important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.4);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.4);
    transition: all 200ms ease-in;
    transform: scale(1.4);
    background-color: rgb(100, 144, 138) !important;
    /*transition-property: background-color;*/
    /*transform: rotate( 45deg);*/
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    /*color: #fff;*/
}

.realisation > img:first-child {
    width: 100%;
}

.realisations-lien {
    text-align:right;
    margin-bottom:60px;
}
.realisation-hover .square.square-page-blue {
    margin: auto;
    left: 0!important;
    right: 0!important;
    top: 40%!important;
    /* bottom: 0; */
}
.realisation-hover .realisation-titre {
    text-align: center;
    font-size: 22px;
    color: rgb(100, 144, 138);
    font-weight: bold;
    margin-top: 55px;
    position: relative;
}

.wrap_lien {
    width: 100%;
    height: 100%;
    display: block;
}

/** filtre **/
.filters-cat-libelle {
    font-style: italic;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 5px;
}


/* ---- button ---- */

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
  }
  
  .button:hover {
    background-color: rgb(100, 144, 138);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: white;
  }
  
  .button:active,
  .button.is-checked {
    background-color: rgb(100, 144, 138);
  }
  
  .button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 99%, 0.8);
  }
  
  .button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  }
  
  /* ---- button-group ---- */
  
  .button-group:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /*.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
  }*/

  
  .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
  .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
  
 .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 1px;
    background-color: rgb(100, 144, 138);
    border-radius: 0px !important;
    color: rgb(232, 202, 164);
    background-image: none;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    text-shadow: none !important;
}

 .button-group .button:hover {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background-color: #394144;
    border-radius: 0px !important;
    color: rgb(100, 144, 138);
    background-image: none;
    text-shadow: none !important;
}

 .button-group .button:focus {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background-color: #a8abad;
    border-radius: 0px !important;
    color: #fff;
    background-image: none;
    text-shadow: none !important;
    border: none !important;
}
 
  /* ui group */
  
  .ui-group {
    /* display: inline-block; */
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(100, 144, 138);
}
  
  .ui-group h3 {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-right: 0.2em;
    font-size: 16px;
  }
  
  .ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
  }

  .square-real {
        right: 60% !important;
  }.offres .offre {
	padding: 1em;
	text-align: center;
	background-color:rgb(241, 241, 241);
	border-color:;
	border-width:1px;
	border-style:solid;
	border-radius:50px;
	color:;
	border-radius: 5px;
	margin-bottom: 7px;
}
.offres .offre label {
	display: block;
}
.offres .offre h3{
	margin-top:0;
}
.offre h3{
	color:;
	font-size:em;
}
.offre .btn{
	background-color:;
	color:;
}
.offre .contrat {
	padding: 1em;
	text-align: center;
}

.offres {
	text-align: center;
	margin-bottom: 100px;
	/*color: #A9BA1C;*/
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	margin-left: 0;
}@media (min-width: 1200px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (min-width: 992px) and (max-width: 1199px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (min-width: 768px) and (max-width: 991px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (max-width: 767px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}


.d-flex{
    display: flex;
}


.col-centered{
    float: none;
    margin: 0 auto;
}

a { 
    color: ; 
    text-decoration: none!important;
}
#footer_page a { color: !important; }
#corps{
    padding-bottom:;
    padding-top: ;
}
#corps, footer, .copyright {
	position:relative;
}
#corps.accueil{
    padding-bottom: 0;
}
#corps.accueil section:first-child{
}
#corps.accueil section {
}
hr{
	border-color:;
	margin : em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
    }
}

/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 100;
}
.barre-cookie:hover{
	background-color: rgba(0,0,0,0.9);
}
.barre-cookie img{min-width:32px;}
.barre-cookie a{
	color:white;
	text-decoration: underline;
}
.barre-cookie p{
	margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
}
#cookie_acceptes {
    cursor: pointer;
	font-size: 30px;
	opacity: 0.9;
}
#cookie_acceptes:hover{
	opacity:1;	
}
@media (max-width: 767px ) {
	.barre-cookie {
		font-size: 12px;
		flex-direction: column;
		padding: 5px 5px;
	}
}

/*** ARIANE ***/
#bloc_ariane .breadcrumb {
    background-color: ;
    
    
}
#bloc_ariane li a{
    color:;
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:;
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: 
}*/

/*** Sous titre lors de pagination ***/
.titre-num-page {
	font-style: italic;
    font-size: 22px;
    color: ;
}




/*** WOW ***/
.wow {
	visibility: hidden;
}

.rdv-sous-titre {
    text-align:center;
    position: relative;
    padding: 15px 0px;
    font-size:1.4em;
}
.rdv-sous-titre:before,
.rdv-sous-titre:after {
    content:'';
    position:absolute;
    width:200px;
    height:1px;
    left:50%;
    transform: translateX(-50%);
    background-color: #BA1E44;
}
.rdv-sous-titre:before {top:0;}
.rdv-sous-titre:after {bottom:0;}

.rdv-titre {
    color:#BA1E44;
}
.rdv-liste-service li {
    background-color: #F7F7F7;
    border-color: #EEEEEE;
}
.rdv-libelle-service {
    color:#444444;
}
.rdv-prix-service,
.rdv-heure-service {
    font-weight: bold;
    color:#333333;
}
.rdv-duree-service {
    color: #878787;
}

.btn-rdv {
    font-weight: bold;
    color: #BA1E44;
    background-color: #FFFFFF;
}
.btn-rdv:hover,
.btn-rdv:focus {
    color: #FFFFFF;
    background-color: #BA1E44;
}

.btn-rdv-valider{
    color: #BA1E44;
    border-color:#BA1E44;
    background-color: #FFFFFF;
}
.btn-rdv-valider:hover,
.btn-rdv-valider:focus {
    color: #FFFFFF;
    background-color: #BA1E44;
}

@media (min-width:768px){
    .rdv-form .form-label {
        text-align: right;
    }
}

/*** Affichage du calendrier de selection des dates en FRONT ***/

.dispos-container {
	overflow-x: auto;
	overflow-y: none;
}
.dispos {
	position: relative;
	min-width: 600px;
	min-height: 200px;
}
.dispos .alert {
	position: absolute;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.67);
	width: 100%;
	z-index: 1;
	margin:0px;
	padding-top: 90px;
	text-align: center;
	font-size: 25px;
	display:none;
}
.dispos.calcul .alert {
	display: block;
}

.loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.loading span:nth-child(2) {
    animation-delay: .2s;
}
.loading span:nth-child(3) {
    animation-delay: .4s;
}
@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.dispos .alert>span {
	margin: auto;
}
.dispos.first .previous,.dispos.last .next {
	display: none;
}
.dispos .previous, .dispos .next {
    font-size: 2em;
}

.dispos-corps,
.dispos-entete {
	padding-left: 40px;
    padding-right: 40px;
}

/*** Entete du tableau de disponibilité **/
.dispos-entete {
    display: flex;
    height: 60px;
    background-color: #EEEEEE;
    align-items: center;
}

.dispos-entete .jours{
	flex-grow: 1;
	flex-basis: 14.285%;
    text-align: center;
}
.dispos-entete .jours .date {
    display: block;
}
.dispos-entete .jours-vide{
	opacity: 0.4;
}


.dispos-entete .previous,
.dispos-entete .next {
	position: absolute;
	top:6px;
	cursor:pointer;
}

.dispos-entete .previous { left: 0 }
.dispos-entete .next { right: 0 }

/*** Corps du tableau de disponibilité **/
.dispos-corps > * {
	flex-grow: 1;
	flex-basis: 14.285%;
}
.dispos-corps {
	display: flex;
	text-align: center;
}
[data-heure_debut]{
	margin-top:5px;
	margin-bottom:5px;
}
.dispos-select {
    background: none;
    padding: 10px 0px;
}

   .surmenu-item-1 .reseaux-sociaux{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.img-T3M{
    max-height: 15px;
    margin-left: 15px;
}


#footer_page_2 .reseaux-sociaux .pyricon-facebook {
	width: 40px;
    height: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(255,255,255);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
#footer_page_2 .reseaux-sociaux .pyricon-facebook:hover {
    color: #014A74;
    background-color: white;
}
.surmenu .reseaux-sociaux-item {
    border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgb(255,255,255);
    padding-left: 10px;
    padding-right: 4px;
}

.reseaux-sociaux-item:hover {
	color: rgb(255,255,255);
}

a.reseaux-sociaux-item span:before,
.reseaux-sociaux-message {
    line-height: 30px;
}

.reseaux-sociaux-message {
    margin-right:10px;
}

#footer_page .reseaux-sociaux {
    margin-top: 15px;
    text-align: center;
}

#footer_page .reseaux-sociaux .reseaux-sociaux-item {
    width: 40px;
	height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

#footer_page .reseaux-sociaux > a {
    color: rgba(255,255,255);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(255,255,255);
}

#footer_page .reseaux-sociaux > a:hover {
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgb(0,0,0);
}.temoignages .carousel .item.active {
	min-height: 12em;
}
.temoignages .carousel .carousel-caption {
	position:relative;
	right:auto;
	left:auto;
}
.temoignages>*{
	position:relative;
}
.temoignages{
	position:relative;
	width: 100%;
}
.temoignages .mask{
	position:absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.temoignages .citation .pyricon{
	font-size:3em;
}
.temoignages .citation .texte{
	margin-top: 2.6em;
	color:;
}
.temoignages .carousel-control{
	color:;
}
.temoignages .citation .pyricon.pull-right {
	margin-top: -0.8em;
}
