/*

Theme Name: Vol 
Version: 1
Requires at least: 5.6
Requires PHP: 7.3
Author: Sébastien Galliot
Author URI: https://demenageur-site.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap');

body {
	font-family: 'Montserrat' !important;
	font-weight: 300; 
 
}
form {
	max-width: 100%!important; /* bug plugin email */
}
 .elementor-item, .has-submenu, .elementor-sub-item, .elementor-active {
	text-decoration-line: none !important;
}

.navbar {
	padding:0;
}

.bg-dark {
    background-color: #231f20!important;
}

.navbar-brand  {
	background-color:rgb(255,255,255);
	min-height:80px;
} 
.navbar-brand .top-logo {
	background-color:rgb(255,255,255); margin:16px;
	min-height:50px;
	 width: 294px;
}
.navbar-nav .menu-item {
	margin:20px;
	margin-left:12px;
	margin-right:32px;
	text-transform: uppercase;
	white-space: nowrap;
}
.navbar-nav .menu-item a {
	color:#fff;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 700; 
}
.navbar-nav .menu-item a:hover {
	color:#00abeeff;
}

.no-submenu .navbar {
	/*display: none;*/
box-shadow: 0px 6px 10px 0px rgba(119, 119, 119, 0.3);
-moz-box-shadow: 0px 6px 10px 0px rgba(119, 119, 119, 0.3);
-webkit-box-shadow: 0px 6px 10px 0px rgba(119, 119, 119, 0.3);
}
.desktop .navbar-nav .current-menu-item a , .desktop .navbar-nav .current-page-ancestor a {
	color:#00abeeff;
}
.desktop .navbar-nav .current-menu-item a:hover , .desktop .navbar-nav .current-page-ancestor a:hover {
	color:#fff;
}





.navbar-right {
	margin-right: 24px;
}
.form-search {
	opacity:0;
	border-radius: 0;
	max-width:130px;
}
.btn-search {
	background: url('img/icon-search.png') top left no-repeat;
	min-width: 20px;
	min-height: 20px;
	padding:12px;
	margin:12px;
}
.btn-account {
	background: url('img/icon-account.png') top left no-repeat;
	min-width: 20px;
	min-height: 20px;
	padding:12px;
	padding-right:0px;
	margin:12px;
	margin-right:0px;
}

.navbar2 {
	margin-top: 97px;
}
.bg-dark2 {
    background-color: #238ad4ff!important;
}
.navbar2 .navbar-nav .menu-item {
    margin: 0;
}

.navbar2 .navbar-nav .menu-item a {
	color:#000;
	font-family: 'Montserrat';
	font-weight: 500; 
	white-space: nowrap;
	margin:24px;
	line-height: 40px;
}
.navbar2 .navbar-nav .menu-item a:hover {
	color:#fff;
}

#menu-submenuformations , #menu-submenucapsules{
	display:flex!important;
	flex-wrap: wrap;
}
#menu-submenuformations li ,#menu-submenucapsules li {
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width:400px; /* trop grand et flex corrige*/
}




.mobile .navbar-dark .navbar-toggler {
	border:0;
	margin-left:4px;
	margin:10px;
}

.mobile ul {
	width:100%;
	padding-left:20px;
}
.mobile li {
	line-height: 30px;
	border-top:1px solid #333;
	width:100%;
}
.mobile .navbar-nav .menu-item a {
	font-size:1.2em;
	font-weight: 500; 
	padding-left:8px;
}
.mobile .current-menu-item > a {
	color: #238ad4ff;
}

.page-content {
	background-color: #fff;
	padding:0;
}


 
body.home    {
	margin-top:65px;
}

.blue {
	color:#238ad4ff;
}
.white {
	color:#fff;
}
 

.content {
	font-family: 'Montserrat';
	font-weight: 500; 
}
.content b , .content strong  {
	font-family: 'Montserrat';
	font-weight: 700; 
}
.content h1 {
	font-family: 'Montserrat';
	font-weight: 900; 
	text-transform: uppercase;
	font-size:3.5em;
}
.content h2 {
	font-family: 'Montserrat';
	font-weight: 900; 
	text-transform: uppercase;
	font-size:1.85em;
}

