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


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;
}
#corps.accueil section:first-child{
	padding-bottom: 40px;
}
#corps.accueil section {
	padding-top: 60px;
	padding-bottom: 80px;
}
hr{
	border-color:rgb(221, 221, 221);
	margin : 3em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

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

/*** ARIANE ***/
#bloc_ariane .breadcrumb {
    background-color: rgba(245, 245, 245, 0);
    border-radius: 4px;
    
}
#bloc_ariane li em{
    color:rgb(0, 163, 217);
}
#bloc_ariane li a{
    color:rgb(221, 221, 221);
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:rgb(0, 163, 217);
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: rgb(221, 221, 221)
}*/

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

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


body {
	color: rgb(221, 221, 221);
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: rgb(3, 21, 33);
}

h2 {
    font-size: 1.6em;
}

.placeholder::after {
    background-image: url(images/interface/logo_placeholder.png);
}
.placeholder {
	background-color: rgba(0, 163, 217, 0.69);
}


.titre_principal,
.titre_secondaire {
	text-align: center;
	margin-bottom: 50px;;
}
.titre_principal {
    font-size: 60px;
	color: #FFFFFF;
	font-family : 'Carattere', cursive;
}




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

.sur_titre {
	color: #00A3D8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 600;
}
.sur_titre:after {
	content: '';
	display: block;
	background: url('/images/interface/image_after.png') no-repeat center top;
	height: 30px;
    width: 100%;
    margin: 10px auto;
}

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

.txt-clr-1 {color:rgb(221, 221, 221);}
.txt-clr-2 {color:rgb(0, 163, 217);}
.bkg-clr-1 {background-color;:rgb(221, 221, 221);}
.bkg-clr-2 {background-color:rgb(0, 163, 217);}

.col-panneau {
	margin-top: 50px;
}

.div_btn {
	display: flex;
    justify-content: center;
	margin-top: 40px;
}
/************* HEADER ***************/

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

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

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

/*** FOOTER ***/

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

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

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

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

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

#footer_page .microformat h3{
	display: none;
}

.copyright{
	padding: 5px 0px;
	color: rgb(221, 221, 221);
	background-color: rgb(0, 163, 217);
}
.copyright a{
	color: rgb(221, 221, 221);
}

/*** Accueil ***/

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

/* .sec-panneaux .container {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
} */
#corps.accueil {
	padding-top: 0px !important;
}
.sec-panneaux {
    /*background: url(https://www.murdebulles.fr/images/interface/slide_accueil.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: 120px;
}

.sec-actualites {
    background-color: #020E15;
}

.sec-page-secondaire {
	/*background: url(https://www.murdebulles.fr/images/interface/slide2.png);*/
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sec-realisations {
	background-color: #020D13;
	padding-bottom: 100px !important;
}
.sec-page-principal {
	background-color: #031521;
	padding-bottom: 100px !important;
}

.sec-temoignages {
	background-color: #031521;
	padding-bottom: 100px !important;
}

.multicarousel2 {
	margin-top: 50px;
}

.content_actu {
	background: url('/images/interface/bulles.png');
	background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.voir_tous {
	margin-top: 50px;
}

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


/*FOOTER V2*/
.texte_retrouve {
	font-size: 20px;
	color:#031C2C;
	font-family: 'Muli';
	margin-bottom: 0;
}
#footer_page_2{
	background-color:#031C2C;	
	color:rgb(221, 221, 221);
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;       
    /*display: flex;
    justify-content: space-around;
	flex-wrap: wrap;*/
	padding: 5em 0em 0em 0em;
	border: 0;
	position:relative;
}

#footer_page_2 .retrouvez-nous{
	    /* position: absolute; */
    /* bottom: 2%; */
    /* right: 25%; */
    background-color: #00a3d9;
    /* width: 34%; */
    margin-bottom: 7px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
    color: white;
    align-items: center;
    align-content: 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 #00a3d9;
    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;
	width:100%;
}

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

#footer_page_2 .footer_menu{
	width: 320px;
	margin-bottom: 15%;
}

#footer_menu_1 ul li a,
#footer_menu_2 ul li a{
	color: #FBF1E1;
}

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


#footer_page_2 .microformat{
	color:rgb(221, 221, 221);
	padding:5px;
}
#footer_page_2 #menu_bas li{
	margin: 10px 0;
	list-style:none;
}

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

#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 #00a3d9;
}

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

