@import url(//fonts.googleapis.com/css?family=Mulish|Archivo+Black|Roboto|Raleway|Oswald|Muli|Cabin);
@font-face {
    font-family: Muli;
    src: url("fonts/Muli/Muli.ttf") format("opentype");
}
@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.4em; }
	h3 { font-size: 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; }
}


a { 
    color: ; 
    text-decoration: none!important;
}
#footer_page a { color: !important; }
#corps{
    padding-bottom:40px;
    padding-top: 40px;
}
#corps, footer, .copyright {
	position:relative;
}
#corps.accueil{
    padding-bottom: 0;
    padding-top: 0;
}
#corps.accueil section:first-child{
	padding-bottom: 40px;
}
#corps.accueil section {
	padding-top: 60px;
	padding-bottom: 60px;
}
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 ***/
/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    /* max-width: 600px; */
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    /* border-radius: 30px; */
    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(169, 186, 28);
}
#bloc_ariane li a{
    color:rgb(169, 186, 28);
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:rgb(169, 186, 28);
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: rgb(169, 186, 28)
}*/

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





/*ACTU */

.carousel-actu-titre{
      font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size:40px;
    text-align: left;
}

.actu-escamo .actu-titre {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: black;
}


.liste-actu .actu-escamo{
    flex-direction: column;
}

.liste-actu .actu-escamo > *{
    margin-bottom: 6%;
}


/*MATERIELS*/ 

.detail-mat-titre {
    background: white;
    margin: 20px 0px;
    padding: 10px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 35px;
}

.detail-mat-prix,
.detail-mat-model{
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.materiel-titre{
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin: 10px 0px;

}

.neuf-materiel-titre {
    color: #333333;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin: 0px;
}

.materiel-annee-val, .materiel-prix-val{
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:18px;
}

.footer-message {
    text-align: center;
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #212121;
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.content-liste td {
    height: 130px;
    font-size: 16px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666666;
    border: 1px solid white;
    padding: 0 5px;
    text-align: center;
    position: relative;
}

/*** WOW ***/
.wow {
	visibility: hidden;
}
body{
	background-color: rgb(245, 245, 245);
	
	color: rgb(102, 102, 102);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}

.d-flex-center{
	display: flex;
	justify-content: center;
}

.clear {
    clear: both;
}

.titre-principal{
	color: black;
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Archivo Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.titre-principal:after {
    content: '';
    display: block;
	height: 4px;
    width: 55px;
    background-color: #A9BA1C;
    margin: 20px auto;
}

.titre-secondaire{
	color: #666666;
	text-align: center;
	/*font-family: Muli SemiBold;*/
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 1.5em;
}

.sous-titre {
	display:block;
	color: #333333;
	font-size:18px;
	font-style: italic;
	text-align: left;
	font-family: Muli;
}


.contact_rs {
	display: flex;
	align-items: center;
}

.item_surmenu{
	list-style-type: none;
}

@media(max-width: 991px){
	.surmenu i.pyricon{
		font-size: 1.5em;
	}
}
.voir_toutes .pyricon {
	color: rgb(125, 125, 125);
	vertical-align: middle;
	font-size: 1.1em;
	padding-right: 15px;
}
.pyricon-arrow-right:before{
	border: 3px solid rgb(255, 255, 255);
	border-radius: 100%;	
}
.actus.voir_toutes a{
	color: rgb(255, 255, 255);
	font-family: ;		
}
.actus.voir_toutes a:hover, .actus.voir_toutes a:active {
	text-decoration:none;
	color: #18AACC
}
a.panneau-rond {
	color: rgb(0,0,0);
	border: 5px solid rgb(0,0,0);	
}
a.panneau-rond:hover {
	text-decoration:none;
}
.panneau-rond {
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	height: 14em;
	width: 14em;
	vertical-align: middle;
	padding: 1.5em;
	border-radius: 100%;
	text-align: center;
	display: block;
	top: 25%;
	right: 1em;
	transition:top 0.25s ease;
	font-family: ;
}
.affix.affix-reverse.panneau-rond {
	top: -14em;
}
.panneau-rond em {
	font-style: normal;
	font-size: 1.5em;
	text-transform:uppercase;
}
.panneau-rond i.pyricon {
	color: rgb(0,0,0);
	font-size: 4em;
}

.home_page_link {
	display: flex;
	justify-content: space-around;
}
.item_link_2{
	display: flex;
	flex-direction: column;	
	justify-content: space-between;
}
/*------Actualités accueil---------*/
#actualites h3{
	text-transform: uppercase;
	font-size: 1.4em;

}
/*------Partenaires accueil---------*/

/*------Partenaires Evenements---------*/
#section-agenda{
	background-color: #F7F7F7;
	padding: 30px 0;
}
#partenaires{
	background-color:#FFF;
	padding-top: 4em;	
}
div[id^="myCarousel_partenaires"] .carousel-control span{
	color: rgb(0,0,0)!important;
}
/*------Footer---------*/
#footer_page{
	background-color:rgb(51, 51, 51);	
	color:rgb(255, 255, 255);
    font-family: ;       
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	padding: 2em;
	border: 0;
}
#footer_page h3{
	color:rgb(51, 51, 51);
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(51, 51, 51);	
	font-weight: 600;
}

/*#footer_page a{
	color:  rgb(51, 51, 51);
}*/

#footer_page #footer_menu{
	width: 300px;
}
#footer_page #menu_bas{
	list-style-type: none;
}
#footer_page .microformat{
	color:rgb(255, 255, 255);
	padding:5px;
}
#footer_page #menu_bas li{
	margin: 10px 0;
}
#footer_page .microformat h3{
	display: none;
}
.adr:after, .adr:before{
    content:'';
    display: block;
    width: 30%;
    height: 1px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.adr:before{
	margin-bottom: 14px;
}
.copyright, .copyright a {
	background-color:rgb(169, 186, 28);
	color:rgb(255, 255, 255);
	padding: 15px;
}
.copyright a{
	padding: 0 0px;
} 

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



@media (max-width: 1600px) {
	.contact_rs .tel {
		font-size: 0.8em;	
		margin-left: 15px;
	}
	.footer_map_rsx{
		flex-basis: 100%;
	}
	
}
@media (max-width: 991px){
	#footer_page #footer_menu{
		order: 3;
		margin-top: 30px;
	}
	.footer_contact{
		flex-basis: 100%;
	}
	.bas-de-page{
		margin-top: 30px;
	}
	footer .icn-rsx{
		width: 20%;
		margin: 30px auto;
	}
}
@media (max-width: 767px){
	#corps section{
		margin-bottom: 1em;
	}
	.container.large-gutter{
		width: 100%;			
	}
	#corps .conteneur-panneau{
		padding: 0;
	}
	#corps .panneau{
		padding-bottom: 5px;
	}
	.accueil h4{
		margin-top: 1em;
	}

	#corps .description_panneau{
		padding-top: 0;		
	}

	#actualites h3{
		font-size: 0.9em;
	}
	.actu .lien{
		font-size: 1em;
	}
	.cont_button_xs{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}		
	.bas-de-page{
		margin-top: 30px;
	}
	footer .icn-rsx{
		width: 100%;
	}
	.navbar-flex {
		justify-content: space-between;
	}
}