.btn-basic {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	background-color: #238ad4ff;
	border-radius: 24px;
	color:#fff;
	margin:6px;
	padding:8px;
	padding-left:16px;
	padding-right:16px;
	background-repeat: no-repeat; ;
	
}
a.btn-basic {
	color:#fff;
}


.btn-vol {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	background-color: #238ad4ff;
	border-radius: 24px;
	color:#fff;
	margin:6px;
	padding:8px;
	padding-left:36px;
	padding-right:16px;
	background-repeat: no-repeat; ;
	
}
a.btn-vol {
	color:#fff;
}
a.btn-presentiel{
	background-image: url('img/people.png')  ;
	background-position: 10px 10px;
}
a.btn-elearning{
	background-image: url('img/play.png')  ;
	background-position: 10px 12px;
}

a.btn-home-app {
	font-size:1.325em;  
	padding-right:36px;
}


.btn-home-dark {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:1.325em;  
	text-transform: uppercase;
	background-color: #000;
	border-radius: 24px;
	color:#fff;
	margin:6px;
	padding:8px;
	padding-left:56px;
	padding-right:56px;
	background-repeat: no-repeat; ;
	
}
a.btn-home-dark {
	color:#fff;
}
a:hover.btn-home-dark {
	color:#00abeeff;
}

.btn-achat-bleu {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	background-color: #238ad4ff;
	border-radius: 24px;
	color:#fff !important;
	margin:2px;
	padding:2px;
	padding-left:18px;
	padding-right:18px;
	background-repeat: no-repeat; ;
	
}
.btn-achat-bleu:hover {
	color:#000 !important;
}
.btn-achat {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	background-color: #000;
	border-radius: 24px;
	color:#fff;
	margin:2px;
	padding:2px;
	padding-left:18px;
	padding-right:18px;
	background-repeat: no-repeat; ;
	
}
a.btn-achat {
	color:#fff;
}

.btn-big {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	background-color: #238ad4ff;
	border-radius: 24px;
	color:#fff;
	margin:2px;
	padding:6px;
	padding-left:18px;
	padding-right:18px;
	background-repeat: no-repeat; ;
	
}
a.btn-big {
	color:#fff;
}


.btn-formations{
	width: 80%;:

	font-family: 'Montserrat';
	font-weight: 700;
	font-size:0.9em;  
	text-transform: uppercase;
	border-radius: 24px;
	color:#fff;
	margin:6px;
	padding:8px;
	background-repeat: no-repeat; ;

}
.btn-blanc {
	width: 80%;
	color: #238ad4 ;
	text-transform: uppercase;
	border-radius: 24px;
	margin:6px;
	margin-top:0;
	margin-bottom:0;

	background-repeat: no-repeat; ;
} 
.trait{
	background-color:  #238ad4 ;
	height: 1px;
	width: 80%;
	margin-left:6px;
	margin-right:6px;

}
.footer {
	padding-top: 24px;
	background-color: #231f20!important;
}
.bottom-logo {
	margin-left:12px;
	margin-right:12px;
	max-width: 228px;
}
.footer-menu a {
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
	text-decoration:  none;
	font-size:0.85em;
	color:#00abeeff;
}
.footer-menu a:hover{
	color:#fff;
}
.footer .social-links a {
	margin-left:6px;
}
.colophon {
	padding: 24px;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size:0.75em;
	color:#00abeeff;
}

.colophon a {
	text-decoration:  none;
	color:#00abeeff;
}
.colophon a:hover {
	color:#fff;
}


/* home */
.banner-menu-homepage {
	padding:12px;
	color:#00abeeff;
	background-color: #211e1eff!important;
	text-transform: uppercase;
	text-align: center;
	font-size:2em;
	font-weight: 700;
}
.f-homepage {
	margin-top:24px;
}
.app-homepage {
	padding:24px;
	padding-top:48px;
	padding-bottom:0;
	background-image: url('img/bg/home-app.png')  ;
	background-color: #efefef!important;
	/*background-size: contain  ;*/
	background-position: 50% 100%;
	background-repeat:  no-repeat;
	/*#eae9ea;
	#efefef;
		  Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eae9ea+0,efefef+14 
	 background: #eae9ea 
	background: -moz-linear-gradient(top,  #eae9ea 0%, #efefef 14%); 
	background: -webkit-linear-gradient(top,  #eae9ea 0%,#efefef 14%); 
	background: linear-gradient(to bottom,  #eae9ea 0%,#efefef 14%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9ea', endColorstr='#efefef',GradientType=0 ); 
	*/
}

