@import url(//fonts.googleapis.com/css?family=Mulish|Damion|Oswald|Roboto|Cabin|Ubuntu);
:root {
  --secondary-color: #0E3B85;
  --tertiary-color: #0BA7AE;
}

.btn-secondary {
	color: var(--secondary-color);
	background-color: #FFFFFF;
	border-color: var(--secondary-color);
}
.btn-secondary:hover, .btn-secondary.active {
	color: #FFFFFF;
	background-color: var(--secondary-color);
	border-color: #FFFFFF;
}

.btn-tertiary {
	color: var(--tertiary-color);
	background-color: #FFFFFF;
	border-color: var(--tertiary-color);
}
.btn-tertiary:hover, .btn-tertiary.active {
	color: #FFFFFF;
	background-color: var(--tertiary-color);
	border-color: #FFFFFF;
}

@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:;
	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(108, 197, 219, 0.8);
    border-radius: 4px;
    
}
#bloc_ariane li em{
    color:rgb(255, 255, 255);
}
#bloc_ariane li a{
    color:rgb(255, 255, 255);
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:rgb(76, 175, 186);
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: rgb(255, 255, 255)
}*/

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

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

;
:root {
  --btn-main-bg-color: #FDCA00;
  --footer-txt-color: rgb(255, 255, 255);
}

body {
	color: rgb(0, 0, 0);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: rgb(255, 255, 255);
	overflow-x:hidden;
}

p {
	margin: 10px;
}

a.anchor.affix {bottom:0;}

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


.titre_principal,
.titre_secondaire {
	text-align: center;
	margin-bottom: 30px;
}
.titre_principal {
	font-family:'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: var(--secondary-color);
	font-size: 40px;
}
.titre_principal span:first-child {
    font-size: 20px;
}
.titre_principal span:last-child {
    font-size: 35px;
}

.titre_principal:after {
	content: url(https://www.unassi.fr/./files/medias/images/unassi-icon.png);
	display: block;
    margin-top: 10px;
}


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

.txt-clr-1 {color:rgb(0, 0, 0);}
.txt-clr-2 {color:rgb(232, 202, 164);}
.bkg-clr-1 {background-color;:rgb(0, 0, 0);}
.bkg-clr-2 {background-color:rgb(232, 202, 164);}


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

/**** Surcharge navbar pour sous menu FullWidth AHHHHHHHHHH ****/

.menu-haut-part, .menu-haut-part .nav .dropdown.open {
	position: initial;
}

.dropdown-menu {
	border-top: none!important;
	background-color: rgba(255,255,255,0.95)!important;
	top: 90px !important;
	padding: 25px 0px!important;
}

.dropdown-menu > .container {
	width: 800px;
}

#menu_haut .nav > li .dropdown-menu ul {
	padding-inline-start: 15px;
	color: rgba(108, 197, 219, 0.8);
	list-style: disc;
}

#menu_haut .nav > li .dropdown-menu li a {
	transition: all 0.3s ease;
}

#menu_haut .nav > li .dropdown-menu li a:hover {
	color: rgb(51, 51, 51)!important;
	margin-left: 20px;
}


/*** 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(255, 255, 255);
	color: rgb(255, 255, 255);
	font-family: ;
	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(255, 255, 255);
	margin-top: 0;
	/* text-transform: uppercase; */
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(255, 255, 255);	
	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(255, 255, 255);
	padding:5px;
}

#footer_page .microformat h3{
	display: none;
}

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

/*** Accueil ***/

.bandeau-accueil .carousel-caption {
	left: 0%;
	right: 0%;
	animation: none;
}

.bandeau-accueil-logo {
	text-align: center;
	width: 100%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 4%;
}
/***** Code en dur pour les icons du bandeau d'accueil 

<div class="bandeau-accueil-logo"><img class="logo-unassi-bandeau" src="https://unassi.pyreweb.fr/files/medias/images/Accueil/logo-unassi-accueil.png" />
<div class="bandeau-accueil-icons"><img class="icon-unassi-bandeau1" src="https://unassi.pyreweb.fr/files/medias/images/Accueil/vignette-rouge-sans.png" /> 
<img class="icon-unassi-bandeau2" src="https://unassi.pyreweb.fr/files/medias/images/Accueil/vignette-bleue-sans.png" /> 
<img class="icon-unassi-bandeau3" src="https://unassi.pyreweb.fr/files/medias/images/Accueil/vignette-verte-sans.png" /> 
<img class="icon-unassi-bandeau4" src="https://unassi.pyreweb.fr/files/medias/images/Accueil/vignette-bleue-fonce-sans.png" />
</div>
</div>

.bandeau-accueil-icons {
	display: flex;
	justify-content: space-evenly;
}

.bandeau-accueil-icons img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.bandeau-accueil-icons img:hover {
-webkit-filter: brightness(80%);
}

****/


.logo-unassi-bandeau {
	margin-bottom: 8%;
}

.bandeau-logo-xs .logo-xs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 70px auto auto auto;
	z-index: 10;
	height: 200px;
}

@media (max-width: 426px){
	.bandeau-logo-xs .logo-xs {
		margin-top: 20px;
	}

	.conteneur-formations {
		margin-top: 20px
	}
}

.conteneur-formations {
	padding-right: 30px;
	margin-top: 115px;
}

.conteneur-actualites {
	padding-left: 30px;
	margin-top: 115px;
}

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

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

.sec-page-principal {
	padding-top: 0px;
}

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

.sec-partenaires {

}

.btn-adherant {
	margin-right: 20px;
}


/*** 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;
	font-family: Mulish;
	margin-bottom: 0;
}
#footer_page_2{
	color:rgb(255, 255, 255);
    font-family: ;       
    /*display: flex;
    justify-content: space-around;
	flex-wrap: wrap;*/
	padding: 5em 0em 5em 0em;
	border: 0;
	position:relative;
}