.placeholder::after {
    background-image: url(images/interface/logo_placeholder.png);
}




/*** Spécifique ***/

.contact-vendeur{
	padding-top: 100px!important;
	padding-bottom: 160px!important;
	background: center no-repeat url("images/interface/fond_contact_vendeur.png"),#F5F5F5;
}



.btn-ballanger {
    background-color: #A9BA1C;
    color: rgb(255, 255, 255);
    border-color: #A9BA1C;
    border-radius: 20px;
    /*font-family: 'Oswald Regular';*/
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 5px 20px!important;
}

.btn-ballanger.active,
.btn-ballanger:focus,
.btn-ballanger:hover{
	border-color: #A9BA1C;
	background-color: rgb(255, 255, 255)!important;
	color: #A9BA1C;	
}

.btn-ballanger .glyphicon:first-child, .btn-ballanger .pyricon:first-child {
    margin-right:5px;
}
.btn-ballanger .glyphicon:last-child, .btn-ballanger .pyricon:last-child {
    margin-left:5px;
}

.btn-locatech {
    background-color: #F67B2D;
    color: rgb(255, 255, 255);
    border-color: #F67B2D;
    border-radius: 20px;
    /*font-family: 'Oswald Regular';*/
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 5px 20px!important;
    margin-top: 22%;
}

.btn-locatech.active,
.btn-locatech:focus,
.btn-locatech:hover{
	border-color: #F67B2D;
	background-color: rgb(255, 255, 255)!important;
	color: #F67B2D;	
}

.btn-xs {
    padding: 2px 10px!important;
    font-size: 16px;
}

/** MODAL **/
.modal-header {
    background-color: #A9BA1C;
    color: white;
}
.modal-header .close{
    color: white;
    opacity: 0.5;
}
.modal-message{
	font-size:16px;
}
.modal-message a {
    font-size: 18px;
    color: #111;
    text-decoration: underline!important;
}

.Locatech-agri-ouest{
	font-family: 'Kodchasan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}

h3.Locatech-agri-ouest > span.Locatech{
	font-size: 48px;
	color:#F67B2D;
	font-family: 'Kodchasan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.Locatech-agri-ouest > span.agri-ouest{
	font-size: 36px;
	color:#F67B2D;
	font-family: 'Kodchasan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.Locatech-agri-ouest > span.Locatech{
	font-size: 48px;
	color:#F67B2D;
	font-family: 'Kodchasan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.Locatech-agri-ouest > span.agri-ouest{
	font-size: 36px;
	color:#F67B2D;
	font-family: 'Kodchasan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.titre-solution-locatech{
	color: white;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.notre-histoire .contenu img{
	max-height: 300px;
	/*max-width: 300px;*/
	border-bottom: 5px solid #A9BA1C;
}

.carte-commercial{
	 max-width: 960px !important; 
	 max-height: 720px !important;
}

.cadre-agence-left{
	box-shadow: 0 0 5px grey;
	margin-top: 1%;
	margin-left: 2%;
	padding: 3%;
    height: 430px;

}

.cadre-agence-left:last-child{
	margin-bottom: 1%;
}

.cadre-agence-right{
    box-shadow: 0 0 5px grey;
    margin-top: 1%;
    margin-right: 3%;
    padding: 3%;
    margin-bottom: 3%;
    height: 430px;
}

@media (max-width: 425px){
    .detail-mat-ss-titre{
        flex-direction: column;
    }
    .detail-mat-prix{
        margin-left:inherit;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 768px){
	.cadre-agence-left{
		width: 80%;
		height: 480px;
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
		margin: auto;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.cadre-agence-right{
		width: 80%;
		height: 480px;
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
		margin: auto;
		margin-top: 2%;
		margin-bottom: 2%;
	}
}
/*** Actu Liste ***/


.actu-escamo {
    display: flex;
    justify-content: space-between;
}

.actu-escamo > * {
    flex: 0 0 45%;
    
    background:white;
}
.actu-escamo img {
    width:100%
}



.actu-escamo .content {
	padding:15px;
}

/*******************/



.actu-newsbox{
	padding-left: 5px;
	padding-right: 5px;
}
.actu .overlay {
    background-color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255), transparent );
    background: linear-gradient(180deg, rgb(255, 255, 255) -10%, transparent 100%);
}

.actu .overlay > div{
	padding-top: 5px;
	padding-bottom: 5px;
}

#actu_photos{
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 50%;
}
#actu_photos .corps-actu{
	padding-top: 20px;
}
.couleur_texte_actu{
	color: rgb(0, 0, 0);
}

.actu .titre a{
	color:rgb(255, 255, 255);
}

.actu .titre a:hover, .actu .lien a:hover {
	text-decoration:none;
	color: rgb(255, 255, 255);	
}
.actu .titre {
	margin-bottom:0;
}
.actu .titre hr {
	width: 5em;
	margin-right: auto;
	margin-left: 0;
	margin-top: 7px;
	border-color:rgb(255, 255, 255);
}
.actu:hover .titre hr {
    width: 100%;
	transition:width 0.5s ease;
}
.actu .description,.actu .lien {
	opacity: 0;
	transition:opacity 0.5s ease;
	
}

.actu .lien, .actu .lien a{	
	color: rgb(255, 255, 255);		
	background-color: rgb(169, 186, 28);
}
.actu .lien a > i{
	color: rgb(169, 186, 28);
}
.actu .lien-sm{	
	font-size: 2em;
	text-align: center;
}
.actu .lien-sm a{	
	color: rgb(169, 186, 28);
}
.actu .description, .actu .description a{
	color: rgb(255, 255, 255);
}
.actu:hover .description,.actu:hover .lien {
	opacity: 1;
}
.actu .btn-info{
	background-color: rgb(169, 186, 28);
	color: ;
	border-color: ;
}
.actu .btn-info:active:hover{
	background-color: ;
}
@media (hover: none) {
	.actu .description,.actu .lien {
		opacity: 1;
	}
}
.actu .lien {
	border: solid;
	border-radius: 50px;
	padding: 10px 5px;
	margin: auto;
	width: 9em;
	font-size: 1.5em;
	color: rgb(169, 186, 28);
}

.actus.voir_toutes {
	font-size: 1.5em;
	margin-top: 30px;
	font-weight: 700;
	
}
.date_actu {
	font-size: 1.5em;
}
.container-list .actu h3{
	margin-bottom: 15px;
	font-size: em;
}
@media (max-width: 1240px){
	.container-list .actu h3 {
		font-size: 1em;
	}
	.container-list .actu .lien{
		font-size: 1.1em;
	}
	.actu .lien{
		font-size: 1.2em;
	}
	#actualites h3{
		font-size: 1.1em;
	}
	.actus.voir_toutes{
		font-size: 1.2em;
	}
}