.app-homepage h2 , .bottom-homepage-2cols h2 {
	font-family: 'Montserrat';
	font-weight: 900; 
	text-transform: uppercase;
	font-size:3.5em;
	line-height: 0.9em; 
}

.bottom-homepage-2cols .col-lg {
	padding: 48px;

}
.bottom-homepage-2cols-blue {
	background-color:#238ad4ff;
	background-image: url('img/carte.png')  ;
	background-size: cover;
	color:#fff;
}
.bottom-homepage-2cols-blue h2{
	color:#000;
}
.bottom-homepage-2cols-blue strong{
	font-weight: 900; 
	font-size:1.5em;
	line-height: 1.3rem;
}



.jumbo-homepage {
	background-image: url('img/Homecrop-originale.jpg')  ;
	background-size: cover;
	width:100%;
	min-height: 590px;
}

.jumbo-homepage-text h1 {
	font-family: 'Montserrat';
	font-weight: 900;
	font-size:2.8em;
	line-height: 1em;
} 
.jumbo-homepage-text {
	margin-left:10%;
	padding-top:20%;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size:1.1em;
	line-height: 1.2em;
	color:#fff;
	max-width:50%;
}

 
.carousel-item {
  height: 200px;
}

.carousel-item img{
    position: absolute;
    object-fit:contain;
    height: 100% !important;
    width:  100% !important;
    /*min-height: 500px;*/
}

.carousel-control-prev-icon {
    background-image: url('img/left.png');
}

.carousel-control-next-icon {
    background-image: url('img/right.png');
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}


/* ITEM FORMATION */
.f-wrapper {
	padding:48px;
	padding-top:0px;
}
.f-wrapper .col-md{
	padding-right:0;
	padding-left:0;
}
.f-item {
	padding:10px;
	/*padding-left:24px;*/
	max-width:360px;
}
.f-item a{
	color:#000;
	text-decoration: none; 
}
.f-item-top {
	background-color: #211e1eff!important;
	color:#fff;
	padding:6px;
}
.f-item-lvl {
	font-family: 'Montserrat';
	font-weight: 900;
	padding-right:12px;
}
.f-item-title {
	padding-left:12px;
	font-family: 'Montserrat';
	font-weight: 900;
	text-transform: uppercase;
	background-color: #211e1eff!important;
	color:#fff;
}
.f-item-body {
	padding-top:6px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1.3em;
}
.f-item-body-p1 { 
	min-height:66px ;
}
.f-item-prix {
	background-color: #211e1eff!important;
	color:#fff;
	width:auto;
	display:inline;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:1em;
	font-weight: 700;
	line-height: 2em;
}
.f-item-prix-promo {
	background-color:#238ad4ff;

	color:#fff;
	width:auto;
	display:inline;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:1em;
	font-weight: 700;
	line-height: 2em;
}

.f-item-prix-strike {
	font-size:0.8em;
	font-weight: 500;
	line-height: 2em;
}


.f-item-etoiles  {
	font-size:1em;
	font-weight: 300;
}
.f-item-etoiles span {
	font-size:.85em;
	font-weight: 300;
}
.f-item-type {
	background-color: #211e1eff ;
	padding-left:12px;
	padding-bottom:5px;
	max-width:180px;
	color:#fff;font-weight: 700;
	/*line-height: 2em;*/
	padding-top: 5px;
	border-radius: 0 0 50px 0; 
} 


.parcours_intro {
	background-color: #fef1c0;
	border-radius: 12px;
	padding: 8px;
	padding-left: 18px;
	font-weight: bold;
	margin : 4px;
	padding-right : 18px;
	width: auto  ;
}

.parcours {
	/*min-width: 24%;*/
	min-width: 248px  ;
	font-size: 0.9em;
	float: left;
	background-color: #fef1c0;
	border-radius: 12px;
	padding: 8px;
	margin : 4px;
}
.parcours_chevron {
	float: left;
	font-size: 24px;
	border-radius: 12px;
	padding: 10px;
	margin : 0 ;
}
.parcours_top {
	  text-align: center;
	  margin: 0;
}