#footer_page_2 .retrouvez-nous{
	   /* position: absolute; */
    /* bottom: 2%; */
    /* right: 25%; */
    background-color: var(--btn-main-bg-color);
    /* 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:var(--footer-txt-color);
	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 var(--btn-main-bg-color);
    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: 50%;
	margin-bottom: 15px;
}

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

#footer_menu_1 ul li a,
#footer_menu_2 ul li a{
	color: var(--footer-txt-color);
}

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


#footer_page_2 .microformat{
	color:rgb(255, 255, 255);
	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 rgb(76, 175, 186);
}

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

.logo_haut {
	height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:854px) {
	.vcard {
		margin-bottom: 40px;
	}
}

@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: var(--btn-main-bg-color);
		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;
	}
}

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

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

@media (min-width: 556px) and (max-width: 768px) {
	#footer_page_2 .center-logo {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		margin-bottom: 30px;
	}
}


/* LOIC */

/* NAV */
.nav-flexbox {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.menu-dynamique {
	display:flex;
	justify-content:center;
	align-items:center;
}

 .menu-dynamique li a {
	color:var(--secondary-color);
	font-size:18px;
}

.circle {
	display:none !important;	
}
 .menu-dynamique li {
	font-size:18px;	
	position:relative;
	width:100%;
}

 .menu-dynamique .li-connexion, .menu-dynamique .li-contact {
	border-radius:5px;
	margin: 0px 5px;
} 
.menu-dynamique .li-contact a {
	margin:0px 5px;	
}
 .menu-dynamique .li-connexion a {
	color:white !important;
	padding: 10px 15px!important;
	font-size: 16px!important;
} 

.menu-dynamique .li-contact a {
	color:white !important;
	font-size:16px;
	padding: 10px 15px!important;
} 
 .menu-dynamique > li::after {
	display:none;
}

.menu-dynamique a:hover {
	color:white !important;	
}

#menu_haut {
	position:fixed;
	left:0;
	right:0;
	top:0;
}

/* FORMULAIRE */

#slider {
	position:relative;	
}


.pardessus {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
}

.search h1 {
	color:white !important;	
	text-shadow: 2px 2px 5px black !important;
	font-size:32px;
	font-weight:bold;
	padding:15px 0;
	font-family:Muli Extrabold;
}

.formulaire-horizontal {
	background:rgba(108, 197, 219,0.8);	
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:auto;
	position:relative;
}

.input-form {
	height:50px !important;	
	color:#666666;
	font-family:Mulish;
	font-size:16px;
	border:none;
	border-radius:5px;
	padding-left: 10px;
}

.input-form,.btn-form {
	margin:0 5px;	
}
.btn-form {
	padding: 15px 25px;
	box-sizing:border-box;
	text-transform:uppercase;
	border:none;
	outline:none;
	border-radius:5px;
	position:relative;
	top:2px;
	color:white;
	font-size:16px;
	font-family:Mulish;
	background:#10459E;
}

.unassi-form-container {
	position:relative;
}
.unassi-icon {
	width: auto;
	height: 1.5em;
	display: inline-block;
}
.unassi-form {
	position:absolute;
	transform:translateX(-50%) translateY(-30%);
}

@media screen and (max-width:945px) {
	.unassi-form {
		display:none;
	}	
}
/* FOOTER */

#footer_page_2 .titre-menu-bas::after {
	border:solid 3px var(--tertiary-color) !important;
}
#footer_page_2 {
	background:rgb(20,20,20);	
}

#footer_page_2 .retrouvez-nous {
	background-color:var(--tertiary-color);
}

.texte_retrouve {
	color:white;
}

.menu-bas { background:none !important; }

@media screen and (max-width:945px) {
	.unassi-form {
		display:none;
	}	
}

.container-partenaires {
	margin-bottom : 115px;
}


.pyricon-printer-1::before{ color:var(--tertiary-color);}
.pyricon-marker::before { color:var(--tertiary-color);}
.pyricon-phone::before { color:var(--tertiary-color);}
.pyricon-email::before { color:var(--tertiary-color);}
.pyricon-world::before { color:var(--tertiary-color);}

/* BANDEAU QUALISSIAD */

.qualissiad-container {
	padding-right: 0px;
	padding-left: 0px;
}

.qualissiad-container .paragraphe h2 {
	width:550px;
	box-sizing:border-box;
	padding-left:15px;
	border-left:solid 5px white;
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
	font-family:Mulish;
	text-shadow:none;
	line-height:35px;
	margin:30px 0;
}