@media (max-width: 991px){
	#actualites h3{
		font-size: 1em;
	}
	.actu .lien{
		font-size: 1.1em;
	}
	.actus.voir_toutes{
		font-size: 1.1em;
	}
	#actu_photos {
		width: 100%;
	}
}

@media (max-width: 767px){

	.actus.voir_toutes{
		font-size: 1.2em;
	}
	.actus.voir_toutes .pyricon{
		padding-right: 5px;
	}
	.container-list .actu h3 {
		font-size: 1.1em;
	}
	
}

.actu .lien .pyricon{
	vertical-align: middle;
}


.carousel-actu .item:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000040;
}
.carousel-actu-control {
    background-color: #A9BA1C;
    background-image: none!important;
    opacity: 1;
    height: 88px;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
}
.carousel-actu-control .glyphicon {
	margin-top: -15px;
}
.carousel-actu-control.left .glyphicon-chevron-left:before {
	content:"\e257";
}
.carousel-actu-control.right .glyphicon-chevron-right:before {
	content: "\e258";
}
.carousel-actu-control .glyphicon-chevron-right{
	margin-right: -14px;
}
.carousel-actu-control .glyphicon-chevron-left{
	margin-left: -14px;
}

.carousel-actu .carousel-caption {
	right: 5%;
    left: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-actu-corps{
	text-align: left;
	font-size:24px;
}
.carousel-actu-lien {
	align-self: center;
}

@media (max-width: 991px ){

	.carousel-actu .carousel-caption {
		position: relative!important;
		left: 0%;
		top: 0%;
		transform: none;
		padding: 10px 40px;
	}
}#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(255, 255, 255);
}
.calendar .cal-month-day.active span[data-cal-date] {
	color: white;
}
.calendar .cal-day-weekend span[data-cal-date]{
	color: rgb(169, 186, 28);
}
.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(169, 186, 28);
	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(169, 186, 28);
	background-color: rgba(255, 255, 255, 0);
}
.calendar .cal-row-head:hover {
	color: rgb(169, 186, 28);
	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(255, 255, 255);
}
.with-events{
	background-color:rgb(169, 186, 28);
}
.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(255, 255, 255);
}
.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(255, 255, 255);
	color:rgb(255, 255, 255);
}
.evenement .btn-savoir-plus:hover{
	background-color: rgb(255, 255, 255);
	border:1px solid rgb(255, 255, 255);
	color:rgb(255, 255, 255);
}
.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: ;
	font-size: pxpx;
}
.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;
	}
}.escamotable .carousel-caption, .parallaxContainer .carousel-caption {
	text-align:left;	
	
    bottom: 36%;
	width: calc( 100% - 3em * 2 );
	left: 80px;
	padding: 0;
	padding-left: 0.5em;
	
    border-radius: 0;
    border-left-style: solid;
    border-left-width: 8px;
    border-left-color: ;
}

.bandeau h2{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
    font-size: pxpx;
	font-weight: 600;
	letter-spacing: 6px;
    text-shadow: 1px 1px 2px #000;
	/*text-transform: uppercase;*/
	margin: 0;
	margin-left: 20px;
	padding-bottom: 30px;
}
.carousel-caption > p{
	font-size: pxpx;		
	text-shadow: 1px 1px 2px #000;
	margin: 0;
	margin-left: 20px;
}

@media (max-width: 1240px){
	.bandeau h2{
		font-size: 2em;
	}
	.bandeau .carousel-caption > p{
		font-size: 1.8em;
	}
	.escamotable .carousel-caption, .parallaxContainer .carousel-caption{
		bottom: 26%;
	}
}
@media (max-width: 991px){
	.bandeau h2{
		font-size: 1.5em;
	}
	.bandeau .carousel-caption > p{
		font-size: 1.4em;
	}
}

.bandeau-locatech .carousel-caption {
    width: 465px;
    height: 365px;
    top: -100px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.bandeau-locatech .carousel-inner {
	overflow: visible;
}.chiffre-cles{
    background: 
/*        linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%),
        right no-repeat url("C:\fakepath\bandeau-chiffres-cles.jpg");  */      
        linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%),
        right no-repeat url("../files/medias/images/bandeau-chiffres-cles.jpg");
    /*padding: 6% 0px!important;*/
}
.chiffre-cles-liste {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

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

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

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

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



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


.societe-titre {
	color: black;
    font-size: 38px;
    font-family: 'Archivo Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 0;
}
.societe-sous-titre {
    color: black;
    font-size: 28px;
    font-family: 'Archivo Black', '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 #A9BA1C;
	padding-left: 16px;
}

.vcenter {
    /*.display: inline-block;
    vertical-align: middle;
    float: none;*/
    float: none;
    display: table-cell;
    vertical-align: middle;
}.espace-client .bienvenue {
    background: white;
    margin: 20px 0px;
    padding: 10px;
    font-family: 'Oswald';
    color: #666;
    font-size: 35px;
}

.liste-factures{
    margin-top:40px;
}#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{
    text-align: center;
    color: white;
}

#vcard a span:hover{
    color: rgb(179, 198, 24);
}

#vcard > * {
    margin: 8px 0px;
}
.vcard .pyricon{
	color:rgb(255, 255, 255);
}
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(179, 198, 24);
	color: rgb(255, 255, 255);
}


#valider:hover{
	background-color: white;
	color: rgb(179, 198, 24);
	border: 1px solid rgb(179, 198, 24);
}

/*** Cadre info structure ***/

#infos_structure{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-align:center;
}
@media (max-width: 768px){
	#infos_structure{
		margin-bottom: 40px;
	}
}

#infos_structure .logo_haut{
	margin-left: 0;
	display: block;
	margin: auto; 
}

/*** Lien contact footer ***/

#vcard > div.color-vcard > a > span,
#vcard > div.color-vcard > span.email > a {
	color: rgb(255, 255, 255);
}

#vcard > div.color-vcard > a > span:hover,
#vcard > div.color-vcard > span.email > a:hover {
	color: rgb(179, 198, 24);
}

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

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

/*** Accueil ***/
#formulaire_contact_vendeur {
    color: #666666;
}

#formulaire_contact_vendeur label {
    font-weight: normal;
    font-size: 16px;
}
#formulaire_contact_vendeur input[type="text"] {
    height:40px;
    border-radius:15px;
    max-width:400px
}

@media (max-width: 768px){
	#formulaire_contact_vendeur input[type="text"] {
		height:40px;
		border-radius:15px;
		max-width:100%
	}
}

#formulaire_contact_vendeur textarea {
	border-radius:15px;
}

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

.accueil #formulaire_contact_vendeur .lead{
	font-size: 19px;
	text-align: center;
	margin-bottom: 4%;
}