.parcours_sub   {
	color: #Fff;
	border-radius: 12px;
	border : 0px solid #fff;
	background-color: #d1a305ff;
	padding: 4px; 
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	margin: 8px;
	float: left;
	text-align: center;
}
.parcours_sub a  {
	color: #Fff;
}

/* 
selon la rubrique, on a différents coloris dans les styles. Tout se base sur les id de page

page-id-79 page-id-71 		podologie fef1c0 d1a305ff
page-id-73 page-id-81 		Kiné+ #e0f3d5 #66c52eff
page-id-83 page-id-75 		sport  eb1923ff fad7caff
page-id-77 page-id-59 		complémentaires #d1d1c7ff #99977aff
*/


/* podologie+ */
.desktop .page-item-79, .desktop .page-item-71 {
	background-color: #d1a305ff;
}
.page-id-79 .f-item-title , 
.page-id-71 .f-item-title , 
.page-id-79 .f-item-lvl , 
.page-id-71 .f-item-lvl ,
.page-id-79 .f-item-lvl-txt , 
.page-id-71 .f-item-lvl-txt {
	color:#d1a305ff;
}
 .page-id-79 .f-item-type,  .page-id-71 .f-item-type {
	background-color: #d1a305ff;
}
 .page-id-79 .f-item-body,  .page-id-71  .f-item-body {
	background-color: #fef1c0;
}
.page-id-79 .page, .page-id-71  .page {
	background-position: 50px bottom ;
	background-repeat: no-repeat;
	background-image: url('img/bg/1.png')  ;
}



/* Kiné+ */
.desktop .page-item-73, .desktop .page-item-81 {
	background-color: #66c52eff;
}
.page-id-73 .f-item-title , 
.page-id-81 .f-item-title , 
.page-id-73 .f-item-lvl , 
.page-id-81 .f-item-lvl ,
.page-id-73 .f-item-lvl-txt , 
.page-id-81 .f-item-lvl-txt {
	color:#66c52eff;
}
.page-id-73 .f-item-type, .page-id-81 .f-item-type {
	background-color: #66c52eff;
}
 .page-id-73 .f-item-body,  .page-id-81  .f-item-body {
	background-color: #e0f3d5;
}
.page-id-73 .page, .page-id-81  .page {
	background-position: 50px bottom ;
	background-repeat: no-repeat;
	background-image: url('img/bg/2.png')  ;
}
.page-id-73 .parcours_intro {
	background-color: #e0f3d5;
}
.page-id-73 .parcours {
	background-color: #e0f3d5;
}
.page-id-73 .parcours_sub   {
	background-color: #66c52eff;
} 

/* sport */
.desktop .page-item-75 , .desktop .page-item-83  {
	background-color: #eb1923ff;
}
.page-id-83 .f-item-title , 
.page-id-75 .f-item-title , 
.page-id-83 .f-item-lvl , 
.page-id-75 .f-item-lvl ,
.page-id-83 .f-item-lvl-txt , 
.page-id-75 .f-item-lvl-txt {
	color:#eb1923ff;
}
 .page-id-83 .f-item-type,  .page-id-75 .f-item-type {
	background-color: #eb1923ff;
}
 .page-id-83 .f-item-body,  .page-id-75  .f-item-body {
	background-color: #fad7caff ;
}
.page-id-83 .page, .page-id-75  .page {
	background-position: 50px bottom ;
	background-repeat: no-repeat;
	background-image: url('img/bg/3.png')  ;
}

.page-id-75 .parcours_intro {
	background-color: #fad7caff;
}
.page-id-75 .parcours {
	background-color: #fad7caff;
}
.page-id-75 .parcours_sub   {
	background-color: #eb1923ff;
} 