.qualissiad-container .desc-qualissiad {
	font-size:16px;
	font-family:Mulish;
	font-style:italic;
	color:white;
}
.paragraphe_page a.btn-qualissiad, .paragraphe_page a.btn-unassi{
	text-decoration: none !important;
}
.bandeau-qualissiad {
	background:url('https://www.unassi.fr/files/medias/images/bandeaux/bandeau-intermediaire4.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:600px;
	display:flex;
	align-items:center;
	margin-top: 115px;
	margin-bottom: 115px;
}

.btn-qualissiad,.btn-unassi {
	padding:10px 15px;
	background:#10459E;
	margin:40px 80px;
	display:block;
	width:230px;
	color:white;
	text-align:center;
	font-family:Mulish;
	font-size:16px;
	border-radius:5px;
}

.btn-qualissiad:hover, .btn-unassi:hover {
	background:#2f528f;
	color:white
}

/* BANDEAU UNASSI */

.bandeau-unassi {
	width:100%;
	height:600px;
	background:url("https://www.unassi.fr/files/medias/images/bandeau_adherer_unassi_2.fw_-2-.png");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	margin-top: 115px;
	margin-bottom: 115px;
}

.unassi-adhesion {
	color:darkblue;
	font-style:italic;
	font-family:Damion;
	font-size:50px;
	color:#10459e;
	margin-left: 0px;
}

.unassi-container {
	padding-right: 0px;
	padding-left: 0px;
}


.unassi-container .paragraphe h2 {
	color:white;
	font-family:Mulish;
	font-weight:bold;
	font-size:60px;	
	margin-top: 0px;
}

.unassi-container .no-margin-p {
	margin-left: 0px;
}

.unassi-intro {
   font-family:Mulish;
	font-size:22px;
	color:white;
	width:600px;
	margin:30px 0;
}

.unassi-italic {
	color:white;
	font-family:Mulish;
	font-style:italic;
	width:600px;
	display:block;
	margin:30px 0;
}

@media screen and (max-width:620px) {
	.unassi-adhesion {
		font-size:2em;
		width:80%;
		margin:30px auto;
	}

	.unassi-container .paragraphe h2 {
		font-size:2.5em;	
		width:80%;
		margin:30px auto;
	}

	.unassi-intro {
		font-size:16px;
		width:80%;
		margin:30px auto;
	}

	.unassi-italic {
       font-size:16px;
	   width:80%;
	   margin:30px auto;
	}	

	.bandeau-unassi {
		height:700px;
	}
}

@media screen and (max-width:1060px) {
	.qualissiad-container .paragraphe h2 {
		font-size:22px;	
	}
	.qualissiad-container .paragraphe h2,.desc-qualissiad {
		width:80%;
		margin:30px auto;
	}
	.bandeau-qualissiad {
		background:rgb(76, 172, 179);
		justify-content:center;
	}
	.qualissiad-container {
	  margin:0;
    }
	.unassi-container {
		margin:0;	
	}
	
	.bandeau-unassi {
		justify-content:center;
	}

	.bandeau-unassi .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.logo-qualissiad {
		width:350px;	
		margin-left:8%;
	}
}

#corps.accueil section {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

.flex-association {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.assoc-texte {
	width: 620px;
}

.assoc-photos {
  width:550px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.qualiopi-img {
	width: 456px; 
	height: 157px;
}

.assoc-titre {
	color:gray;
	font-weight:bold;
	font-size:20px;
}
.titre-principal-association {
	color:#10459E;
	font-family:Mulish;
	font-weight:bold;
	font-size:40px;
}

@media screen and (max-width:670px) {
	.titre-principal-association {
		font-size:30px;
	}

	.qualiopi-img {
		content: url("https://unassi.pyreweb.fr/files/medias/images/qualiopi-mobile.png");
		width: 330px; 
		height: 157px;
	}
}
.flex-association p, .flex-association li,.texte-principal-association {
	color:gray;
	margin-left: 0px;
}

.partenaire-custom,
.container-partenaires .paragraphe h2 {
	font-size: 30px;
	color: rgb(14, 59, 133);
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}
.partenaire-custom::before,
.container-partenaires .paragraphe h2::before {
  content: url('files/medias/images/unassi-icon.png');
  display: inline;
  width: 39px;
  height: 46px;
  margin-right: 20px;
}

.icon-unassi {
	margin:0 10px;
}

.flexbox-partenaire {
	display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;	
}

.parcelle-gauche {
	width:550px;	
}

.parcelle-droite {
	width:750px;	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.parcelle-gauche,.parcelle-droite {
	margin: 25px;	
}

.parcelle-droite img {
	margin:15px;	
}

.paragraphe_page .partenaires-btn {
	margin:35px 0;	
	text-decoration:none !important;
}

.lien-all:hover {
	color:white;	
}

.logo_haut img {
	transform:scale(0.8);	
}

@media screen and (max-width:1190px) {
	.flex-association {
		justify-content:center;
	}
	
	.assoc-texte {
		width:100%;
	}
	.assoc-photos {
		width:100%;
		justify-content:center;
	}

}

@media screen and (max-width:600px) {

	.assoc-photos img{
		margin:45px 0;
	}
	
	.titre-principal-association span {
		font-size:24px !important;	
	}

}

/* ACTUALITES & FORMATIONS */
.conteneur {       	
	display: flex;        	
	justify-content: center;        	
	align-content: center;       	
	flex-wrap: wrap;
}

.conteneur-enfant {
	width: calc(50% - 2*50px);
	margin: 50px;
	flex-grow: 1;
}
.conteneur-enfant:first-child {
	margin-left: 0;
}
.conteneur-enfant:last-child {
	margin-right: 0;
}
.conteneur-titre {        	
	display: flex;        	
	align-items: center;        	
	justify-content: flex-start;
}

.bloc-formation {          
	width: 100%;    
	height: 160px;    
	display: flex;    
	margin: 35px 0 15px 0;    
	overflow: hidden;    
	border-radius: 5px;   
	border: solid 1px #4CAFBA;    
	padding-right: 8px;    
	box-sizing: border-box;    
	position: relative;
}

.bloc-formation .lieu-accueil {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

.libelle {
	font-family: Damion;           
	font-size: 30px;    
	color: #68BFC5
}
        
.titre {        	
	font-family: Mulish;    
	font-weight: bold;    
	color: var(--secondary-color);    
	font-size: 29px;    
	margin-left: 10px;
}

.intro {        	
	font-family: Mulish;    
	font-size: 16px;    
	color: #525252;
}


.date-content {        	
	background: #4CAFBA;
   	color: white;   
	min-width: 150px;    
	display: flex;    
	justify-content: center;    
	align-items: center;
    flex-direction: column;
}

.date-jour {
    font-size: 36px;
}

.date-mois,.date-annee {
    font-size: 16px;
}

.date-jour,.date-mois,.date-annee {
	margin: 0;
	font-family: 'Oswald';
}

.formation-content {
    padding-left: 10px;        	
	box-sizing: border-box;
	position: relative;
}
        
.formation-nom {        	
	font-family: Mulish;    
	font-weight: bold;    
	font-size: 18px;    
	color: #525252;
}

.formation-cat {        	
	font-family: Mulish;    
	font-style: italic;   
	color: #0d3a85;
}
        
.formation-nom,.formation-desc {
    margin: 8px 0;
}

.formation-desc {
   font-family: Mulish;
   font-size: 16px;
   color: #525252;
}

.icon-eye { 
	border: solid 1px #4CAFBA;    
	display: flex;   
	align-items: center;    
	justify-content: center;    
	margin-bottom: 6px;    
	position: absolute;    
	bottom: 5px;   
	right: 5px;
   	background: white;
} 

.icon-eye:hover {
	content: url("https://unassi.pyreweb.fr/files/medias/images/icon-eye-hover.png")
}


 /* ACTUALITES */

.bloc-actualite {
    width: 100%;        	
	height: 227px;    
	display: flex;    
	justify-content: space-between;    
	align-items: flex-start;    
	padding: 15px 0;    
	border-bottom: solid 1px #4CAFBA;    
	position: relative;
        	
}
         
.img-actualite {        	
	min-width: 270px;    
	height: 195px;
	object-fit: cover;    
}

.actualite-content {       
	width: 70%;    
	height: 100%;    
	overflow: hidden;    
	position: relative;
	margin-left: 15px;
}

.actualite-nom {       	
	margin: 0;    
	font-family: Mulish;   
	font-weight: bold;   
	font-size: 18px;    
	color: #0D3A85;
}

.actualite-desc {     	
	color: #525252;   	
	font-family: Mulish;    	
	font-size: 16px;
}
        
.line {        	
	width: 50px;	
	height: 6px;   	
	background: #4CAFBA;        	
	margin: 15px 0;        
}

        
.fondu {    	
	position: absolute;   	
	height: 45px;     	
	background: linear-gradient(to bottom, rgba(255,255,255,0.2),rgba(255,255,255,1));    	
	bottom: 0;     	
	width: 100%;  	
	left: 0;    
}

.sec-partenaires .voir-toutes-container {
	text-align: center;
	margin: 3em;
}

.voir-toutes-container .lien-all {
	float: none;
}

.lien-all {       	
	float: right;    
	margin: 20px 0;    
	padding: 15px 25px;   
	background:#10459E ;    
	border-radius: 5px;    
	color: white;   
	text-decoration: none;    
	font-family: Mulish;   
	font-weight: bold;
}


.banner-search {
	width:100%;
	height:890px;
	background:url("https://www.unassi.fr/files/medias/images/bandeau-1.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

.module_formation {
    width:60%;
}

.trouvez-formation {
	text-align:center;
}

.input-form {
	padding-left: 20px;
}

#terme {
	width:35%;
}

#id_cat {
	width:40%;
	background-color: white;
	appearance: none;
}

#id_cat option{
	font-family: Mulish;
	font-size: 16px;
}

@media screen and (max-width: 1400px) {       	
	.conteneur-enfant {     		
		margin:30px  10px;        	
	}
			
			
	.banner-search {				
		height:450px;			
	}       
}

@media screen and (max-width: 750px) {

	#terme {
		width: 80%;
		margin-bottom: 10px;
		border: solid 1px #10459E;
	} 

	#id_cat {
		width: 80%;
		margin-bottom: 10px;
		border: solid 1px #10459E;
	}

	.formulaire-horizontal {
		padding-bottom: 0!important;
		padding-top: 0!important;
		background: none;
		flex-wrap: wrap;
	}
        	
	.actualite-content {        	       		
		margin: 0 8px;
     }
        	
	.date-content {       		
		min-width: 120px;        	
	}
            
	.img-actualite {            	
	   min-width: 145px;
    }
            
	.titre {            	
		font-size: 16px;
    }
            
	.intro {
        font-size: 14px;     
	}
            
	.formation-nom,.actualite-nom {
        font-size: 14px;     
	}
            
	.formation-cat {            	
		font-size: 12px;           
	}
            
	.formation-desc,.actualite-desc {            	
		font-size: 14px;            
	}
            
	.lien-all {            	
		font-size: 12px;            	
		padding: 10px 20px;            
	}
            
	.conteneur-titre {            	
		padding-bottom: 10px;            
	}        
	
	.module_formation {
		width:95%	
	}
	
	.input-form {
		width:33%;	
		font-size:12px;
	}
	
	.banner-search {				
		height:350px;			
	} 	
	
}

@media screen and (max-width:800px) {
	.search h1 {
		font-size:30px;	
	}	
}

/* !!!!!! NAV RESPONSIVE !!!!!! */

@media screen and (max-width:767px) {
	
	.block {
		display:block !important;
	}
	.button-nav {
		background:none;
		outline:none;
        display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
		width:40px;
		height:40px;
		right:5px;
		top:5px;
		position:absolute;
		cursor:pointer;
		z-index:100;
	}
	
	.button-nav .icon-bar {
		width:70%;
		height:4px;
		background:black;
		margin:3px 0;
		border-radius:50px;
	}
	
	#menu_haut {
		height:50px;	
	}

	.menu-haut-opened {
		height:auto !important;
		background:white !important;
		border-bottom:solid 1px black !important;
	}

	.logo_haut {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-5px,-20px);
		width: 100px;
	}
	
	.logo_haut img {
		transform:scale(1);	
	}
	.dl-menu {
	   position:relative;
		padding-top:55px !important;
		display:none;
	}
	
	.dl-menu-opened {
		/*display:flex;
		justify-content:center;
		flex-direction:column;
		align-items:center; */
		display:block;
		padding:0;	
	}
	.dl-menu li {
		margin:5px;
		list-style:none;
	}
	
	.dl-menu a {
		display:block;
		text-align:center;
		padding:10px;
	/*	width:350px; */
		color:var(--secondary-color) !important
	}
		
	.dl-submenu {
		display:none;	
		padding:0;
	}
}