.lead {
    font-size: 21px;
    text-align: center;
}
#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;
	}
}.elm-galerie {
	color:rgb(255,255,255);
	border: rgb(255,255,255) 5px solid;
	box-shadow: 0px 0px 3px #AAA;
}
.elm-galerie a{
	color: rgb(255,255,255);
	text-decoration: none;
}
.elm-galerie.galerie_image{
	position:relative;
}
.elm-galerie .cadre {
	margin:5px;
    border: rgb(169, 186, 28) 1px solid;
	height: calc( 100% - 10px );
}
.elm-galerie h3 {
	color:rgb(255,255,255);
	font-size: 1.2em;

}
.elm-galerie .repel-container {
	overflow-y: hidden;
}

.elm-galerie .repel {
    transform: translateY(0);
	transition: transform ease 0.5s;
	height: 100%;
}
.elm-galerie:hover .repel {
    transform: translateY(calc( -1 * 100% ) );
	border-width:0pc;
}

.elm-galerie .lien {
	font-size: 3em;
	color: rgb(169, 186, 28);
}
.elm-galerie .overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.elm-galerie .overlay-container {
	position: relative;
	width: 100%;
	height: auto;
}
.elm-galerie h3.overlay-fond {
	width:100%;
	padding-top: 30px;
	padding-bottom: 10px;
	background: linear-gradient(180deg, transparent, rgb(169, 186, 28));
}
.elm-galerie .overlay-fond {
    background-color: rgba(0, 0, 0, 0.44);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.44) );
}
.elm-galerie .overlay-fond.nogradient {
    background-color: rgba(0, 0, 0, 0.44);
	height:100%;
	padding-top: 0.01%;/*hack pour maintenir le background en place*/
}

#corps section.elm_galerie{
	margin-bottom: 2em;
}
#corps section.elm_galerie:last-child{
	margin-bottom: 6em;
}
/*.galerie .galerie_image img {
	border: #FFFFFF 5px solid;
}*/
.galerie>* {
    padding: 15px;
}
.no-margin {
	margin: 0px;
}

.flex-row .background-galerie{
	background-color: rgba(0, 0, 0, 0) !important;
	background :rgba(0, 0, 0, 0)!important;
	border-color:rgba(0, 0, 0, 0)!important;
	border-width:rgba(0, 0, 0, 0)!important;
	border-bottom:rgba(0, 0, 0, 0)!important;;
}[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;
}
.separation {
    display: block;
    height: 4px;
    width: 55px;
    background-color: #A9BA1C;
    margin: auto;
}
.separation-locatech {
    display: block;
    height: 4px;
    width: 55px;
    background-color: #4F7231;
    margin: auto;
}

/*.text-locatech{
    background-color:#000000e6;
    position: absolute; 
    width: 465px; 
    top:0%; left: 38%;
    padding: 1%;
}*/

.text-locatech{
    background-color: #000000e6;
    top: 0%;
    left: 38%;
    padding: 2% 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.text-locatech h3{
    text-align: center;
    font-family: ;
}
.font_oswald{
     font-family: ;
}

.text-locatech span{
    font-size:28px;
    color:#FFFFFF;
}

.bandeau-locatech .container{
     display: flex;
     justify-content: center;
     margin-bottom: -16%;
}

.separation-long {
    display: block;
    height: 1px;
    width: 80%;
    background-color: #B3C618;
    margin: auto;
}


/*** ACCUEIL recherche rapide ***/
.recherche-rapide {
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 45px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.recherche-rapide-libelle{
    color:#333;
    font-family: ;
    font-size:20px;
}

.recherche-rapide-select{
    background-color: #666666;
    color: white;
    border-radius: 25px;
    height: 36px;
    width: 100%;
    max-width: 300px;
    margin: 1em;
    padding: 0px 10px;
    outline: none;
}


.recherche-rapide-select option {
    background-color: white;
    color: #666666;
}
.recherche-rapide-select option[disabled] {
    color: #66666677;
}

@media (max-width: 768px){
    .recherche-rapide-select{
		max-width: 100%;
	}
}

@media (min-width: 280px) and (max-width: 425px){
    .recherche-rapide-libelle{
		margin-left: -10%;
	}
}

@media (min-width: 426px) and (max-width: 768px){
    .recherche-rapide-libelle{
		margin-left: -26%;
	}
}

/*** ACCUEIL materiel neuf ***/

.sec-materiel-neuf {
    background: url("images/interface/fond-materiel-neuf.png"),#F5F5F5;
}

.neuf-materiels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    max-width:1400px;
    margin:auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.neuf-materiels > * {
    max-width: 280px;
    flex: 0 0 20%;
    margin: 20px;
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}






/*.neuf-materiel-titre {
    color: #333333;
    font-family: 'Oswald Regular';
    font-size: 25px;
    margin: 0px;
}*/

.neuf-materiel-titre:after {
    content: '';
    display: block;
    height: 4px;
    width: 55px;
    background-color: #A9BA1C;
    margin: 20px auto;
}

@media (max-width: 768px){
    .neuf-materiel-titre {
		text-align:center;
		min-height: 95px;
	}
}
.neuf-materiel-desc {
    color: #666666;
    text-align: center;
}

.neuf-materiel-img {
    width: 85px;
}

#carousel-occasion-lg,
#carousel-occasion-sm,
#carousel-occasion-xs{
    margin-top:50px;
    margin-bottom:70px;
}

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

.materiels-carousel > * {
    background-color: white;
    flex: 0 1 300px;
}

.materiel img {
    max-width: 300px;
    max-height: 225px;
}

/** 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: #A9BA1C!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 {
    height: 225px;
    display: flex;
    /*align-items: center;*/
}
.materiel-titre{
    font-family: ;
    font-size: 25px;
    margin: 10px 0px;

}
.materiel-titre:after {
    content: '';
    display: block;
    height: 4px;
    width: 55px;
    background-color: #A9BA1C;
    margin: 20px auto;
}

.materiel-annee-lib, .materiel-prix-lib{
    font-size:16px;
}
.materiel-annee-val, .materiel-prix-val{
    font-family: ;
    font-size:18px;
}
.materiel-annee-val{
    font-size:25px;
}
.materiel-prix-val{
    font-size:28px;
}
.materiel-prix-val > span{
    font-size:18px;
}

.materiel-prix {

    padding: 2%;
}

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

.materiel-lien {
    margin: 10px 0px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size:14px;
    padding: 4px 8px!important;
}
.materiel-lien  .glyphicon{
	margin:auto!important;
}


/** Detail Materiel Occasion */
.haut-occasion {
    display: flex;
    align-items: center;
}

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



.haut-ariane {
    margin-left: 10px;
}

.detail-mat-titre {
    background: white;
    margin: 20px 0px;
    padding: 10px;
    font-family: ;
    color: #666;
    font-size: 35px;
}

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