/* complémentaires */
.desktop .page-item-77, .desktop  .page-item-85 {
	background-color: #99977aff;
}
.page-id-77 .f-item-title , 
.page-id-85 .f-item-title , 
.page-id-77 .f-item-lvl , 
.page-id-85 .f-item-lvl ,
.page-id-77 .f-item-lvl-txt , 
.page-id-85 .f-item-lvl-txt {
	color:#99977aff;
}
 .page-id-77 .f-item-type,  .page-id-85 .f-item-type {
	background-color: #99977aff;
}
 .page-id-77 .f-item-body,  .page-id-85  .f-item-body {
	background-color: #d1d1c7ff;
}
.page-id-77 .page, .page-id-85  .page {
	background-position: 50px bottom ;
	background-repeat: no-repeat;
	background-image: url('img/bg/4.png')  ;
}
.page-id-77 .parcours_intro {
	background-color: #d1d1c7ff;
}
.page-id-77 .parcours {
	background-color: #d1d1c7ff;
}
.page-id-77 .parcours_sub   {
	background-color: #99977aff;
} 


/* fiche formation */

.bg-logo {
	min-height: 380px;
}
a.lien_programme {
	background-image: url('img/dl.png')  ;
	background-repeat:  no-repeat;
	padding-left:60px;
	padding-top:12px; 
	padding-bottom:30px; 
	line-height: 65px;
	font-weight: 900;
	font-size: 1.2em;
	color:#238ad4ff;
	text-transform: uppercase;
	text-decoration:  none;
}

.prise_en_charge_txt {
    padding-left:60px;
}

/* partie droite */
.colright .competence {
	background-image: url('img/competence.png')  ;
	background-repeat:  no-repeat;
	padding-left:90px;
}
.colright .label {
	background-image: url('img/label.png')  ;
	background-repeat:  no-repeat;
	padding-left:90px;
}
.colright .reseau {
	background-image: url('img/reseau.png')  ;
	background-repeat:  no-repeat;
	padding-left:90px;
}
.col-video{
	padding-left: 60px; 
}
.row-formation {
	/* margin-right: -25px; */
}
 
.fiche-wrapper  h1 {
    font-family: 'Montserrat';
    font-weight: 900; 
    text-transform: uppercase;
    font-size:2.8em;
    color:#238ad4ff;
}
.fiche-wrapper  h1 b {
    font-size:0.5em;
    text-transform: none;
}
.fiche-wrapper .tarif {
    background-color: #000;
    color:#fff;
     font-family: 'Montserrat';
    font-weight: 900; 
    text-transform: uppercase;
    font-size:1.8em;
    padding:6px;
    padding-left:12px;
    white-space: nowrap;
}

.fiche-wrapper .tarif-promo {
    	background-color:#238ad4ff;
    color:#fff;
     font-family: 'Montserrat';
    font-weight: 900; 
    text-transform: uppercase;
    font-size:1.8em;
    padding:6px;
    padding-left:12px;
    white-space: nowrap;
    text-align: center;
}

.fiche-wrapper .tarif-promo-strike{
    font-weight: 500; 
    font-size:1.1em;
    text-align: center;
}
.fiche-wrapper .avis {
    font-size:1.2em;
    line-height: 2.4em;
    padding:6px;
    padding-left:12px;
    white-space: nowrap;
}
.fiche-wrapper .duree {
    font-weight: 900;
    font-size:1.4em;
}
.fiche-wrapper .dates {
    font-weight: 900;
    font-size:1.1em;
    text-transform: uppercase;
}
.separator {
    width:80px;
    height:12px;
    margin-top:12px;
    margin-bottom:12px;
}
.separator-blue {
    background-color:#238ad4ff;
}
.separator-white {
    background-color:#fff;
}
.bg-blue {
    background-color:#238ad4ff;
    color:#fff;
}
.colright b {
    font-weight: 900;
    font-size:1.1em;
}

.date {
	font-weight: 500; 
}

.video-js {
	/*border:4px solid #000; */
}




/* Quisommesnous */
.about-wrapper-1 {
	background-color:#238ad4ff;
	color:#000;
}
.about-wrapper-2 {
	background-color:#211e1eff;
	color:#fff;
}
.about-bold   {
	line-height: 0.8em;
	
}
.about-bold strong {
	font-size: 1.3em; 
	font-weight: 900;
}
.about-img-amba {
	border-radius: 18px;
	max-width:160px;
	margin:14px;
	border:2px solid #fff;
}
.about-amba   {
	line-height: 1.1em;
}
.about-amba .nom {
	text-transform: uppercase;
}
.about-amba .fonction {
	font-weight: 200;
	font-size: 0.8em;
}
.about-wrapper {
	background-color:#238ad4ff;
	color:#000;
	background-position: 50px bottom ;
	background-repeat: no-repeat;
	background-image: url('img/bg/qui.png')  ;
}
.about-img {
	border-radius: 400px;
	max-width:160px;
	margin:14px;
}
.about-wrapper .prenom , .about-wrapper .nom {
	color:#fff;
	font-weight: 700;
}
     