/**** Page FAQ ****/
.titre-faq {

}


/* PAGE FORMATION */

.conteneur-panels {
	/* display:flex;
	flex-wrap:wrap-reverse;
	flex-direction:column;
	height:2000px;
	align-content:space-around; 
	width:1200px;
	margin:auto; */
	column-count:2;
    column-gap: 2em;
}

.panel-default > .panel-heading {
	padding:5px 10px;
	font-family:'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:white;
	text-transform:uppercase;
	background:var(--secondary-color);
	font-size:24px;
	display:flex;
	align-items:center;
}

@media screen and (max-width:1280px) {
	.conteneur-panels {
		flex-direction:row;
		justify-content:center;
		align-items:center;
		width:100%;
		height:auto;
		column-count:1;
		column-gap: 0em;
	}
	
	.conteneur-panels .panel-default {
		width:90% !important;	
		margin:20px 0 !important;
    }
	
}

.sep {
	border-bottom:solid 1px var(--secondary-color);
}

.conteneur-panels .panel-default {
	/*width:600px;
	margin:20px 3%;*/
	break-inside:avoid;
	border:none;
	border-radius:0px;
	border-bottom:solid 7px rgb(108, 197, 219);
}
.conteneur-panels .panel-default:first-child {
	margin-top: 0px !important;
}