.logo_haut {
	/*background-color: #fff;*/
	height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-logo {
	    display: flex;
    flex-direction: column;
}
@media (min-width: 320px) and (max-width: 768px) {
	#menu_bas2{
		margin-bottom: 35%;
	}
	#footer_page_2 .retrouvez-nous {
		/*position: absolute;*/
		bottom: -1%;
		right: 0%;
		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;
	}

	.logo {
		width: 100%;
	}
	.logo_footer {
		width: 190px;
		margin-bottom: 30px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {

	#footer_page_2 .retrouvez-nous {
		/*position: absolute;*/
		bottom: 2%;
		right: 20%;
		/*width: 44%;*/
		margin-bottom: 7px;
		padding: 10px 0px;
		display: flex;
		justify-content: space-around;
	}
}

	#footer_page_2 .center-logo {
		 display: flex;
		align-items: center;
		justify-content: space-evenly;
		margin-bottom: 30px;
	}
	/*#vcard{
		margin-left: 70px;
	}*/
}

@media (max-width: 425px)  {
	#footer_menu_1 .titre-menu-bas, #footer_menu_2 .titre-menu-bas {
		text-align: center;
	}
	#footer_page_2 .titre-menu-bas:after {
		content: ' ';
		display: block;
		border: 3px solid #C2A166;
		width: 50px;
		margin: 15px auto;
	}
	.menu-bas {
		text-align: center;
	}
	.center-logo {
		flex-direction: column !important;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.center-logo {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
		width: 100%;
		padding: 0 60px;
	}
}

#bloc_ariane {
	padding-left: 0;
}
.breadcrumb {
    padding: 8px 0px;
}