.about-wrapper .nom {
	text-transform: uppercase;
}
.about-wrapper .fonction {
	color:#fff;
	font-size :0.8em;
}


.about-publication {
	padding-left: 66px;
	min-height:60px;
	background-position: left top ;
	background-repeat: no-repeat;
	background-image: url('img/pdf.png')  ;
	font-weight: 700;
	font-size:0.9em;
}

.about-publication-black {
	background-image: url('img/pdf-black.png')  ;
}
.about-publication .reference  {
	font-weight: 200;
	font-size:0.9em;
}
.about-publication a  {
	color:#238ad4ff;
	text-decoration: none;
}


/* contact */

.bloc-blue {
	background-color:#238ad4ff;
	color:#fff;
	width:auto;
	padding:12px;
	display: table-cell;
	font-weight: 700;
}
 
.bloc-white {
	background-color:#238ad4ff;
	color:#fff;
	width:auto;
	display: table-cell;
	font-weight: 700;
}

.txt {
	font-weight: 200;
	font-size:0.9em;
}

.social-links {
		 margin-top: 18px;
		 margin-left: 8px;
	}

 .carrousel-wrap {
 	margin:auto;max-height:280px;max-width:280px; margin-bottom: 12px;
 }

 .content-search {
 	margin-top: 88px;
 }
 .content-search  a {
 	color:#238ad4ff;
 	text-decoration: none;
 }




 /* application */

  .muted  {
	font-weight: 200;
	font-size:0.8em;
}
.superbig {
 	font-weight: 900;
	font-size:3.5em;
	line-height: 0.9em;
 }

 .big {
 	font-weight: 700;
	font-size:1.8em;
	line-height: 1.2em;
 }

.bigbold {
	font-weight: 900;
	font-size:1.8em;
	line-height: 1.2em;
}
.semibold {
	font-weight: 700;
	font-size:1.1em;
	line-height: 1.1em;
}


.btn-disabled:hover {
	color:white !important;
}
.app-wrapper{
	/* background: url('img/app/bg.png') bottom right no-repeat; */
	/*background-size: 30%;*/
}
 

/* cgv */
.cgv  {
	font-size: 0.9em;
	font-weight: 200;
}
.cgv h1 {
	color:#238ad4ff;
	margin-bottom: 24px;
}
.cgv h2 {
	margin-bottom: 24px;
}
.cgv h3 {
	color:#238ad4ff;
	font-weight: 900;
	font-size: 1.3em;
	margin-bottom: 0;
}
.cgv hr {
    width:80px;
    height:12px;
    margin-top:12px;
    margin-bottom:12px; 
    background-color:#238ad4ff;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 24px;
} 

/* réseau */
.reseau h1 {
	color:#238ad4ff;
	margin-bottom: 24px;
}

.r-stars {
	min-width: 80px;
}

.r-item b {
	font-weight: 700;
	font-size:0.9em;
}
.r-item  {
	font-weight: 200;
	font-size:0.9em;
}
.rline {
    width:100%;
    height:10px;
    margin-top:10px;
    margin-bottom:12px;
    background-color:#238ad4ff;
} 
.gmap {
	min-height: 500px;
	border-radius: 24px;
}

.form-check  {
	color:#238ad4ff;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 18px;
}

.monlabel {
	width:140px;
	margin-right: 20px;
}


/*  autotest */
.bg-logo-autotest {
     
}


.Qtitre, .form-label-coord {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
}
#form_autotesting .row {
	margin-top: 12px;
}
#form_autotesting .form-check-label {
	color: #000;
	text-transform: none;
	font-size: 14px;
}

.infovideo{
	padding: 20px;
	text-transform: lowercase;
	font-size: 12px;
	background: url('img/autotest/i.png') 10px 10px no-repeat;
	min-width: 17px;
	min-height: 17px;


}