.conteneur-panels .panel-body {
	padding:0 0 0 10px;
}	

.conteneur-panels .panel-body li {
	padding:30px 20px 30px 0;
	margin-left:50px;
	color:rgb(25,25,25);
	position:relative;
}

.conteneur-panels .panel-body li span {
	display:block;
	width:90%;
}

 .conteneur-panels .panel-body li .icon-eye-panel {
    display: flex;
    align-items: center;
    justify-content: center;
	position:absolute;
    top:50%;
	transform:translateY(-50%);
	right:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:solid 1px darkblue;
	height:40px;
	width:40px;
} 

.conteneur-panels .panel-body .sep:last-of-type {
	border-bottom:none;
}

.icon-panel-heading {
	width:40px;	
}/* detail.html */

.contenu-actus {
    text-align: justify;
    margin-bottom: 50px;
}

#actu_photos {
    margin-bottom: 4em;
    max-width: 1045px;
}

.contenu-actus .date_actu {
    font-family: Oswald;
    font-size: 30px;
    background-color: #44B3C6;
    padding: 2%;
    color: white;
    border-radius: 8px;
    text-align: center;
    margin: 70px 300px;
    margin-top: 20px;
}


/* actu.html */

.actu {
    margin-top: 50px;
}

.actu-contenu-container {
    text-align: center;
}

.actu .actu-contenu-container .lien-actu-seule {
    margin: 20px 0;
    padding: 15px 25px;
    background: #10459E;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-family: Mulish;
    font-weight: bold;
}

.actu .actu-contenu-container .lien-actu-seule:hover {
    background: #337ab7;
}

.actu img {
    height: 270px;
}

.actu .titre {
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.actu .description {
    text-align: justify;
    height: 83px;
    overflow: hidden;
}

/*** RESPONSIVE TIME ****/

/* actu.html */

@media (min-width: 320px) and (max-width: 480px) {

.contenu-actus .date_actu{
	margin: 20px 50px;
}

}

@media (min-width: 480px) and (max-width: 768px) {

.contenu-actus .date_actu{
	margin: 20px 150px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {

.contenu-actus .date_actu{
	margin: 20px 200px;
}

}

@media (min-width: 1024px) and (max-width: 1200px) {

}


@media (min-width: 1200px) {

}


.actu img {
    height: 270px;
}

.actu .titre {
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.actu .description {
    text-align: justify;
    height: 83px;
    overflow: hidden;
}.mon-compte .panel-heading-nav {
    border-bottom: 0;
    padding: 10px 0 0;
}
  
 .mon-compte .panel-heading-nav .nav {
    padding-left: 10px;
    padding-right: 10px;
}

.mon-compte .structure-modif {
    margin-top: 30px;
}

.mon-compte .mdp-modif {
    margin-top: 30px;
}

.mon-compte .nav.nav-tabs {
    position: relative;
	width:100%;
}

.mon-compte .flex-row>.nav.nav-tabs {
    position: relative;
	width:auto;
}
.mon-compte .flex-row>.nav.nav-tabs.flex-item-1 {
	width:1%;
}
.mon-compte .nav > li > a {
  color: inherit;
}
.mon-compte .nav > li.active > a, .mon-compte .nav > li > a:focus, .mon-compte .nav > li > a:hover {
	color:var(--secondary-color);
}

.mon-compte .btn-disconnect {
    position: relative;
    right: 1em;
    /* top: 14px; */
	margin-bottom:10px;
    padding: 20px 20px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mon-compte .btn-disconnect {
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.mon-compte .flex-row > .nav.nav-tabs {
	}
    .mon-compte .btn-disconnect {
    }
}

@media (min-width: 750px) and (max-width: 992px) {
    .mon-compte .panel-default {
        margin-top: 60px;
    }
    
    .mon-compte .btn-disconnect {

    }
    
    .mon-compte .panel-heading-nav .nav {
    }

    .mon-compte .nav-tabs { 
        border-bottom: none;
    }
}
#block_agenda ul.liste{
	list-style-type:none;
	overflow-y: auto;
}.carre{
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.carre>* {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.cercle,.cercle .cal-day-today {
	border-radius: 50%;
}
.center>* {
	position: relative;
}
.center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
/*
#block_agenda .liste {
	overflow: auto;
}
*/
#block_agenda.no_limit .liste {
	max-height: none!important;
}
#block_agenda.no_limit .voir-toutes {
	display: none!important;
}

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

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

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

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

/**** CSS horaires detail ****/
.evenement-seule .detail {
	/*trop proche des liens*/
	/* color: rgb(6, 115, 174); */
	font-weight: 900;
	font-size:18px;
}

.evenement-seule .conteneur-date {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

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

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

.evenement .btn-savoir-plus{
	background-color: rgb(100, 144, 138);
	color:rgb(255, 255, 255);
}
.evenement .btn-savoir-plus:hover{
	background-color: rgb(255, 255, 255);
	border:1px solid rgb(100, 144, 138);
	color:rgb(100, 144, 138);
}


/**** Liste bouttons ****/

.btn-category-list {
	margin-top: 40px;
	margin-bottom: 40px;
}

.btn-category-list a{
	margin: 10px;
}

/**** Evenement liste ****/
.container-evenements > :first-child .contenu-evenements {
	border-top-width: 0px;
}

.contenu-evenements {
	border-bottom: 2em solid transparent;
	border-top: 1px solid #44B3C6;
}

/**** First row evenement ****/
.contenu-evenements .flex-row {
	margin-top: 20px;
}

/**** Date liste ****/

.contenu-evenements .encart_evenement {
	background-color: rgba(108, 197, 219, 0.8);
	padding: 0.15em;
	color: white;
	border-radius: 8px;
	text-align: center;
}

.contenu-evenements .lieu-evenement {
	font-size: 22px;
}

.contenu-evenements .date-evenement {
	font-family: Oswald;
	font-size: 26px;
}

/**** Titre liste ****/
.contenu-evenements .media-heading {
	color: #0D3A85;
	font-size: 26px;
	font-weight: bold;
	font-family: Mulish;
}

/**** Contenu evenement ****/
.contenu-evenement {
	display: flex;
}


/**** Image liste ****/
.contenu-evenements .image-evenement {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	max-width: 100%;
	max-height: 160px;
}

/**** Descrition liste ****/
.contenu-evenements .description-evenement {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 92%;
	max-height: 120px;
	text-align: justify;
}

/**** Icon Eye liste ****/
.contenu-evenements .icon-eye {
	margin-bottom: 0px;
}

/**** Image detail ****/
.evenement-seule .photo-event img{
	margin-bottom: 15px;
	max-height: 380px;
}

/**** Document detail ****/
.evenement-seule .list-documents {
	display: flex;
	flex-wrap: wrap;
}

.evenement-seule .list-documents a {
	margin: 10px 10px 10px 0px;
}


/**** Responsive ****/

@media screen and (max-width:768px) {

	/**** Titre liste ****/
	.contenu-evenements .media-heading {
		margin-top: 20px;
	}
}

.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: center;
    visibility: hidden;
    animation-name: zoomInDown;
}

/* 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);
}
#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(100, 144, 138);
	color: rgb(232, 202, 164);
}

/*** Cadre info structure ***/

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

/*** Lien contact footer ***/

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

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

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

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

.documents .media-heading:before {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 17px;
    width: 8px;
    height: 8px;
    background: #337ab7;
    border-radius: 50%;
}

.documents {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #337ab7;
}

.documents:first-child {
    border-bottom: none;
}

.documents .document-description {
    height: 107px;
}

.pagination-container {
    margin-top: 40px;
}
#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;
    }
}#flash_modal .modal-dialog {
	margin-left: 50px;
}

#flash_modal .modal-content {
	border-radius: 50px;
	background-color: #EAFAFA;
}