.copyright p {
	margin-bottom: 0;
}
.iframe_accueil{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.iframe_accueil iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.txt-sav {
	float: right;
	text-align: center;
}

.footer_logo {
	padding-top: 60px;
}

.france {
	/*float:left;*/
	width: 100px;
	margin-bottom: 20px;
}
.sav {
	    width: 100px; 
}
/*** Liste ***/

.actu-medic {
	/*margin-top:10px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;*/
	margin-top: 50px;
}

.actu-medic > * {
	/*margin-top:40px;
	width: 360px;
	position:relative;
	overflow: hidden;*/
	flex-direction: column;
    align-items: center;
}

.actu-medic .element {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.actu-medic > .element > .content {
	background-color: rgb(221, 221, 221);
	color: rgb(3, 21, 33);
	padding:10px;
	height: 200px;
	transition: background-color 0.5s ease;
}
.actu-medic > .element:hover > .content {
	background-color: rgb(3, 21, 33);
	color: rgb(221, 221, 221);
}

.actu-medic .actu-titre {
	font-size: 20px;
	color: #003876;
	font-family: 'Hammersmith One', sans-serif; 
}

.actu-medic .actu-date {
	color: rgb(0, 163, 217);
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
}

.actu-medic .actu-description {
	margin-top:15px;
	font-family: 'Mulish', sans-serif;
	color: #444444;
	font-size: 16px;
}

.actu-medic .actu-lien:before {
	position: absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.actu-medic .actu-moar {
	position: absolute;
	display: flex;
    align-items: center;
    bottom: 0;
	padding: 2px 5px;
    right: -113px;
    background-color: rgb(0, 163, 217);
	color: rgb(221, 221, 221);
	font-size: 18px;
	transition: right 0.3s;
}
.actu-medic .actu-moar .pyricon {
	height: 18px;
}
.actu-medic > .element:hover .actu-moar {
	right: 0;
} 

.actu-medic > .element .visible-hover {
	opacity: 0;
}
.actu-medic > .element:hover .visible-hover {
	opacity: 1;
} 

/*** Voir toutes ***/

.sec-actualites .nb_actus{
    text-align: center;
}
.sec-actualites .nb_actus .btn {
	color:rgb(3, 21, 33);
	background-color: rgba(0,0,0,0);
	border: 2px solid rgb(0, 163, 217);
	font-size:18px;
}
.sec-actualites .nb_actus .btn:hover,
.sec-actualites .nb_actus .btn:active,
.sec-actualites .nb_actus .btn:focus {
	color: rgb(221, 221, 221);
	background-color: rgb(0, 163, 217);
}


/*** Detail ***/

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

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

.actu_img img {
	max-width: 300px;
}

.actu_content {
	background-color: #fff;
	width: 300px;
	padding: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: background-color 0.5s ease;
}

.div_more_actu {
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.link_item_icone:hover .actu_content {
	background-color: #F2921E;
}

.link_item_icone:hover .actu-description {
	color: #fff;
}

.link_item_icone:hover .actu-titre {
	color: #fff;
}

.link_item_icone:hover .actu-date {
	color: #fff;
}

.link_item_icone:hover .savoir p {
	color: #fff;
}

.actu-medic .element {
	display: flex;
}

.savoir p {
	text-align: center;
    width: 300px;
    color: #f2921e;
    font-size: 20px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.actu_content {
		width: 270px;
	}
	
	.actu-medic .actu-titre {
		font-size: 18px;
		margin-top: 5px;
	}
}

@media (min-width: 769px) and (max-width: 1025px) {
	.actu-medic .element {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	.actu-medic .element {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
}

@media(max-width: 425px) {
	.actu-medic .element {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
}
/*.actu-carousel {
	position: absolute;
    top: -40px;
    left: -160px;
}*/
#carousel-actu {
	/*margin-top: 60px;*/
}
.img-actu {
	display: flex;
	flex-direction: column;
	border: 1px solid #083451;
	    max-width: 430px;
}
.actu-contenus-description p{
	color:#DDDDDD;
	font-size: 15px;
	min-height: 100px;
}
.cadre_actu img {
	/*border: 5px solid #C2A166;*/
	/*margin-top: -20px;*/
	/*max-width: 450px;*/
	width: 100%;
}
.contenus-actu {
	background-color: #031521;
	/*height: 260px;
	margin-top: 50px;*/
	padding: 20px;
	/*width: 630px;*/
}

.actu-titre {
	font-size: 34px;
	margin-bottom: 0;
	text-align: left;
}

.text-center {
    text-align: center;
    float: none !important;
}

.btn-en-savoir-plus-actu {
	display: flex;
    justify-content: flex-end;
}

/*.btn-en-savoir-plus-actu a{
	font-size: 16px;
	color: #DAB96C;
	font-style: italic;
}*/

.btn-en-savoir-plus-actu a:hover{
	color: #2B3757;
}

/*.multicarousel3 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}*/



#carousel-actu {
	display: flex;
    justify-content: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #00A3D9;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #00A3D9;
}

.carousel-indicators {
    bottom: 90px !important;
}

.plus-info  {
	float: right;
    margin-top: 20px;
    text-decoration: underline !important;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald';
}
.date-actu {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	color: #00A3D9;
	margin-bottom: 20px;
    display: inline-block;
}

.date-titre-actu {
	background-color: #031521a3 !important;
    margin-top: -46px;
    padding: 0 40px;
    z-index: 17;
    position: relative;
}

.lien_actu {
	font-family: 'Carattere', cursive;
	color: #00A3D8;
	font-size: 24px;
    float: right;
}

@media(max-width: 1024px) and (min-width: 769px){
	/*.actu-carousel {
		position: absolute;
		top: 20px;
		left: -160px;
	}*/
	/*.contenus-actu {
		margin-top: 10px;
		padding: 10px;
		height: 300px;
	}*/
}

@media(max-width: 768px) and (min-width: 426px) {
	/*.actu-carousel {
		position: absolute;
		top: 35px;
		left: 0px;
	}*/
	/*.contenus-actu {
		background-color: #fff;
		height: 300px;
		margin-top: 0;
		padding: 5px;
		width: 630px;
	}*/
}

@media(max-width: 425px){
	/*.img-actu {
		display: flex;
		flex-direction: column;
	}
	.contenus-actu {
		background-color: #fff;
		height: auto;
		margin-top: 30px;
		padding: 20px;
		width: auto;
	}
	.actu-carousel {
		position: absolute;
		top: -160px;
		left: 0px;
	}*/
}


#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(3, 21, 33);
}
.calendar .cal-month-day.active span[data-cal-date] {
	color: white;
}
.calendar .cal-day-weekend span[data-cal-date]{
	color: rgb(0, 163, 217);
}
.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(0, 163, 217);
	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(0, 163, 217);
	background-color: rgba(255, 255, 255, 0);
}
.calendar .cal-row-head:hover {
	color: rgb(0, 163, 217);
	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(3, 21, 33);
}
.with-events{
	background-color:rgb(0, 163, 217);
}
.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(3, 21, 33);
}
.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(3, 21, 33);
	color:rgb(255, 255, 255);
}
.evenement .btn-savoir-plus:hover{
	background-color: rgb(255, 255, 255);
	border:1px solid rgb(3, 21, 33);
	color:rgb(3, 21, 33);
}
.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;
	}
}.bandeau .carousel-caption {
    text-align: left;
    display: flex;
    align-items: flex-start;
    visibility: hidden;
    animation-name: zoomInDown;
	left: 5%;
    flex-direction: column;
	top: 35%;
	text-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}