.detail-mat-img > * {
    width: 50%;
    padding: 10px;
}
.detail-mat-img > a:first-child {
    width: 100%;
    padding: 10px;
}

.detail-mat-ss-titre {
    background: white;
    margin: 20px 0px;
    font-family: 'Oswald';
    color: #666;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.detail-mat-ref {
    color: #111111;
    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;
}



.detail-mat-block {
    border-radius: 0px;
}

.detail-mat-block .panel-heading {
    background: #D6D6D6;
    color: #111111;
    font-family: ;
    font-size: 20px;
}

.detail-mat-block .panel-body {
    padding: 0px;
}
.detail-mat-block table {
    width: 100%;
}
.detail-mat-block td, .general-info > * {
    padding: 10px;
}

.detail-mat-block table .libelle {
    width: 60%;
}
.detail-mat-block table .valeur {
    width: 40%;
}


/**Général */

.general-info {
    display: flex;
}


/** Parties */

.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;
}

.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;
}


/** Catalogue */
.catalogue{
    -webkit-column-count: 3;
	-webkit-column-gap: 1px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 1px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 1px;
	column-fill: auto;
}
@media (max-width: 991px){
    .catalogue{
        -webkit-column-count: 2;
        -webkit-column-gap: 1px;
        -webkit-column-fill: auto;
        -moz-column-count: 2;
        -moz-column-gap: 1px;
        -moz-column-fill: auto;
        column-count: 2;
        column-gap: 1px;
        column-fill: auto;
    }
}
.panel.item-catalogue {
    width: 340px;
    /* margin: 20px; */
    /* float: left; */
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
    
}

@media (max-width: 1200px){
    .panel.item-catalogue {
        width: 290px;  
    }
}

@media (max-width: 635px){
    .catalogue {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


.item-catalogue {
    background-color: white;
}
.item-catalogue .panel-heading {
    background-color: #A9BA1C;
    color:white;
    text-align: center;
}
.item-catalogue .panel-heading a {
	color:white;
}
.item-catalogue .list-cat a {
	color:rgb(102, 102, 102);
}
  

.item-catalogue .list-cat {
	list-style: none; /* Remove default bullets */
	padding-inline-start: 20px;
}

.item-catalogue .list-cat > li::before {
    content: "•";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color:#A9BA1C;/* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  
.liste-ss-cat {
    list-style: disc;
    padding-inline-start: 20px;
}


/*** Liste des fiches (recherche) ***/

.header-fiches{
	margin-bottom:20px;
}

.header-liste {
	background: #D6D6D6;
	color: #666666;
	font-family: 'Oswald';
	font-size: 20px;
	float: left;
    width: 100%;
    padding: 10px;
}
.header-liste label {
	color: #666666;
	font-family: 'Oswald';
	font-weight: normal;
	font-size: 20px;
}

.header-liste select {
    border-radius: 5px;
	font-size:14px;
    padding: 4px;
}

.header-liste input {
    border-radius: 20px;
	outline: none;
	padding-left:10px;
	padding-right:10px;
}

.header-liste .dataTables_filter {
    float: right;
}

.header-liste .dataTables_length {
    float: left;
}

@media (max-width: 425px){
    .header-liste {
		padding: 10px 25px;
	}
	
	.header-liste .dataTables_filter {
		float: left;
	}
    .detail-mat-ss-titre{
        flex-direction: column;
    }
    .detail-mat-prix{
        margin-left:inherit;
        width: 100%;
        text-align: center;
    }
    .haut-occasion-actions{
        margin-left: inherit;
        width: 100%;
    }
}
.content-liste {
    width: 100%;
	overflow: auto;
}

.content-liste table {
    width: 100%;
}

.content-liste thead {
    background-color: white;
}



.content-liste 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: 60px;
}
.content-liste th.sorting_disabled { cursor:default; background:none; }
.content-liste th.sorting_asc { background-position:-1% 94%; }
.content-liste th.sorting_desc { background-position:101% 94%; }
.content-liste tbody tr:nth-child(odd), .content-liste td.odd { background:#EAEAEA; }
.content-liste tbody tr:nth-child(even), .content-liste td.even { background:#E0E0E0; }

.content-liste [data-lien] {
	cursor:pointer;
}
.content-liste [data-lien]:hover {
	background:#EFEFEF;
}


.content-liste td img { 
    margin: auto;
    max-width: 130px;
    max-height: 130px;
}
.content-liste td .liste_vendu { 
    width: 100%;
    height: 100%;
    top: 0;
    background: url(images/interface/vendu.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
}

.content-liste td a,.content-liste td a:hover,.content-liste td a:focus{
	color: #666666;
}

.content-liste td:last-child {
	font-size: 26px;
}
.content-liste td:not(.dataTables_empty):last-child:after {
    content: "€";
    font-size: 22px;
}

.ranger { 
	display:none;
	width:70%; 
	min-width:300px; 
}
.ranger p { margin-bottom:20px; font-weight:bold; }

.box-ranger {
	background-color: #EEEEEE;
	padding: 10px 60px;
    border-radius: 30px;
}

.ranger-borne > b:first-child {
	background: white;
    padding: 0px 5px;
    float: left;
	transform: translateX(-50%);
}
.ranger-borne > b:last-child {
	background: white;
    padding: 0px 5px;
	float: right;
	transform: translateX(50%);
}
.box-ranger .slider.slider-horizontal{
	width:100%;
}
.box-ranger .slider-handle {
    background: #F6F6F6;
}
.box-ranger .slider-selection {
    background: #B3C618;
}

.column-filter-widgets .ranger { display:block; margin:auto; margin-bottom:10px; }
#table_data .column-filter-widget select {
    background-color: #666666;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 5px 0px;
    width: 100%;
}

#table_data .column-filter-widget:not(:empty) {
    width: 25%;
    padding: 10px;
}

@media (max-width: 425px){
    #table_data .column-filter-widget:not(:empty) {
		width: 100%;
		padding: 10px;
	}
}

#table_data .column-filter-widgets a.filter-term {
    width: 100%;
    margin: 5px 0px;
    font-size: 12px;
    color: white;
}
#table_data .column-filter-widgets {
    margin-bottom: 40px;
}

.footer-liste {
   color: #666666;
    font-family: 'Oswald';
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 10px;
}


.footer-liste .dataTables_info {
    float: left;
}

.footer-liste .dataTables_paginate {
    float: right;
}

.footer-liste .dataTables_paginate a {
    background: #B3C618;
    color: white;
    padding: 5px 20px;
    margin: 0px 10px;
    border-radius: 20px;
}

.footer-liste .dataTables_paginate a:first-child:before,
.footer-liste .dataTables_paginate a:last-child:after
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.footer-liste .dataTables_paginate a:first-child:before{
	content: "\e091";
    margin-right: 10px;
}
.footer-liste .dataTables_paginate a:last-child:after{
	content: "\e092";
    margin-left: 10px;
}