.module_flashinfo{
	height:100%;
	position:relative;
}

.modal-flash {
	padding: 35px;
}

.modal-body {
	position: relative;
}

.modal-flash button {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 18px;
}

.module_flashinfo button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.module_flashinfo .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.module_flashinfo .carousel-inner {
	min-height: 300px;
}

.module_flashinfo .titre-flash-principal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #31A4B8;
}

.module_flashinfo .titre-flash-principal:after {
	content: '';
	display: block;
	background: url(https://unassi.pyreweb.fr/files/medias/images/unassi-icon.png) no-repeat center top;
	height: 45px;
	width: 100%;
	margin: 20px auto;
}

.module_flashinfo .titre-date {
	display: flex;
}

.module_flashinfo .date {
	background-color: #31A4B8;
	padding: 2%;
	color: white;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
}

.module_flashinfo .date-jour {
	text-align: center;
	font-size: 30px;
}

.date-mois-année {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.titre-flash {
	font-size: 24px;
	color: #666666;
	text-transform: uppercase;
	margin-left: 4%;
	font-weight: bold;
}

.module_flashinfo .description {
	margin: 6% 0%;
}

.module_flashinfo .description p {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}

/* Contrôles du carrousel */

.modal-flash .carousel-control {
	opacity: 1.5;
	width: 6%;
}

.modal-flash .carousel-control:hover {
	opacity: 0.5;
}

.modal-flash .carousel-control.left {
	background-image: none!important;
	left: -35px;
}

.modal-flash .carousel-control.right {
	background-image: none!important;
	right: -35px;
}

.modal-flash .carousel-control .glyphicon-chevron-right { 
	color: #31A4B8;
	font-size: 65px;
	font-size: 1.5em;
	left: 0px;
	top: 40%;
	position: absolute;
}

.modal-flash .carousel-control .glyphicon-chevron-left { 
	color: #31A4B8;
	font-size: 65px;
	font-size: 1.5em;
	left: 10px;
	top: 40%;
	position: absolute;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #31A4B8;
}

.carousel-indicators li {
	border-color: #000;
}

/* Voir tous les flashs */ 

.all-flash {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #525252;
}

.txt-flash-1 {
    color: #525252;
    font-style: italic;
    font-size: 18px;
}

.txt-flash-2 {
    color: #31A4B8;
    font-weight: bold;
    font-size: 18px;
}.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;
	}
}.intro-formations {
	text-align: center;
	margin-bottom: 40px;
}

.infospratiques {
	border-top: solid;
	background-color: ;
	border-bottom: solid;
}
.programme h3 {
	text-decoration: underline;
}
.module_formation .search > h1 {
	border-bottom-style: none !important;
	text-shadow: 0px 0px 1px white;
}
.module_formation .search > h1 > .alter {
	color: ;
}

.search_liste_formation {
	margin-bottom: 50px;
}