.titre_bandeau {
	color: #00A3D9;
	font-size: 24px;
	font-family:'Montserrat', sans-serif;
	font-weight: 700;
}
.sous_titre_bandeau {
	color: #fff;
	font-size: 100px;
	font-family:'Carattere', cursive;
	line-height: 90px;
    padding: 20px 0;
}
.btn_en_savoir {
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 20px;
	border: 1px solid #0E5B8F;
	background-color: #031521;
	border-radius: 50px;
    color: #fff;
    padding: 20px 30px;
    margin-top: 10px;
    display: inline-block;
	transition: all 0.2s;
}

.btn_en_savoir:hover {
	border: 1px solid #0E5B8F;
	background-color: #fff;
    color: #0E5B8F;
}
@media (min-width: 769px) and (max-width: 1024px) {
	.sous_titre_bandeau {
		font-size: 60px;
		line-height: 50px;
		padding: 12px 0;
	}
	
	.btn_en_savoir {
		font-size: 16px;
		padding: 12px 15px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.sous_titre_bandeau {
		font-size: 40px;
		line-height: 35px;
	}
	.titre_bandeau {
		font-size: 16px;
	}
	.btn_en_savoir {
		font-size: 16px;
		padding: 10px 20px;
		margin-top: 0px;
	}
}

/* style="visibility: visible; " */#logo-contact p:nth-child(1){
	font-size: 30px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
}
#logo-contact p:nth-child(2){
	font-size: 40px;
	font-family: 'Dr Sugiyama', 'Helvetica Neue', Helvetica, Arial, sans-serif;		
}

#logo-contact p:nth-child(3){
	font-size: 28px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
}
#vcard > * {
    margin: 8px 0px;
}
.vcard .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(3, 21, 33);
	color: rgb(221, 221, 221);
}

/*** Cadre info structure ***/

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

/*** Lien contact footer ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surmenu {
	background: linear-gradient(to right, rgb(0, 163, 217) , rgb(0, 163, 217));
	padding:0px 15px;
}
.navbar-principal .navbar-nav .surmenu-item a {
	margin-top: 5px;
	float:left;
	font-size: 18px;
	color: rgb(221, 221, 221);
}
.navbar-principal .navbar-nav .surmenu-item a:focus,
.navbar-principal .navbar-nav .surmenu-item a:hover{
	color: rgba(255, 255, 255);
	background-color: rgb(0, 163, 217);
	text-decoration: none;
}
.surmenu-item-1 {
	padding: 0px 3em;
    margin-top: 0px;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: rgb(221, 221, 221);
}
.surmenu-item-1:hover{
	color: rgba(255, 255, 255);
	cursor: pointer;
}
.surmenu-item-1 .pyricon {
	color: rgb(221, 221, 221);
}

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

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

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

#menu_haut.affix-top {
	position: absolute;
	border: none;
	width: 100%;
}
#menu_haut.affix {
	width: 100%;
}
#menu_haut .logo_haut img {
	max-height: 125px;
}
#menu_haut .menu-dynamique > li:not(:first-child):before {
    content: url('/images/interface/bullet.png');
    display: inline-block;
    float: left;
    margin-top: 20px;
	margin-right: 5px;
    margin-left: 5px;
}

#menu_haut.affix-top {
	background: rgba(0,0,0,0);
	border-bottom: 1px solid #0A4267;
}
#menu_haut.affix {
	border-bottom: 1px solid #0A4267;
}
#menu_haut.affix-top:hover,
#menu_haut.affix-top:focus-within,
#menu_haut.affix-top.in_page{
	transition: all 0.2s;
	/*background: rgb(0, 0, 0);*/
	background: linear-gradient(180deg, rgba(0,0,0,0.835171568627451) 47%, rgba(255,255,255,0) 100%);
}

#menu_haut.affix {
	transition: all 0.2s;
	background: rgb(0, 0, 0);
}

#menu_haut.affix-top .menu-dynamique > li a {
    position: relative;
}

#menu_haut.affix .menu-dynamique > li a {
    position: relative;
}

#menu_haut.affix-top .menu-dynamique > li a,
#menu_haut.affix-top .menu-dynamique>li> a:focus {
	color: rgb(255, 255, 255);
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	/*background-color: rgba(0,0,0,0)!important;*/
}

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