/*.surmenu.clearfix .btn-ballanger{
    font-size: 14px;
}*/

@media (max-width: 425px){
	.footer-liste .dataTables_paginate a {
		background: #B3C618;
		color: white;
		padding: 5px 15px;
		margin: 0px 10px;
		border-radius: 20px;
		font-size: 16px;
	}
	
	.footer-liste .dataTables_info {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
    .surmenu.clearfix .btn-ballanger{
        font-size: 14px;
        margin-left: 4px;
    }
}

/* .liste_fiche:not(.hidden) + .lds-spinner { */
	/* display:none; */
/* } */

/*** LOADER ***/
.lds-spinner {
  color: black;
  display: block;
  margin:auto;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #666;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/***********/
@media (max-width: 424px){
    .neuf-materiels > * {
        max-width: 170px;
    }
    .sec-materiel-neuf .mat-neuf h3{
        font-size: 19px;
    }
	

}

@media (max-width: 419px){
    .neuf-materiels > * {
        max-width: 120px;
        height: 260px;
    }
    .sec-materiel-neuf .mat-neuf h3{
        font-size: 19px;
    }
    
}

@media (max-width: 425px){
	.header-fiches .btn-ballanger{
        padding: 8px !important;
		width: 100%;
    }
}


@media (max-width: 992px){
    .materiel-titre{
        font-size: 22px;
    }
    .materiels-carousel > *{
        height: auto;
        width: 210px;
    }
    .materiel img {
        max-width: 210px;
        max-height: 225px;
    }
    .materiel-bloc-img {
        height: 165px;
    }
}

.item-catalogue:nth-child(1) > .panel-body > ul > li:nth-child(1) > a,
.item-catalogue:nth-child(1) > .panel-body > ul > li:nth-child(2) > a{
    pointer-events: none;
    cursor: default;
}

/*MODAL DETAIL*/

#modalFiche .modal-body{
    padding: 0px;
}

#modalFiche .modal-header{
    display: flex;
    justify-content: space-around;
}

.logo-hide{
    display: none;
}

@media print {
    #slider,
    #vcard,
    #bloc_ariane,
    .anchor,
    .lien_img_detail,
    .haut-occasion,
    .separation-long,
    .lien_footer_menu,
    .retrouvez-nous p,
    .copyright,
    .barre-cookie,
    .reseaux-sociaux a{
        display: none !important;
    }
    .detail-mat-img > a:first-child{
        width: 50%;
    }
    #corps .container{
        width: 100%;
    }
    .detail-mat-block{
        border:none;
    }
    .logo-hide{
        display: block;
    }    
    .logo-print{
        position: absolute;
        top: 0;
        left: 0;
        width: 450px;
    }    
    .logo-print-claas{
        position: absolute;
        top: 0;
        right: 0;
        width: 450px;
    }
    a[href]:after {
        content: none !important;
    }
}

@media (max-width: 425px){
	.haut-occasion {
    display: flex;
    align-items: center;
    flex-direction: column;
	}

	.btn-ballanger {
		background-color: #A9BA1C;
		color: rgb(255, 255, 255);
		border-color: #A9BA1C;
		border-radius: 20px;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		padding: 5px 20px!important;
		width: 100%;
		margin-bottom: 5px;
	}  

    .sec-materiel-neuf .btn-ballanger {
        width: auto;
    }

}

/* .catalogue {
    display: flex;
    flex-wrap: wrap;
} */
.liste-marque {
    list-style: none;
    padding-inline-start: 0px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: stretch; */
    /* justify-content: space-between; */
}

.liste-marque > * {
    /* flex: 0 0 30%; */
    min-width: 100px;
    /* border: 2px solid #333; */
    /* border-radius: 20px; */
    padding: 10px;
    /* display: flex; */
    /* align-items: center; */
    margin: 10px 0px;
}

.liste-marque img {
    max-height: 50px;
}

.liste-neuf-materiels {
    max-width: 1400px;
   /*  margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;

    -webkit-column-count: 3;
    -webkit-column-gap: 1px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 1px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 1px;
    column-fill: auto; */
}

/* .liste-neuf-materiels > * {
    width: 340px;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}  */



.liste-neuf-materiels [data-toggle="collapse"]{
    cursor:pointer;
}

.item-neuf-materiels {
   /*  width: 340px; */
    background-color: white;
    /* margin: 20px; */
    /* float: left; */
    /* -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid; */
    
}


.item-neuf-materiels .panel-heading {
    background-color: #A9BA1C;
    color:white;
    text-align: center;
}

.sec-materiel-neuf .mat-neuf h3{
    font-size: 21px;
}

@media (max-width: 424px){
    .sec-materiel-neuf .mat-neuf h3{
        font-size: 18px;
    }
}/*header .navbar-principal, .menu-dynamique .dropdown-menu {
}
*/
.flex-row .flex-item-1 {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(255, 255, 255) , rgb(255, 255, 255));
	border-color: rgb(255, 255, 255);
	border-width: 0;
	border-bottom: 2px solid rgb(255, 255, 255);
}

/*** sur menu ***/

.surmenu {
	background: linear-gradient(to right, rgb(255, 255, 255) , rgb(255, 255, 255));
	/* padding:5px 15px; */
}
/*.navbar-principal{
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .4);
}*/
.navbar-principal .navbar-nav .surmenu-item a {
	margin-top: 5px;
	float:left;
	font-size: 18px;
	color: rgb(51, 51, 51);
}
.navbar-principal .navbar-nav .surmenu-item a:focus,
.navbar-principal .navbar-nav .surmenu-item a:hover{
	color: rgba(255, 255, 255);
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}
.surmenu-item-1 {
	color: rgb(51, 51, 51);
}

.surmenu-item-1 span a {
	color: rgb(51, 51, 51);
}

.surmenu-item-1:hover{
	color: rgba(255, 255, 255);
	cursor: pointer;
}
.surmenu-item-1:first-child{	
	padding: 0.4em;
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
}




/******************************/


.menu-dynamique .dropdown-menu .dropdown-menu {
	background: #ffffff44;
}
header .navbar-principal.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(255, 255, 255) , rgb(255, 255, 255));
	margin-bottom: 0;
}
.menu-dynamique > li::before {
	background-color: ;
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(51, 51, 51);
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-size: 16px;
}
/*#menu-principal > li:nth-last-child(1),
#menu-principal > li:nth-last-child(2) {
	background: #FEE454;
}*/

#menu-principal ul {
    max-width: 1024px;
	padding-top: 5px;
    float: right;
}
#menu-principal .pyricon-angle-down{
	padding-left: 10px;
}
#menu-principal span.pyricon.pyricon-angle-down:before {
	position: absolute;
	margin-top: 4px;
}
#menu-principal .menu-dynamique>li:last-child > .dropdown-menu{
	width: initial;
	right:0;
}

ul.menu-dynamique .caret{
	display:block;
	margin:auto;
}