.module_formation .search form,
.search_liste_formation .formulaire-horizontal {
	background-color: ;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
.container form.formulaire-horizontal {
	margin-top: 1em;
}
@media (min-width: 992px) {
	.container form.formulaire-horizontal {
		margin: 3em 10em;
	}
}
.list-categories-formations.conteneur-panels .panel-default{
	width:auto!important;
	margin-right: 40px;
	margin-bottom: 45px;
}
.panel-default hr {
	margin: -10px 0 0 0;
	border-top: 1px solid var(--secondary-color);
}

.panel-body hr:last-child{
	display: none;
}

.module_formation .search form .btn {
	background-color: ;
	color: ;
}
.module_formation ul h4 {
	color: ;
}


table.formation_pdf {
	border: solid;
}
.formation_pdf .en_bas {
	bottom:1em;
	width:22%;
	position:absolute;
}
.formation_pdf {
	page-break-after:always;
}
.formation_pdf:last-child {
	page-break-after:avoid;
}
.formation_pdf td:first-child {
	width:25%;
}
.formation_pdf tr:first-child td{
	border: none;
	vertical-align:middle;
}
.formation_pdf tr:first-child h1 {
	background-color:  ;
	color:  ;
	border: solid;
	border-color:  ;
	size:;
	margin:0;
	padding:0.2em;
}
#pied_de_page_debut,#pied_de_page_fin{
	clear:both;
}
.formation_pdf h2, .formation_pdf h3 {
	color: ;
	text-decoration: underline;
}
.formation_pdf label {
	font-weight: bold;
}
.formation_pdf a {
	color: #0036ff;
	font-weight: bold;
}
.formation_pdf td {
	border: solid;
	color: #494949;
	border-collapse : separate;
	border-spacing: 10em;
	vertical-align:top;
}
.formation_pdf tr:last-child td{
	height:100%;
}
.formation_pdf .date_maj{
	padding-bottom:1em;
	clear:both;
}
.list-categories-formations .panel {
	box-shadow: 0 0 0 transparent;
	border-style: none;
    border-bottom-style: solid;
	border-bottom-color: #89d0e2;
	border-bottom-width: 5px;
	border-radius: 0;
}
/* .list-categories-formations li {
	color:var(--secondary-color);
	position: relative;
	clear: both;
	list-style-position: inside;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
.list-categories-formations li:last-child {
	border-bottom-style: none;
} */
.list-categories-formations li::marker {
	color:var(--secondary-color);
	font-size: 2em;
}
.list-categories-formations .formation-container .icon-eye {
	bottom: 33%;
	margin-bottom: 0px;
}

/* .list-categories-formations .formation-container span {
	padding-right: 1em;
	display: inline-block;
	width: calc(100% - 3em - 34px);
}
.list-categories-formations .formation-container .icon-eye {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	float: right;
	bottom: initial;
	top: 0;
	right: 0;
} */

.formation .periode {
	background-color: var(--tertiary-color);
	padding: 1em;
	color: #FFFFFF;
	margin-bottom: 4em;
}
.formation .informations,
.formation .documents,
.formation .corps {
	padding: 2em;
	width:100%;
}
.formation .informations {
	height:100%;
}

.formation .documents:first-child,
.formation .corps:first-child {
	margin-bottom: 1em;
}

@media screen and (max-width:1200px) {
	.formation .informations-container:first-child {
		margin-bottom: 1em;
	}
}
.formation .documents .list-documents {
	padding:1em;
	padding-bottom:0em;
}
.formation .documents {
	background-color: #D9E4EA;
}
.formation .corps {
	background-color: #E0F1F1;
}
.formation .informations {
	background-color: #F2F9F8;
}
.formation .lien-all {
	float: none;
	margin-top: 60px;
}#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;	
}/* Panel */

.container .panel-juridique {
    border: none;
}

/* Boutons filtre */

.button-filtre {
    font-family: Mulish;
	font-size: 16px;
    white-space:normal;
}

.button-filtre span {
    display: none;
}

.btn-group .active {
    background-color: #4178bf;
    color: white;
}

/*
.btn-group .active span{
    max-width: 10ch;
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
}
*/


.btn-group .active.focus {
    background-color: #4178bf;
    color: white;
}

.blue-button {
    margin: 20px 0;
    padding: 15px 25px;
    background: #10459E;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
}

.blue-button:hover {
    background: rgb(1, 61, 96);
    color: white;
}

.blue-button:focus {
    background: rgb(1, 61, 96);
    color: white;
}

/* Liste */

.panel-juridique .media:first-child {
    margin-top: 15px;
}

.media.actualites.juridique{
    border-bottom-style: solid;
    border-bottom-color: #44B3C6;
    border-bottom-width: 2px;
    border-radius: 0;
    height: 270px;
    overflow: hidden;
    margin-bottom: 50px;
}

.date_juridique{
    font-family: Oswald;
    font-size: 30px;
    background-color: #44B3C6;
    padding: 2%;
    color: white;
    border-radius: 8px;
    text-align: center;
}

.media-heading {
    font-size: 20px;
    color: #666666;
    text-align: justify;
}

.media-heading span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.contenu-juridiques-description {
    margin-top: 30px;
    text-align: justify;
}

.contenu-juridiques-description span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.contenu-juridiques p {
    margin: 0px;
}

.actualites .savoirplus {
    padding-bottom: 40px;
}

.actualites .savoirplus .icon-eye {
    right: 75px;
}

.media.actualites.juridique ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.media.actualites.juridique li {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}[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;
}header .navbar-default .menu-dynamique, header .navbar-default, .menu-dynamique .dropdown-menu {juridique
	background-color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(to bottom, rgb(255, 255, 255), 0.9));
}
.menu-dynamique>* {
	font-size:em;
}
header .navbar-default, .menu-dynamique .dropdown-menu {
	border-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #172C81;
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95);
	background: linear-gradient(to bottom, rgb(255, 255, 255), 255));
}
.menu-dynamique > li::before {
	background-color: rgb(15, 118, 188);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(51, 51, 51);
	font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.menu-dynamique>li.open{
	color: rgb(255, 255, 255);
}

.menu-dynamique>li.open>a {
	color: rgb(255, 255, 255);
}

.menu-dynamique>li.open, .menu-dynamique>li:hover, .menu-dynamique>li:focus {
	background-color: rgb(1, 61, 96)!important;
}

.menu-dynamique>li.open>a, .menu-dynamique.nav>li>a:hover, .menu-dynamique.nav>li>a:focus {
	background-color: transparent;
}

.nav > li > a {
	padding: 32px 15px!important;
}



.menu-dynamique .open>.dropdown-menu {
    transform: scaleY(1) translateY(0%);
	display: block;
}

.menu-dynamique .dropdown-menu {
    display: block;
    transform-origin: top;
    display: none;
}

.menu-bas {
	background-color: rgb(0, 0, 0);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-bas a {
	color: rgb(255, 255, 255);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(175, 173, 173, 0);
}
.menu-dynamique .soustitre,
.menu-bas .soustitre,
.menu-secondaire .soustitre{
	font-family:'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
}
.menu-dynamique > li::after{
	border: 1px solid #0F76BC;
}
.menu-dynamique > li:first-child::after{
	display:none;
}
.caret{
	display:none;
}

#menu_haut.affix-top.in_page {
	background-color: rgba(255, 255, 255, 0.95);
}

#menu_haut.affix-top {
	width: 100%;
	background: transparent;
	border: none;
}