#menu_haut.affix-top:focus-within .menu-dynamique > li,
#menu_haut.affix-top:focus-within .menu-dynamique > li > a,

#menu_haut.affix-top.in_page .menu-dynamique > li,
#menu_haut.affix-top.in_page .menu-dynamique > li > a,

#menu_haut.affix .menu-dynamique > li,
#menu_haut.affix .menu-dynamique > li > a,
#menu_haut.affix .menu-dynamique > li > a:focus,
#menu_haut.affix .menu-dynamique > li > a:hover {
	color: rgb(255, 255, 255);
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-size: 13px;*/
}

#menu_haut.affix-top:hover .menu-dynamique > li > a:focus,
#menu_haut.affix-top:focus-within .menu-dynamique > li > a:focus,
#menu_haut.affix-top.in_page .menu-dynamique > li > a:focus {
	/*color: #00A3D9;*/
	font-weight: 400;
}

#menu_haut.affix .menu-dynamique li > a{
	font-size: 13px;
}
#menu_haut.affix-top.in_page .menu-dynamique li.open > a, 
#menu_haut.affix-top.in_page .menu-dynamique li:hover > a,
#menu_haut.affix-top.in_page .menu-dynamique li > a:hover,
#menu_haut.affix .menu-dynamique li.open > a, 
#menu_haut.affix .menu-dynamique li:hover > a,
#menu_haut.affix .menu-dynamique li > a:hover,
#menu_haut.affix .menu-dynamique li > a:focus {
	/*color: rgb(3, 21, 33);
	background-color: rgb(255, 255, 255)!important;*/
}

#menu_haut.affix-top .menu-dynamique li.open > a, 
#menu_haut.affix-top .menu-dynamique li:hover > a,
#menu_haut.affix-top .menu-dynamique li > a:hover,
#menu_haut.affix-top .menu-dynamique li > a:focus {
	/*color: rgb(3, 21, 33);
	background-color: rgb(255, 255, 255)!important;*/
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
}

.menu-dynamique .dropdown-menu {
	width: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 306px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

/*** Sous menu ***/

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

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

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

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

#menu_haut .nav>li .dropdown-menu li a{
	color: rgb(3, 21, 33);
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#menu_haut.affix-top .menu-dynamique > li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#menu_haut.affix-top .menu-dynamique > li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#menu_haut.affix .menu-dynamique > li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#menu_haut.affix .menu-dynamique > li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#menu_haut .nav>li .dropdown-menu li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2b3757 !important;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#menu_haut .nav>li .dropdown-menu {
    background-color: rgb(255, 255, 255)!important;
    padding: 25px 20px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
    color: black !important;
	background-color: #fff;
}
/******* MENU BAS *******/
#menu_bas {
	list-style-position: inside;
}
#footer_page #menu_bas li{
	margin: 10px 0;
}
#footer_page #menu_bas li a{
	color: rgb(221, 221, 221);
	/* transition:all 0.5s; */
}
#footer_page #menu_bas li a:hover{
	/* text-transform: uppercase; */
	color: rgb(3, 21, 33);
}

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

/* Common styles of menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.dl-menuwrapper ul{
	background:rgb(3, 21, 33);
	color:rgb(255,255,255);
}

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

.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: rgb(3, 21, 33);
	box-shadow: 
		0 8px 0  rgb(3, 21, 33), 
		0 16px 0  rgb(3, 21, 33);
}


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

@media (max-width: 425px)  {
	.logo_haut {
		height: 70px;
	}
	#menu_haut .logo_haut img {
		max-height: 50px;
	}
	#menu_haut.affix-top {
		height: 70px;
	}
	#menu_haut.affix {
		height: 70px;
	}
	.dl-menuwrapper button, button.dl-trigger[data-target] {
		top: 20px;
	}
}.contenu .saut-de-ligne {
	height: 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;
}.paragraphe .media-legend {
    color: #555555;
}
.paragraphe_page a {
	text-decoration: underline!important;
}
.paragraphe_page {
	color: #DDDDDD;
}.titre_panneau {
	color: rgb(0, 163, 217);
	background: rgba(221, 221, 221, 0);
	min-height:0px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-top: -38px;
	font-weight: 600;
    background-color: #031521d1;
    z-index: 111;
    position: relative;
    padding: 5px 0;
}

.titre_panneau_hover {
	font-size: 25px;
	color: #fff;
	background: rgba(221, 221, 221, 0);
	min-height:0px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
}

.panneau .description_panneau {
	color: rgb(221, 221, 221);
	background: rgba(0, 163, 217, 0);
	min-height:0px;	
	padding: 15px 25px;
}

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

.plus_info:hover{
	color: rgb(3, 21, 33);
	background-color: rgb(221, 221, 221);
}

.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 {
	/*display: flex;
    flex-direction: column;*/
	border: 1px solid #0E5B8F;
	position: relative;
	min-height: 544px;
	width: 290px;
}
.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(0, 163, 217);
    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(0, 163, 217);
    -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(221, 221, 221);
}