#form_autotesting .form-check-input {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

.form-label-coord {
	font-weight: normal;
}



.jumbo-homepage-habtom {
	background-image: url('img/habtom/image_accueil_habtom.jpg')  ;
	background-size:contain;
	background-repeat: no-repeat;
	width:100%;
	min-height: 700px;
}

.jumbo-homepage-text-habtom h1 {
	font-family: 'Montserrat';
	font-weight: 900;
	font-size:2.8em;
	line-height: 1em;
} 
.jumbo-homepage-text-habtom {
	margin-left:10%;
	padding-top:20%;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size:1.1em;
	line-height: 1.2em;
	color:#fff;
	max-width:50%;
}


a.lienpdf:hover {
	text-decoration: none !important;
}


/* responsive  */
/* xlarge */ 
@media (max-width: 1201px) { 
	.navbar-brand .top-logo {
		min-height:100%;
		max-width: 200px;
		margin:22px;
	}
	.navbar-nav .menu-item {
		margin:0px;
		margin-left:8px;
		margin-right:16px;
	}
	.navbar2 {
    margin-top: 88px;
	}
	 
	 .form-search {
		width:90px !important;
		font-size: 0.7rem;
	    line-height: 12px;
	    height: 24px;
	    padding:6px;
	    opacity:1;
	}
	 
	body.home {
    margin-top: 88px;
	}
	 
 

}
/* large */ 
@media (max-width: 993px) { 

	.navbar-brand .top-logo {
		min-height:100%;
		max-width: 150px;
		margin:20px;
		margin-top:26px;
		margin-bottom:26px;
	}
	.navbar-nav .menu-item {
		margin:0px;
		margin-left:6px;
		margin-right:12px;
		font-size:12px;
	}
	
	.navbar-right {
    	margin-right: 2px;
	}
	.form-search {
		width:90px !important;
		opacity:1;
		font-size: 0.7rem;
	    line-height: 12px;
	    height: 24px;
	    padding:6px;
	}
	.btn-search {
		margin:6px;
		padding:10px;
		min-width:16px;
		min-height:16px;
	}
	.bottom-logo {
		max-width: 150px;
	}
	
	.col-video{
		padding-left: 0; 
	}
}


/* medium , passage sur le header mobile*/

@media (min-width: 769px) { 
	.mobile   {
		display: none;
	}
}
@media (max-width: 1191px) { 
	.jumbo-homepage-habtom {
	min-height:550px;
	}
}
@media (max-width: 991px) { 
	.col-lg-6 {
	border-left: 0 !important;
	}
}
@media (max-width: 769px) { 

	.jumbo-homepage-text h1 {
	font-size:2.2em;
	} 
	.jumbo-homepage-habtom {
	 
	min-height:480px;
	}

	.content {
		
	}
	.f-wrapper{
		 
	}
	.content-search {
 		margin-top: 0;
 	}
	 
	.navbar2 {
		display: none;
	}
	.f-item {
		/*max-width:none;*/
	}
	header.desktop {
		display: none;
	}
	 
	.content h1 {
    font-size: 1.8em;
	}

	body.home {
    margin-top: 0;
	}
	 
	.app-homepage h2, .bottom-homepage-2cols h2 {
		font-size:2.5em;
	}

	.homecols {
		padding:12px;
		padding-left:24px;
		/*padding:24px;
		padding-left:48px;*/
	}

	.banner-top {
		background-position: -200px 0;
	}
	.fiche-wrapper  h1 {
		font-size:2em;
	}
	.fiche-wrapper {
		padding-left:24px;
	}
	.bloc-blue {
		width: 100%;display: block;
	}
	.superbig {
		font-size:2em;
	}
	.hidelg {
		display: none;
	}
}
/* small */
@media (max-width: 577px) { 
	.bottom-logo {
		margin-left: 38px;
		margin-bottom: 4px;
	}
	.social-links {
		margin-left: 32px;
		margin-bottom: 12px;
	}
	.jumbo-homepage-habtom {
	 
	min-height:280px;
	}
}

/* super small */
@media (max-width: 501px) { 
	.banner-top {
		height:204px;
	}

}