/*ul.menu-dynamique li:nth-last-child(1) a, ul.menu-dynamique li:nth-last-child(2) a {
    color: #000;
}*/
.menu-dynamique a:hover, .menu-dynamique a:focus,
#menu-accueil:hover, #menu-accueil:focus {
	color: rgb(51, 51, 51)!important;
	background-color:rgba(255, 255, 255, 0)!important;
}

.nav-justified>.dropdown.open>.dropdown-menu {
	display: table;
	background-color: #A9BA1C;
}
.dropdown-menu>li>a{
	padding: 10px 25px;
	color: rgb(255, 255, 255);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	color: rgb(255, 255, 255);
}
.dropdown-menu .dropdown-menu > li > a {
	padding-left: 25px;
}

.sous-menu-xs {
	display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
}
.sous-menu-xs a {
    color: #65727c;
    font-size: 32px;
    line-height: 32px;
	text-decoration: none;
}
.sous-menu-xs a:hover {
    color: white;
}

.menu-bas #menu_bas {
	background-color: rgb(51, 51, 51);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-bas #menu_bas a {
	color: rgb(255, 255, 255);
}
.menu-bas #menu_bas a:hover {
	color: rgb(255,255,255);
	cursor: pointer;
	text-decoration: none;
}
.menu-bas #menu_bas > li[class*="col-xs-"]::before {
	background-color: ;
}

#menu-principal a#menu-accueil {
	float: left;
	text-decoration: none;
	width: 84px;
    text-align: center;
}

#menu-principal a#menu-accueil i {
	color: white;
	font-size: 32px;
	line-height: 56px;
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:56px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}

.navbar{
	border:0px;
}

 @media (min-width: 768px ) and (max-width: 991px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 991px ){
	 .navbar-header img {
		min-height: 15px;
	}
 }
 
 header .navbar-header{
	display: table;
	/* height: 65px; */
	width:100%;
}
	
@media (max-width: 767px){
	header .navbar-header{
		width:100%;
		/* height:50px; */
		height:0px;
	}
	header .navbar-brand{
		padding:0px 15px;
		height: auto;
	}
	 .navbar-header img {
		vertical-align: middle;
		margin-top: 10px;
	 }
}

.logo_haut {
	display: flex;
	align-self: center;
	margin-left:10em;
	padding: 1.2em;
}

.logo_haut img {
	max-height: 100px;
}

.logo_haut_xs {
	background-color: white;
	position: relative;
	z-index: 1;
}

/* @media (max-width: 767px){
	.logo_haut {
		padding: 15px;
	}
} */

@media (max-width: 991px ){
	.surmenu-item  {
		float:left;
	}
	.logo_haut img{
		max-width: 160px;
	}
	.logo_haut {
		width:100%;
		justify-content: space-between;
		align-items: center;
		margin-left:0em;
		padding: 1.2em 0em 1.2em 1.2em;
	}
}

@media (min-width: 992px ) and (max-width: 1199px ){
	.logo_haut {
		max-width: 190px;
		margin-left:1em;
		padding: 5px;
	}
}
   
  /******** 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(51, 51, 51);	
}
.dl-menuwrapper li {
	position: relative;
	border-bottom: 1px solid rgb(51, 51, 51);
}

.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%;
}
.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(255, 255, 255);
	color:rgb(51, 51, 51);
}

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

.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:;
}

.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: ;
	box-shadow: 
		0 8px 0  , 
		0 16px 0  ;
}


.dl-menuwrapper button:after,
button.dl-trigger[data-target]:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    top: 5px;
    left: 16%;
	background: rgb(51, 51, 51);
	box-shadow: 
		0 8px 0  rgb(51, 51, 51), 
		0 16px 0  rgb(51, 51, 51);
}
.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(51, 51, 51);
	outline: none;
}

/*** Plan du site ***/
#plan_site .label-default {
    padding: 10px;
}
#plan_site .label-default a {
	color: white;
	font-size: 20px;
	padding: 10px;
}

a.anchor.haut {
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
}
a.anchor.haut:hover {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}
#header_page .espace_client .btn{
	font-size:1em;
}
#header_page .espace_client.visible-xs{
	margin:0.5em;
}
#header_page .espace_client.hidden-xs .btn{
	border-radius:0;
	border-style:none;
}
#header_page .espace_client .pyricon:before{
	font-size:2em;
}

/*FOOTER V2*/

#footer_page_2{
	background-color:#333333;	
	color:;
    font-family: ;       
    /*display: flex;
    justify-content: space-around;
	flex-wrap: wrap;*/
	padding: 2em 0em 0em 0em;
	border: 0;
	position:relative;
}

#footer_page_2 .retrouvez-nous{
	position: absolute;
    bottom: 2%;
    right: 25%;
    background-color: #A9BA1C;
    width: 34%;
    margin-bottom: 7px;
    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: 100%;
	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:;
	padding:5px;
}
#footer_page_2 #menu_bas li{
	margin: 10px 0;
	list-style:none;
}

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

#footer_page_2 #menu_bas2 a li{
	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 rgb(179, 198, 24);
}

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

/* ~~~~~ RESPONSIV MENU ~~~~~*/




@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: #222222;
		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: rgb(179, 198, 24);
    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 (min-width: 530px) and (max-width: 768px) {
	#footer_page_2 .center-logo {
		display: flex;
	}
/*	#vcard{
		margin-left: 70px;
	}*/
	#footer_page_2 .footer_menu{
		width: 525px;
	}
}

@media (max-width: 325px) {
	#footer_page_2 .footer_menu{
		width: 280px;
	}
}