.img_panneau {
	width: 290px;
}


.panneau .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 94%;
    width: 84%;
    left: 8%;
    top: 3%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.panneau:hover .content-overlay{
  opacity: 1;
}

.panneau:hover .description_panneau{
  display: none;
}
.panneau:hover .titre_panneau{
  display: none;
}


.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.panneau:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-text {
	display: flex;
    align-items: center;
    flex-direction: column;
	    margin-top: 30px;
}

.content-text2 {
	display: flex;
    align-items: center;
    flex-direction: column;
	margin-top: 30px;
	padding: 0 20px;
    color: #fff;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.conteneur-panneau.slick-slide {
    height: auto;
}

@media (max-width: 1420px) and (min-width: 1025px){
	.panneau {
		border: 1px solid #0E5B8F;
		position: relative;
		min-height: 544px;
		width: auto;
	}
}

@media (max-width: 1420px) and (min-width: 769px){

	.conteneur-panneau {
		padding: 0 15px;
	}
}

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

@media (max-width: 425px) {
	.panneau {
		border: 1px solid #0E5B8F;
		position: relative;
		min-height: 544px;
		width: auto;
	}
	.conteneur-panneau.slick-slide {
		height: auto;
		padding: 0 10px;
	}
}
/* .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;
}

.carre_part {
	/*width: 100px;
    height: 100px;*/
    background-color: #031C2C;
    padding: 10px;
    border-radius: 10px;
	
}

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

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


.sec-partenaires .voir_tous .btn:hover, 
.sec-partenaires .voir_tous .btn:active, 
.sec-partenaires .voir_tous .btn:focus {
	color: rgb(221, 221, 221);
	background-color: rgb(0, 163, 217);
}

.sec-partenaires .voir_tous .btn {
	color:rgb(3, 21, 33);
	background-color: rgba(0,0,0,0);
	border: 2px solid rgb(0, 163, 217);
	font-size:18px;
}

.item_partenaires >* {
	padding-bottom : 20px;
}

#myCarousel_partenaires .item .vertical-center{
	height:150px;
	width:150px;
	/*background-color: #EFEFEF;
	padding: 20px;*/
}
#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: 140px;
	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: 140px;
	width: 30em; /* Pas de dépassement horizontal */
}

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

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
	#myCarousel_partenaires .item .vertical-center {
		height: 100px;
		width: 100px;
		background-color: #EFEFEF;
		padding: 5px;
	}
}

@media (min-width: 769px) and (max-width: 1025px) {
	#myCarousel_partenaires .item .vertical-center {
		height: 120px;
	}
}

.text-center-part {
	text-align: center;
}

.nom_part {
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat';
}
.nom_part a{
	color: #fff !important;
	font-size: 18px;
	font-family: 'Montserrat';
}#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;
}
.slider_produit_desc {
	padding-bottom: 50px
}
.slider_produit{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
}
.slider_produit_video {
	padding-top: 50px;
	padding-bottom: 50px;
}
.img_slide {
	padding: 10px;
}
.desc_titre {
	color: #00A3D9;
	font-family:'Montserrat';
	font-size: 22px;
}
.multicarousel5 .thumbnail {
    padding: 0 !important;
    margin-bottom: 0 !important; 
    background-color: #fff0 !important;
    border: none !important;
	outline: 0px auto -webkit-focus-ring-color;
}
.slider_produit_desc .thumbnail {
    padding: 0 !important;
    margin-bottom: 0 !important; 
    background-color: #fff0 !important;
    border: none !important;
	outline: 0px auto -webkit-focus-ring-color;
}
.iframe_produit {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.iframe_produit iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.contenu_video {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
	margin-top: 50px;
	text-align: center;
}
.realisation_list {
	margin-bottom: 30px;
}

.btn_prod {
	margin-bottom: 20px;
}
.div_retour {
	display: flex;
    justify-content: center;
}

@-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(221, 221, 221);
    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 #fff;
    /* 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 #fff;
    /*transform: rotate( 45deg);*/
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
      border-radius: 50%;
	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 #fff !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);
    
    /*transform: rotate( 45deg);*/
	color: #fff;
}