#menu_haut.affix {
	width: 100%;
	background:rgba(255,255,255,0.95);
}

#menu_haut.affix-top .logo_haut img {
	display: none;
}

#menu_haut.affix-top.in_page .logo_haut img {
	display: block;
}

.menu-dynamique a[aria-expanded="true"] {
	color: white;
}

.menu-dynamique.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.menu-bas.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: rgb(1, 61, 96);
	color: rgb(255, 255, 255);
}

.menu-dynamique.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: rgb(1, 61, 96);
	color: rgb(255, 255, 255);
}

.menu-dynamique.dropdown-menu>li>a{
	line-height: 2.5;
}

.menu-dynamique.nav > li {
    transition: background 0.3s ease;
}

.menu-dynamique .dropdown-menu {
    padding: 0px;
}
.menu-dynamique.nav-justified>.dropdown .dropdown-menu{
	color:white;
}
.menu-dynamique .dropdown-menu>li>a{
	color: white;
}

.menu-secondaire li {
	font-size: 1.5em;
}

a .circle{
	background-color: white;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 10px;
    display: inline-block;
}


@media (max-width: 767px){
	a.anchor {
		left: 0em;
	}
	a.anchor.affix {
		bottom: 0em;
	}
}.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: 100px auto 50px 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;
}/*** Page 404 ***/
.error-page {
    max-width: 700px;
    margin: 100px auto 50px auto;
}.titre_panneau {
	color: rgb(232, 202, 164);
	background: rgb(100, 144, 138);
	min-height:0px;
	font-family: ;
	font-size: 30;
}

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

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

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

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

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

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

@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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
    -webkit-filter: brightness(100%);

}
@media (min-width: 768px) {
	.panneau {
		height: 190px;
		width: 190px;
	}
}
@media (min-width: 992px) {
	.panneau {
		height: 210px;
		width: 210px;
	}
}
@media (min-width: 1200px) {
	.panneau {
		height: 260px;
		width: 260px;
	}
}

.panneau:hover {
-webkit-filter: brightness(80%);
}

.conteneur-panneau {
    display: flex;
    justify-content: space-around;
}

.panneau-titre {
    font-size: 29px;
    text-shadow: none;
    font-family: Myriad Pro Condensed;
    font-weight: bold;
}

.panneau-description {
    width: 220px;
    height: 110px;
    font-size: 17px;
    text-shadow: none;
}

.lien_panneau {
    color: white;
    transition: all 1s ease;
}

.lien_panneau:hover {
    color: white;
}

/* .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;
}/**** Partenaires accueil ****/
.partenaires-icons {
    justify-content: start;
    padding-top: 3em;
}

@media screen and (max-width:1440px) {
	.partenaires-icons {
		justify-content: center;
	}
}

/**** Partenaires liste ****/

.col-btn-devenir {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-devenir {
    margin: 20px 0;
    padding: 15px 25px;
    background: #10459E;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-family: Mulish;
    font-weight: bold;
}

.btn-devenir:hover {
    color: white;
    background-color: #082b66;
}

.btn-devenir span {
    margin-right: 20px;
}


/* Surcharge flex-item */
.partenaires-icons .flex-item {
    margin: 15px;
    margin-bottom: 35px;
    width: 180px;
    height: 70px;
}

.liste-partenaires .vertical-center {
    height: 100px;
} 
#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(232, 202, 164);
    display: block;
    margin: -3px auto;
    padding: 0px;  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

  .square-real {
        right: 60% !important;
  }:root {
  --secondary-color: #0E3B85;
  --tertiary-color: #0BA7AE;
}

.btn-secondary {
	color: var(--secondary-color);
	background-color: #FFFFFF;
	border-color: var(--secondary-color);
}
.btn-secondary:hover, .btn-secondary.active {
	color: #FFFFFF;
	background-color: var(--secondary-color);
	border-color: #FFFFFF;
}

.btn-tertiary {
	color: var(--tertiary-color);
	background-color: #FFFFFF;
	border-color: var(--tertiary-color);
}
.btn-tertiary:hover, .btn-tertiary.active {
	color: #FFFFFF;
	background-color: var(--tertiary-color);
	border-color: #FFFFFF;
}

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

   .box-rappel{
	display: flex;
	justify-content: flex-end;  
}

.rappel-gratuit{
	position: fixed;
	z-index: 1;
	margin-top: 13%;
}

@media (max-width: 767px) {
	.rappel-gratuit{
		position: fixed;
		z-index: 1;
		margin-top: 79%;
	}
}

@media (max-width: 424px) {
	.rappel-gratuit{
		display: none;
	}
}


.rappel{
	margin: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.rappel-gratuit li{
	list-style-type: none;
}

.rappel-gratuit .renseignements{
	background: #3d62b1;
    color: white;
    padding: 5%;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 10px;
}

.rappel-gratuit .dropdown-menu{
	position: initial;
	margin: 0;
	padding: 0px 15px;
	border-radius:0; 
	width: 100%;
	border: 0;
}

.rappel-gratuit li:hover .renseignements,
.rappel-gratuit li:hover .img-fb{
	background-color:#CAAD76;
}

.btn-rappel {
	background-color: #3d62b1;
	color: white;
}

.btn-rappel:hover{
	background-color: #223b70;
	color: white;
}

.renseignements img{
	height: 25px;
}

.img-fb{
	background: #4f76ca;
    color: white;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.img-linkedin{
	background: #008dda;
    color: white;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.img-linkedin:hover{
    background-color: #CAAD76;
}

.img-fb:hover{
    background-color: #CAAD76;
}

.box-rappel .form-control{
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 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;
}