/*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 .pyricon-linkedin{
	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 .pyricon-linkedin{
	    background-color: white;
}

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

/*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%;
	}
}

.contenu .saut-de-ligne {
	height: 0.5em;
}
.contenu {
	padding-top: 0em;
	padding-bottom: 0em;
}
.contenu:last-of-type {
	padding-bottom: 0.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;
}


.animation-paragraphe{
    animation-name: fadeInUp;
}
.paragraphe .media-legend {
    color: rgb(255, 255, 255);
	text-align: center;
}
.paragraphe_page a {
	text-decoration: underline;
}

.paragraphe_page a.btn-ballanger {
	text-decoration: none;
}.titre_panneau {
	color: rgb(169, 186, 28);
	background: rgb(255, 255, 255);
	min-height:0px;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30;
}

.panneau .description_panneau {
	color: rgb(255, 255, 255);
	background: rgb(169, 186, 28);
	min-height:0px;	
	padding: 15px 0px;
}

.plus_info{	
	font-size: 14px;
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(51, 51, 51);
	padding: 10px 20px;
	border-radius: 50px;
	margin: auto;
}

.plus_info:hover{
	color: rgb(255, 255, 255);
	background-color: rgb(51, 51, 51);
}

.flex {
	display: flex;
	justify-content: center;
	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(169, 186, 28);
    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(169, 186, 28);
    -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(51, 51, 51);
}

@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;
	}
}
.panneau-escamo{
	background-color:rgba(255, 255, 255);	
}
.panneau-escamo:hover{
	background-color:rgba(255, 255, 255);
}
.panneau-escamo .titre_panneau{
	font-family: ;
	margin-top: 0.8em;
	color: rgb(169, 186, 28);
	font-size:px;
	text-transform: uppercase;	
}
.description_panneau{
	padding: 5px 15px;
	font-size: 14px;
}
.panneau {
    position: relative;
	min-height: 500px;
	padding-bottom: 68px;
}
.panneau .image {
    position: absolute;
}
.pyricon.entete {
    font-size: 70px;
}
.panneau-titre{
	font-size: 30px;
	color:rgb(121, 0, 67);
}
/* .panneau .uncollapsible .plus_info,.panneau:hover .uncollapsible-wrapper + .plus_info {
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.panneau .plus_info {
	position: absolute;
	background-color: ;	
    width: %;
    border: 2px solid ;
    padding: 8px 0;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
    margin: 0 auto;   
    left: 0;
	right: 0;
	bottom: 0;
}

.panneau .plus_info:hover {	
	background-color: ;   
    border: 2px solid ;   
}
.panneau .plus_info a{
	color: ;
	display: block;
}
.panneau .plus_info:hover a{
	color: ;
}
.panneau .collapsible-wrapper,.panneau .uncollapsible-wrapper {
  display: flex;
  overflow: hidden;
}
.panneau .collapsible-wrapper:after,.panneau .uncollapsible-wrapper:after {
  content: '';
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.conteneur-panneau{
	margin-bottom: 20px;
}
.conteneur-panneau .collapsible-wrapper > .collapsible,.conteneur-panneau:hover .uncollapsible-wrapper > .uncollapsible {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
}
.conteneur-panneau:hover .collapsible-wrapper > .collapsible, .conteneur-panneau .uncollapsible-wrapper > .uncollapsible {
  margin-bottom: -2000px;
  transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1),
              visibility 0s 0.3s, max-height 0s 0.3s;
  max-height: 0;
}
.conteneur-panneau .uncollapsible-wrapper {
	min-height: 8em;
}
.conteneur-panneau:hover .collapsible-wrapper:after,.conteneur-panneau .uncollapsible-wrapper:after{
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
@media (hover: none) {
	.panneau .image, .panneau .plus_info {
		position:relative;
	}
	.panneau {
		min-height:0px;
	}
	.panneau .uncollapsible-wrapper > .uncollapsible {
	  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
	  margin-bottom: 0;
	  max-height: 1000000px;
	}
	.panneau .collapsible-wrapper > .collapsible {
	  margin-bottom: -2000px;
	  transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1),
				  visibility 0s 0.3s, max-height 0s 0.3s;
	  max-height: 0;
	}
	.panneau .collapsible-wrapper:after {
	  height: 0;
	  transition: height 0.3s linear;
	  max-height: 50px;
	}
}
#corps .panneau{
	height: 100%;
}
#corps .flex-row.align-top, .flex-col.align-left{
	align-items: inherit;
}
.panneau-escamo{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1600px) {
	#corps .conteneur-panneau{
		padding: 0 5px;
	}
	#corps .panneau{
		padding-bottom: 40px;		
	}
	#corps .conteneur-panneau{
		flex-basis: 30%;
	}
	#corps .flex-row{
		flex-wrap: wrap-reverse;
	}

	.panneau-escamo .titre_panneau{
		font-size: 1.4em;
	}
}
@media (max-width: 767px) {
	#corps .conteneur-panneau{
		flex-basis: 100%;
	}
}/* .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);
}

#partenaires .voir-toutes a{
	padding: 10px;
}
#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;
}#produit {
	background-color: #F2F2F2;
}
.conteneur_bandeau{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.placeur_bandeau{
	position: absolute;
	width: 140%;
	left: -20%;
	top: 45%;
}
.produit .bandeau{
	transform: rotateZ(-45deg);
	background-color: ;
	color: ;
	text-align: center;
	width: 100%;
	font-size: 4em;
	opacity: 0.5;
}
@-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(51, 51, 51);
    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(255, 255, 255);
    /* 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(255, 255, 255);
    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(255, 255, 255) !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(255, 255, 255);
    /*transform: rotate( 45deg);*/
	color: rgb(51, 51, 51);
}

.square:hover .link-bandeau { color: rgb(51, 51, 51) !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(255, 255, 255) !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(255, 255, 255) !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(255, 255, 255);
    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(255, 255, 255);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: white;
  }
  
  .button:active,
  .button.is-checked {
    background-color: rgb(255, 255, 255);
  }
  
  .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(255, 255, 255);
    border-radius: 0px !important;
    color: rgb(51, 51, 51);
    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(255, 255, 255);
    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(255, 255, 255);
}
  
  .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;
  }@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; }
}


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;
    padding-top: 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 ***/
/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    /* max-width: 600px; */
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    /* border-radius: 30px; */
    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: ;
}





/*ACTU */

.carousel-actu-titre{
      font-family: ;
    font-weight: bold;
    font-size:40px;
    text-align: left;
}

.actu-escamo .actu-titre {
    font-family: ;
    font-size: 24px;
    color: black;
}


.liste-actu .actu-escamo{
    flex-direction: column;
}

.liste-actu .actu-escamo > *{
    margin-bottom: 6%;
}


/*MATERIELS*/ 

.detail-mat-titre {
    background: white;
    margin: 20px 0px;
    padding: 10px;
    font-family: ;
    color: #666;
    font-size: 35px;
}

.detail-mat-prix,
.detail-mat-model{
    font-family: ;
}

.materiel-titre{
    font-family: ;
    font-size: 25px;
    margin: 10px 0px;

}

.neuf-materiel-titre {
    color: #333333;
    font-family: ;
    font-size: 25px;
    margin: 0px;
}

.materiel-annee-val, .materiel-prix-val{
    font-family: ;
    font-size:18px;
}

.footer-message {
    text-align: center;
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #212121;
    font-family: ;
}


.content-liste td {
    height: 130px;
    font-size: 16px;
    font-family: ;
    color: #666666;
    border: 1px solid white;
    padding: 0 5px;
    text-align: center;
    position: relative;
}

/*** 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;
}

   .reseaux-sociaux {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reseaux-sociaux-item {
    width: 40px;
	height: 40px;
	color: rgb(59, 89, 152);
	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;
}

.reseaux-sociaux-item:hover {
	color: rgb(59, 89, 152);
	background-color: rgb(255, 255, 255) ;
    border: 1px solid rgb(59, 89, 152);
}

a.reseaux-sociaux-item span:before {
    line-height: 40px;
}

#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);
}

.rejoignez-nous {
    color: #AAAAAA;
    font-size: 16px;
    font-style: italic;
    cursor:default;
    margin-left:10px;
}.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;
}