.square:hover .link-bandeau { color: #fff !important; }

.voir-toutes-realisation{
    border: 2px solid #138C9F;
        padding: 10px 30px;
    background-color:transparent;
    width: max-content;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 50px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.voir-toutes-realisation a{  
    color: #4C4C4C;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 500;
}

.voir-toutes-realisation:hover{
    background-color: #138C9F;
}

.voir-toutes-realisation:hover a{
    color: #fff;
}


.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 .thumbnail{
    background-color: transparent;
    border: none;
}

.rezize-img-realisations{
    max-height: 397px;
    height: 100% !important;
}
.realisation {
  padding:10px;
}


.no-margin{
    margin-left: 0%;
}

.realisation:not(.realisation-link) {
    position: relative;
}
.realisation-link {
  display:block;
}
.no-border {
  border:none!important;
}
/*
.realisation .realisation-hover {
    display:block;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    background:rgba(19,140,159,0.8);
    top:10px;
    left:10px;
    bottom:10px;
    right:10px;

    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 #fff !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(19 140 159 / 0%) !important;

    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
}
*/
.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: 65%!important;
    /* bottom: 0; */
}
.realisation-hover .realisation-titre {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 55px;
    position: relative;
    font-family: 'Jost', sans-serif !important;
}

.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 ---- */


.filter-button-group {
    margin-top: 100px;
}

.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(3, 21, 33);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: white;
  }
  
  .button:active,
  .button.is-checked {
    background-color: rgb(3, 21, 33);
  }
  
  .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);*/
  }

   .is-checked {
    border: 2px solid #ffffff0;
  }
  
  /* ---- 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: #138C9F;
    border: 2px solid white;
    border-radius: 0px !important;
    color: white;
    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-image: none;
    text-shadow: none !important;
    background-color: #0D8C33;
}

 .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: #0D8C33;
    border-radius: 0px !important;
    color: #fff;
    background-image: none;
    text-shadow: none !important;
}
 
  /* ui group */
  
  .ui-group {
    /* display: inline-block; */
   margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 3px solid rgb(13 140 51);
}
  
  .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;
  }

  .libelle_real {
    color: #fff;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
}

.row_real_liste {
	display: flex;
    flex-wrap: wrap;
}

.liste_detail_real {
	line-height: 40px;
}

.desc_real {
	line-height: normal;
}

.titre_div_real_cat {
	display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    margin-left: 65px;
}

.desc_cat_real {
	margin-bottom: 60px;
}

.content_real_list {
	font-size: 16px;
    font-family: 'Monserrat', sans-serif;
    font-weight: 400;
	font-style: italic;
}

.titre_detail_real {
	color: #002665;
	font-size: 22px;
	font-family: 'Hammersmith One', sans-serif;
}

.titre_real_detail {
	color: #002665;
	font-size: 28px;
	font-family: 'Hammersmith One', sans-serif;
}

.item_real {
	position: relative;
	padding: 10px;
}
.item_real .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 84%;
    width: 84%;
    left: 8%;
    top: 8%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.item_real:hover .content-overlay{
  opacity: 1;
}

.item_real.content-image{
  width: 100%;
}

