.fondtransparent{
	background-color:transparent;
}

.betislideimage{
	position:relative;
/*	overflow:hidden;*/
}

.betislideimageconteneur{
	position:relative;
	overflow:hidden;
}

.betislideimageconteneurelement{
	display:table;
	position:relative;
	cursor:grab;
}

.betislideimageelement{
	display:block;		/*table*/
	float:left;
	height:100%;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;	
	
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	-o-background-size: cover; 
	
}

.couleurpaiement{
	color: rgb(85, 84, 83);
}

.colorinitial{
	color:initial;
}
			  
.betislideimagevignetteconteneur{
	display:block;		/*table*/
	position:relative;
	width:100%
}

.betislideimagevignette{
	display:block;		/*table*/
	float:left;
	height:100%;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;	
	cursor:pointer;
}

.dot {
  cursor: pointer;
/*  height: 15px;
  width: 15px;*/
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


/* Next & previous buttons */
.betislideprev,
.betislidenext {
  cursor: pointer;
  position: absolute;
/*  top: 45%;
  width: auto;
  padding: 20px;
  margin-top: -50px;*/
  color: white;
  font-weight: bold;
  font-size: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.betislideprev {
  	left: 0;
/*	border-radius: 0 3px 3px 0;*/
	border-radius: 3px;
}



.betislidenext {
	right: 0;
/*	border-radius: 3px 0 0 3px;*/
	border-radius: 3px;	
}

/* On hover, add a black background color with a little bit see-through */
.betislideprev:hover,
.betislidenext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}








.ombrage{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(171,164,171,1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(171,164,171,1); 
	box-shadow: 0px 0px 6px 2px rgba(171,164,171,1);";
}



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

.colauto{
	flex-basis: 0;
	-webkit-box-flex: 1; 
	flex-grow: 1;
	max-width: 100%;
}



input.beti_calendar{
	background-image: url("/_images/calendar.svg");
	background-repeat: no-repeat;     
	background-position: 5px;     
	padding-left: 35px; 
	border-style: none;

}

input.beti_calendar_submit{

	background-image: url("/_images/fd02.svg");
	background-repeat: no-repeat;
	background-positio: 2px;
	border-style: none;
	width: 100px;
	background-position-y: 10px;
	padding-right: 30px;
	background-position-x: 75px;
}

select.beti_nbadulte{
	padding-left: 10px;
	border-radius: 5px;
	border-style: none;	
	width:100px;
}

.beti_border{
	border-style:solid;
	border-width:1px;
	border-radius: 3px;
}

.beti_bordercolor{
	border-color:#aba7a7;
}

.beti_height{
	height:40px;
}

.beti_font{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
    color: white;
    font-weight: bold;	
}

.beti_bgcolor{
    background-color: #28b5f6;
}

.beti_bgcoloractive:hover{
    background-color: #ccc;;
	cursor:pointer;
}

div.beti_blocbouton{
	float:left;
	display: flex;
}

div.beti_blocboutonpremier{
	margin-right:10px;
}

div.beti_blocboutonmilieu{
	margin-right:10px;
}

input.beti_nbpers{
	border-style:none;
	border-right:solid;
	border-right-color:#aba7a7;
	border-right-width:1px;
	border-left:solid;
	border-left-color:#aba7a7;
	border-left-width:1px;
	width:50px;
}

input.beti_nbpers_bouton{
	border-style:none;
	background-color:transparent;
}

div.beti_nbpers_bouton1{
	float:left;
	background-image: url("/_images/fg01.gif");
	background-repeat: no-repeat;     
	background-position-y: 6px;
	background-position-x: 5px;
	width: 30px;
}

div.beti_nbpers_bouton2{
	float:left;
	background-image: url("/_images/fd01.gif");
	background-repeat: no-repeat;     
	background-position-y: 6px;
	background-position-x: 8px;
	width:30px;
}

div.beti_choix{
	float:left;
	background-image: url("/_images/fb01.gif");
	background-repeat: no-repeat;     
	background-position-y: 10px;
	background-position-x: 6px;
	width:30px;
}

input.beti_heure{
	border-style: none;
	width: 100px;
	background-image: url("/_images/heure03.svg");
	background-repeat: no-repeat;
	padding-left: 35px;
}

input.beti_heure_bouton{
	border-style:none;
	background-color:transparent;
}

div.beti_heure_bouton1{
	float:left;
	border-left:solid;
	border-left-color:#aba7a7;
	border-left-width:1px;
	background-image: url("/_images/fg01.svg");
	background-repeat: no-repeat;     
	background-position-y: 10px;
	background-position-x: 3px;
	width:30px;
}

div.beti_heure_bouton2{
	float:left;
	border-left:solid;
	border-left-color:#aba7a7;
	border-left-width:1px;
	background-image: url("/_images/fd01.svg");
	background-repeat: no-repeat;     
	background-position-y: 10px;
	background-position-x: 3px;
	width:30px;
}




t1{
	font-size:1.5rem;
	font-weight:bold;
}
t2{
	font-size:1.4rem;
	font-weight:bold;
}
t3{
	font-size:1.3rem;
	font-weight:bold;
}
t4{
	font-size:1.2rem;
	font-weight:bold;
}
t5{
	font-size:1.1rem;
	font-weight:bold;
}
t6{
	font-size:1rem;
	font-weight:bold;
}
t7{
	font-size:0.9rem;
	font-weight:bold;
}
t8{
	font-size:0.8rem;
	font-weight:bold;
}
t9{
	font-size:0.7rem;
	font-weight:bold;
}

rouge{
	color:#F00;
}

p1{font-size:1.5rem;}
p2{font-size:1.4rem;}
p3{font-size:1.3rem;}
p4{font-size:1.2rem;}
p5{font-size:1.1rem;}
p6{font-size:1rem;}
p7{font-size:0.9rem;}
p8{font-size:0.8rem;}
p9{font-size:0.7rem;}

table.ch001{
	border-collapse: collapse; 
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	width: 100%;
}


table.ch001 td{
	border-collapse: collapse; 
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	padding:0px;
	margin:0px;
}


a:hover, a:focus {
	text-decoration:none; 	
}

a.nav001{
	text-transform:uppercase;
	text-decoration:none; 	
	transition: all 0.2s ease-in-out;
}

a.nav001:hover, a.nav001:focus {
	text-decoration:none; 	
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}


a.nodeco:hover, a.nodeco:focus a.nodeco:visited {
	text-decoration:none; 	
/*	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
	color:#62a661;*/
}


img.photo001{
	width:100%;
}


img.vg001{
	margin-bottom:5px;
	height:100px;
}




.bgnone{
	background:none;
}

.bordernone{
	border:none;
}

.radiusnone{
	border-radius:0px;
}

section.calendrier1{
	position:absolute;
	margin-top:-60px;
	z-index:20; 
	width:100%;
}

div.calendrier1{
	/*position:absolute;*/
/*	margin-top:-60px;*/
	z-index:20; 
	width:100%;
}

@media screen and (max-width: 700px) {
  section.calendrier1{
	position: relative;
	margin-top:0px;
	height:auto;
  }
}

div.calendrier1e{
	display:table; 
	float:left; 
	height:60px;
}


section.calendrier2{
	z-index:20; 
	width:100%;
}


.curpointer{
	cursor:pointer;
}

.dt{display:table;}
.dtc{display:table-cell;}
.dib{display:inline-block;}
.dit{display:inline-table;}

.fl{float:left;}
.fr{float:right;}

.dflex{display:flex;}

.bd1{	
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}


.bsl1{	
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#CCC;
}

.bsr1{	
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCC;
}



.bsb1{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
}

.bst1{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCC;
}

.bgcwhite{background-color:white;}

.w-80{width:80%}
.w-90{width:90%}

.mw50{min-width:50px;}	
.mw55{min-width:55px;}	
.mw60{min-width:60px;}	
.mw65{min-width:65px;}	
.mw70{min-width:70px;}
.mw80{min-width:80px;}
.mw90{min-width:90px;}
.mw100{min-width:100px;}
.mw150{min-width:150px;}
.mw180{min-width:180px;}
.mw200{min-width:200px;}
.mw220{min-width:220px;}
.mw230{min-width:230px;}
.mw270{min-width:270px;}
.mw350{min-width:350px;}
.mw500{min-width:500px;}


.w15{width:15px; }
.w16{width:16px; }
.w17{width:17px; }
.w18{width:18px; }
.w19{width:19px; }
.w20{width:20px; }
.w21{width:21px; }
.w22{width:22px; }
.w23{width:23px; }
.w24{width:24px; }
.w25{width:25px; }
.w30 {width:30px; }
.w35 {width:35px; }
.w40 {width:40px; }
.w45 {width:45px; }
.w50 {width:50px; }
.w60 {width:60px; }
.w65 {width:65px; }
.w70 {width:70px; }
.w80 {width:80px; }
.w90 {width:90px; }
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w180{width:180px;}
.w200{width:200px;}
.w250{width:250px;}
.w280{width:280px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w800{width:800px;}
.wmax{width:100%;}

.maxw180{max-width:180px;}
.maxw300{max-width:300px;}
.maxw400{max-width:400px;}
.maxw500{max-width:500px;}
.maxw600{max-width:600px;}
.maxw700{max-width:700px;}

.mauto{margin:auto;}

.w14p{width:14%;}
.w20p{width:20%;}
.w25p{width:25%;}
.w33p{width:33%;}
.w50p{width:50%;}
.w64p{width:64%;}
.w66p{width:66%;}
.w67p{width:67%;}
.w75p{width:75%;}

.w90p{width:90%;}


.mh30{min-height:30px;}


.h1{height:1px;}
.h2{height:2px;}
.h3{height:3px;}
.h4{height:4px;}
.h5{height:5px;}
.h6{height:6px;}
.h7{height:7px;}
.h10{height:10px;}
.h11{height:11px;}
.h12{height:12px;}
.h13{height:13px;}
.h14{height:14px;}
.h15{height:15px;}
.h16{height:16px;}
.h17{height:17px;}
.h18{height:18px;}
.h19{height:19px;}
.h20{height:20px;}
.h21{height:21px;}
.h22{height:22px;}
.h23{height:23px;}
.h24{height:24px;}
.h25{height:25px;}
.h30{height:30px;}
.h32{height:32px;}
.h33{height:33px;}
.h35{height:35px;}
.h40{height:40px;}
.h45{height:45px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}
.h110{height:110px;}
.h120{height:120px;}
.h130{height:130px;}
.h140{height:140px;}
.h170{height:170px;}
.h180{height:180px;}
.h190{height:190px;}
.h200{height:200px;}
.h210{height:210px;}
.h220{height:220px;}
.h230{height:230px;}
.h240{height:240px;}
.h250{height:250px;}
.h280{height:280px;}
.h350{height:350px;}


.t80{top:80px;}

.l30{left:30px;}

.txtcenter{	text-align:center;}
.txtjustify{text-align:justify;}
.txtright{text-align:right;}
.txtleft{text-align:left;}
.txtupper{text-transform:uppercase;}
.txtbarre{text-decoration:line-through;}
.txtnodecor{text-decoration:none;}

.valm{vertical-align:middle;}
.vals{vertical-align:super;}
.valt{vertical-align:top;}

.posabs{position:absolute;}
.posrel{position:relative;}
.r0{right:0px;}
.r3{right:3px;}

.t0{top:0px;}


.fs8{font-size:8px;}
.fs9{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}

.fs26{font-size:26px;}

.fs28{font-size:28px;}

.fs30{font-size:30px;}

.fs32{font-size:32px;}
.fs34{font-size:34px;}
.fs36{font-size:36px;}
	

.pt1{padding-top:1px;}
.pt2{padding-top:2px;}
.pt3{padding-top:3px;}
.pt4{padding-top:4px;}
.pt5{padding-top:5px;}
.pt6{padding-top:6px;}
.pt7{padding-top:7px;}
.pt8{padding-top:8px;}
.pt9{padding-top:9px;}
.pt10{padding-top:10px;}
.pt11{padding-top:11px;}
.pt12{padding-top:12px;}
.pt13{padding-top:13px;}
.pt14{padding-top:14px;}
.pt15{padding-top:15px;}
.pt16{padding-top:16px;}
.pt17{padding-top:17px;}
.pt18{padding-top:18px;}
.pt19{padding-top:19px;}
.pt20{padding-top:20px;}
.pt28{padding-top:28px;}



.pb1{padding-bottom:1px;}
.pb2{padding-bottom:2px;}
.pb3{padding-bottom:3px;}
.pb4{padding-bottom:4px;}
.pb5{padding-bottom:5px;}
.pb6{padding-bottom:6px;}
.pb7{padding-bottom:7px;}
.pb8{padding-bottom:8px;}
.pb9{padding-bottom:9px;}
.pb10{padding-bottom:10px;}
.pb11{padding-bottom:11px;}
.pb12{padding-bottom:12px;}
.pb13{padding-bottom:13px;}
.pb14{padding-bottom:14px;}
.pb15{padding-bottom:15px;}
.pb16{padding-bottom:16px;}
.pb17{padding-bottom:17px;}
.pb18{padding-bottom:18px;}
.pb19{padding-bottom:19px;}
.pb20{padding-bottom:20px;}

.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt7{margin-top:7px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt11{margin-top:11px;}
.mt12{margin-top:12px;}
.mt13{margin-top:13px;}
.mt14{margin-top:14px;}
.mt15{margin-top:15px;}
.mt16{margin-top:16px;}
.mt17{margin-top:17px;}
.mt18{margin-top:18px;}
.mt19{margin-top:19px;}
.mt20{margin-top:20px;}

.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb4{margin-bottom:4px;}
.mb5{margin-bottom:5px;}
.mb6{margin-bottom:6px;}
.mb7{margin-bottom:7px;}
.mb8{margin-bottom:8px;}
.mb9{margin-bottom:9px;}
.mb10{margin-bottom:10px;}
.mb11{margin-bottom:11px;}
.mb12{margin-bottom:12px;}
.mb13{margin-bottom:13px;}
.mb14{margin-bottom:14px;}
.mb15{margin-bottom:15px;}
.mb16{margin-bottom:16px;}
.mb17{margin-bottom:17px;}
.mb18{margin-bottom:18px;}
.mb19{margin-bottom:19px;}
.mb20{margin-bottom:20px;}

.ml1{margin-left:1px;}
.ml2{margin-left:2px;}
.ml3{margin-left:3px;}
.ml4{margin-left:4px;}
.ml5{margin-left:5px;}
.ml6{margin-left:6px;}
.ml7{margin-left:7px;}
.ml8{margin-left:8px;}
.ml9{margin-left:9px;}
.ml10{margin-left:10px;}
.ml11{margin-left:11px;}
.ml12{margin-left:12px;}
.ml13{margin-left:13px;}
.ml14{margin-left:14px;}
.ml15{margin-left:15px;}
.ml16{margin-left:16px;}
.ml17{margin-left:17px;}
.ml18{margin-left:18px;}
.ml19{margin-left:19px;}
.ml20{margin-left:20px;}

.ml35{margin-left:35px;}


.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr3{margin-right:3px;}
.mr4{margin-right:4px;}
.mr5{margin-right:5px;}
.mr6{margin-right:6px;}
.mr7{margin-right:7px;}
.mr8{margin-right:8px;}
.mr9{margin-right:9px;}
.mr10{margin-right:10px;}
.mr11{margin-right:11px;}
.mr12{margin-right:12px;}
.mr13{margin-right:13px;}
.mr14{margin-right:14px;}
.mr15{margin-right:15px;}
.mr16{margin-right:16px;}
.mr17{margin-right:17px;}
.mr18{margin-right:18px;}
.mr19{margin-right:19px;}
.mr20{margin-right:20px;}

.mr36{margin-right:36px;}
.mr45{margin-right:45px;}



.pl1{padding-left:1px;}
.pl2{padding-left:2px;}
.pl3{padding-left:3px;}
.pl4{padding-left:4px;}
.pl5{padding-left:5px;}
.pl6{padding-left:6px;}
.pl7{padding-left:7px;}
.pl8{padding-left:8px;}
.pl9{padding-left:9px;}
.pl10{padding-left:10px;}
.pl11{padding-left:11px;}
.pl12{padding-left:12px;}
.pl13{padding-left:13px;}
.pl14{padding-left:14px;}
.pl15{padding-left:15px;}
.pl16{padding-left:16px;}
.pl17{padding-left:17px;}
.pl18{padding-left:18px;}
.pl19{padding-left:19px;}
.pl20{padding-left:20px;}

.pl35{padding-left:35px;}


.pr1{padding-right:1px;}
.pr2{padding-right:2px;}
.pr3{padding-right:3px;}
.pr4{padding-right:4px;}
.pr5{padding-right:5px;}
.pr6{padding-right:6px;}
.pr7{padding-right:7px;}
.pr8{padding-right:8px;}
.pr9{padding-right:9px;}
.pr10{padding-right:10px;}
.pr11{padding-right:11px;}
.pr12{padding-right:12px;}
.pr13{padding-right:13px;}
.pr14{padding-right:14px;}
.pr15{padding-right:15px;}
.pr16{padding-right:16px;}
.pr17{padding-right:17px;}
.pr18{padding-right:18px;}
.pr19{padding-right:19px;}
.pr20{padding-right:20px;}

.pr36{padding-right:36px;}
.pr45{padding-right:45px;}


.mx1{margin-left:1px;margin-right:1px;}
.mx2{margin-left:2px;margin-right:2px;}
.mx3{margin-left:3px;margin-right:3px;}
.mx4{margin-left:4px;margin-right:4px;}
.mx5{margin-left:5px;margin-right:5px;}
.mx6{margin-left:6px;margin-right:6px;}
.mx7{margin-left:7px;margin-right:7px;}
.mx8{margin-left:8px;margin-right:8px;}
.mx9{margin-left:9px;margin-right:9px;}
.mx10{margin-left:10px;margin-right:10px;}
.mx11{margin-left:11px;margin-right:11px;}
.mx12{margin-left:12px;margin-right:12px;}
.mx13{margin-left:13px;margin-right:13px;}
.mx14{margin-left:14px;margin-right:14px;}
.mx15{margin-left:15px;margin-right:15px;}
.mx16{margin-left:16px;margin-right:16px;}
.mx17{margin-left:17px;margin-right:17px;}
.mx18{margin-left:18px;margin-right:18px;}
.mx19{margin-left:19px;margin-right:19px;}
.mx20{margin-left:20px;margin-right:20px;}


.px1{padding-left:1px;padding-right:1px;}
.px2{padding-left:2px;padding-right:2px;}
.px3{padding-left:3px;padding-right:3px;}
.px4{padding-left:4px;padding-right:4px;}
.px5{padding-left:5px;padding-right:5px;}
.px6{padding-left:6px;padding-right:6px;}
.px7{padding-left:7px;padding-right:7px;}
.px8{padding-left:8px;padding-right:8px;}
.px9{padding-left:9px;padding-right:9px;}
.px10{padding-left:10px;padding-right:10px;}
.px11{padding-left:11px;padding-right:11px;}
.px12{padding-left:12px;padding-right:12px;}
.px13{padding-left:13px;padding-right:13px;}
.px14{padding-left:14px;padding-right:14px;}
.px15{padding-left:15px;padding-right:15px;}
.px16{padding-left:16px;padding-right:16px;}
.px17{padding-left:17px;padding-right:17px;}
.px18{padding-left:18px;padding-right:18px;}
.px19{padding-left:19px;padding-right:19px;}
.px20{padding-left:20px;padding-right:20px;}


.py1{padding-top:1px;padding-bottom:1px;}
.py2{padding-top:2px;padding-bottom:2px;}
.py3{padding-top:3px;padding-bottom:3px;}
.py4{padding-top:4px;padding-bottom:4px;}
.py5{padding-top:5px;padding-bottom:5px;}
.py6{padding-top:6px;padding-bottom:6px;}
.py7{padding-top:7px;padding-bottom:7px;}
.py8{padding-top:8px;padding-bottom:8px;}
.py9{padding-top:9px;padding-bottom:9px;}
.py10{padding-top:10px;padding-bottom:10px;}
.py11{padding-top:11px;padding-bottom:11px;}
.py12{padding-top:12px;padding-bottom:12px;}
.py13{padding-top:13px;padding-bottom:13px;}
.py14{padding-top:14px;padding-bottom:14px;}
.py15{padding-top:15px;padding-bottom:15px;}
.py16{padding-top:16px;padding-bottom:16px;}
.py17{padding-top:17px;padding-bottom:17px;}
.py18{padding-top:18px;padding-bottom:18px;}
.py19{padding-top:19px;padding-bottom:19px;}
.py20{padding-top:20px;padding-bottom:20px;}


.lh0{line-height:0px;}
.lh1{line-height:1px;}
.lh2{line-height:2px;}
.lh3{line-height:3px;}
.lh4{line-height:4px;}
.lh5{line-height:5px;}
.lh6{line-height:6px;}
.lh7{line-height:7px;}
.lh8{line-height:8px;}
.lh9{line-height:9px;}
.lh10{line-height:10px;}
.lh11{line-height:11px;}
.lh12{line-height:12px;}
.lh13{line-height:13px;}
.lh14{line-height:14px;}
.lh15{line-height:15px;}
.lh16{line-height:16px;}
.lh17{line-height:17px;}
.lh18{line-height:18px;}
.lh19{line-height:19px;}
.lh20{line-height:20px;}
.lh21{line-height:21px;}
.lh22{line-height:22px;}
.lh23{line-height:23px;}
.lh24{line-height:24px;}

.lh26{line-height:26px;}

.lh28{line-height:28px;}

.lh30{line-height:30px;}

.lh32{line-height:32px;}
.lh34{line-height:34px;}
.lh36{line-height:36px;}


.br5{
	border-radius: 5px;		
}


.bblr5{
	border-bottom-left-radius: 5px;		
}

.bbrr5{
	border-bottom-right-radius: 5px;		
}


.btrr5{
	border-top-right-radius: 5px;		
}

.btlr5{
	border-top-left-radius: 5px;		
}

.btr5{
	border-top-right-radius: 5px;		
	border-top-left-radius: 5px;		
}


.br10{
	border-radius: 10px;
}
.btr10{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.br20{
	border-radius: 20px;		
}

.btr20{
	border-top-right-radius: 20px;		
	border-top-left-radius: 20px;		
}

.brr20{
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;	
}

.btrr20{
	border-top-right-radius: 20px;	
}


.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-facebook-invert {
    color: #3b5998;
    background-color: #eee;
    border-color: rgba(0,0,0,0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}

.btn-instagram {
    color: #000;
    background-color: #ffffff;
    border-color: rgba(0,0,0,0.2);
}







.custom_overlay_wrapper { position: relative; }
 
.custom_overlay {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	opacity: 1;
	/*
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;*/
}
 
.custom_overlay:hover {
	opacity: 1;
}
 
.custom_overlay_inner {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
  	transform: translateY(-50%);
}
 
.custom_overlay h4 {
	position: relative;
	margin-bottom: 4px;
}
 
.custom_overlay p { 
	color: #000;
	line-height: 1.4em;
}
 
.custom_overlay h4:after {
	/*
	background-color: red;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: 0;
	height: 4px;*/
}
 
/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 600px ) and ( max-width: 999px ) {
	.custom_overlay h4 { font-size: 80%;}
	.custom_overlay p { 
		font-size: 85%;
		/*line-height: 1.2em;*/
	}
}
 
/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
	.custom_overlay h4 { font-size: 100%;}
	.custom_overlay p { font-size: 100%;}
}



.znav-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.znav-white hr {
  border-top-color: rgba(12, 21, 26, 0.05);
}

.znav-white button {
  color: #0c151a;
}

/*	Couleur repos */
.znav-white a:not(.btn) {
  color: rgb(0, 0, 0 );
}

.znav-white a.active{
  color:rgb(255, 24, 48 );
}

.znav-white a:not(.btn):active, .znav-white a:not(.btn):hover, .znav-white a:not(.btn):focus, .znav-white a:not(.btn):active:focus {
  color:rgb(255, 24, 48 );
}

.znav-white a.navbar-brand {
  color: #0c151a;
}

.znav-white [class*='has-']:after {
  color: #0c151a;
}

.znav-white .megamenu, .znav-white .dropdown {
  color: #0c151a;
  background-color: white;
}