.item_real.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.titre_real {
	color: #fff;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
.item_real:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.item_real.content-text {
	display: flex;
    align-items: center;
    flex-direction: column;
	    margin-top: 30px;
}


.more_real {
	display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.realisation-titre {
	font-size: 25px;
	color: #fff;
	font-family: 'Yantramanav', sans-serif;
	text-align: center;
    margin-top: 70px;
}

.legende_real {
	width: 270px;
    background-color: #003876d6;
    height: 72px;
    z-index: 2;
    position: absolute;
    bottom: 20px;
    right: 15px;
	padding: 10px 10px 10px 20px;
	transition: visibility 0s, opacity 0.5s linear;
	display: flex;
}

.legende_titre {
	color: #fff;
	font-family:'Hammersmith One', sans-serif;
	font-size: 18px;
	    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.icone_type {
	margin-left: -65px;
    margin-right: 10px;
}

.realisation_list .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 84%;
    width: 84%;
    left: 8%;
    top: 8%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.realisation_list:hover .content-overlay{
  opacity: 1;
}

.realisation_list:hover .description_panneau{
  display: none;
}
.realisation_list:hover .titre_panneau{
  display: none;
}

.realisation_list .content-image{
  width: 100%;
}

.realisation_list.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.realisation_list:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  width: 80%;
}

.realisation_list .content-text {
	display: flex;
    align-items: center;
    flex-direction: column;
	    margin-top: 30px;
}

.realisation_list .content-text2 {
	display: flex;
    align-items: center;
    flex-direction: column;
	margin-top: 30px;
	padding: 0 20px;
    color: #fff;
}


.content_real {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

.titre_cat {
	text-align: center;
}

.div_retour {
	text-align: center;
}
.btn_lien {
	padding: 5px 20px;
    font-size: 15px;
}
@media (max-width: 1735px) and (min-width: 1440px) {
	.more_real {
		top: 60px;
		bottom: 0;
	}
}

@media (max-width: 1439px) and (min-width: 769px) {
	.more_real {
		top: 100px;
		bottom: 0;
	}
}

@media (min-width: 769px) and (max-width: 1025px) {
	.legende_titre {
		font-size: 12px;
	}
	.legende_real {
		width: 130px;
		height: 50px;
		padding: 10px 0px 10px 30px;
	}
	.realisation-titre {
		font-size: 22px;
		margin-top: 30px;
	}
	.more_real {
		top: 50px;
	}
	.icone_type {
		margin-left: -55px;
		margin-right: 10px;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	.legende_titre {
		font-size: 12px;
	}
	.legende_real {
		width: 130px;
		height: 50px;
		padding: 10px 0px 10px 30px;
	}
	.realisation-titre {
		font-size: 22px;
		margin-top: 30px;
	}
	.more_real {
		top: 50px;
	}
	.icone_type {
		margin-left: -55px;
		margin-right: 10px;
	}
	
	.row_real_liste {
		display: block;
		/* flex-wrap: wrap; */
	}
}

@media (max-width: 425px) {
	.realisation_list .content-overlay {
		opacity: 1;
	}
	.content-details {
		top: 50% !important;
		left: 50% !important;
		opacity: 1;
	}
	.panneau .content-overlay {
		opacity: 1;
	}
	.titre_panneau {
		display: none;
	}
	.panneau .description_panneau {
		display: none;
	}
}@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;
}
#corps.accueil section:first-child{
}
#corps.accueil section {
}
hr{
	border-color:;
	margin : em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

   .reseaux-sociaux-item {
	color: rgb(255,255,255);
}
.surmenu .reseaux-sociaux-item {
    border-left: 1px solid rgb(255,255,255);
    padding-left: 10px;
    padding-right: 4px;
}

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

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

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

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

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

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

#footer_page .reseaux-sociaux > a:hover {
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgb(0,0,0);
}.temoignages .carousel .item.active {
	min-height: 12em;
}
.temoignages .carousel .carousel-caption {
	position:relative;
	right:auto;
	left:auto;
}
.temoignages>*{
	position:relative;
}
.temoignages{
	position:relative;
	width: 100%;
}
.temoignages .mask{
	position:absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.temoignages .citation .pyricon{
	font-size:3em;
}
.temoignages .citation .texte{
	margin-top: 2.6em;
	color:;
}
.temoignages .carousel-control{
	color:;
}
.temoignages .citation .pyricon.pull-right {
	margin-top: -0.8em;
}.text_temoignage {
	color :#FFFFFF;
	font-size : 16px;
	border-left: 7px solid #00A0D5;
	font-family : 'Montserrat', sans-serif;
	font-weight : 300;
	padding: 0 20px;
	font-style: italic;
}

.temoin_content {
	background-color: #031C2C;
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px 20px 20px;
    min-height: 360px;
    z-index: 0;
    position: relative;
}
.img_temoin {
	margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #00A3D9;
    margin-bottom: -75px;
    z-index: 16;
    position: relative;
}

.fn_temoignage {
	font-size: 40px;
	color: #FFFFFF;
	font-family: 'Carattere', cursive;
	text-align: center;
	padding: 10px 0;
}

.info_temoignage {
	position: absolute;
    bottom: 10px;
    right: 10px;
}
.auteur_temoignage {
	color: #00A3D8;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: right;
}

.ville_temoignage {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-align: right;
}


@media (min-width: 1025px) and (max-width: 1440px) {
	.text_temoignage {
		margin-bottom: 50px;
	}
}

