@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.65em;
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	background-color: #cfafa1;
}
a:link {
	color: #323232;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #323232;
}
a:hover {
	text-decoration: none;
	color: #323232;
}
a:active {
	text-decoration: none;
	color: #323232;
}

.bloc_titre {
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	margin-top: 10px;
}

.titre1 { /*h1 titre accueil*/
	color:white !important;
	margin-bottom:5px !important;
	font-size: 74px !important;
}
.titre2 { /*h1 titre etapes */
	color:white !important;
	margin-bottom:-9px !important;
}

#contenu {
	background-color: #fff;
	border-radius: 24px;
	max-width: 900px;
	margin: 0px auto 10px auto;
	padding: 50px;
}

#question {
	color:#FFFFFF;
	text-align:center;
	text-align:center;
	background-color:#937a6f; /*#617876;*/
	padding:20px;
	border-radius:20px;
}
.btFaq{
	font-weight: 700;
	margin-top:20px;
	display: block;
}
.footer {
  display: flex;
  margin: 20px 40px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #998279;
  padding: 40px 0;
  color: #607579;
}
.footer a{
	text-decoration: none;
	color: #d3f3e3;
}
h1 {
  font-weight: 500;
  font-size: 44px;
  line-height: 74px;
  color: #54666b;
  margin-top: 0;
}
.sous-titre {
  font-weight: 700;
  font-size: 20px;
}
#popin{
	font-size:15px; 
	padding: 30px;
	border:0px solid #54666b;
	border-radius: 20px;
	position: relative; 
	text-align: left;
	background-color: #bde4e6;
}
#popin p{
	margin-bottom: 0;
}
.close{
	position: absolute;
	top:30px;
	right: 30px;

	cursor: pointer;
}
.close img{
		width: 16px;
}

a.lien_modifier {
	color:#575c52;
}

.titre_alert{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.titre_alert img{
	margin-right: 6px;
	width: 30px;
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: center; /* space-around; */
  align-content: center;
  margin: 25px 0;
  flex-wrap : wrap; /* retour à la ligne */
}
.wrap.bt-2 .bt_suite {
  width: 40%;
}

.wrap2 {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-evenly;
	align-content:center;
	align-items:center;
	width:100%;
	margin:25px 0;
}


.avancement {
	display: flex;
	justify-content:space-around;
	margin-bottom: 20px;
}

.wrap_button {
  display: flex;
  justify-content: center;
}

.boutontexte {
	margin: 10px;
}

.boutontexte a, .boutontexte a:link, .boutontexte a:visited, .boutontexte a:active, .boutontexte {
	color: #FFF;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
}

.boutonvert a,.boutonvert-ss-a{	/* ajout du a pour une meilleur ergonomie */
	background-color: #10888f;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonrouge a{	/* ajout du a pour une meilleur ergonomie */
	background-color: #b7450d;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonnoire a,.boutonnoire-ss-a{	/* ajout du a pour une meilleur ergonomie */
	background-color: #262640;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonorange a{	/* ajout du a pour une meilleur ergonomie */	
	background-color: #bb7360;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonfilaire a{
	color: #2A2A29!important;
	background-color: #fff;
	border:0px solid #2A2A29;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
}
.boutonfilaire a:hover{
	color: #37aca2 !important;
	border-radius: 20px;
}

.boutonsubmitvert {
	
	background-color: #546b69;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	border: none;
	width: 50%;

}
@media(max-width: 550px){
	.boutonsubmitvert{
		width: 100%;
	}
}
.boutonsubmitvertreponse {
	
	background-color: #aac16e;
	color:#FFF;
    margin: 10px;
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
    font-size: 16px;
    max-width:  600px;
	border: none;
}
.boutonsubmitrouge {
	
	background-color: #dd4e56;
    margin: 10px;
    padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 20px;
    max-width:  600px;
	border: none;
	cursor: pointer;
	
}
.boutonsubmitorange {
	
	background-color: #e84e1b;
    margin: 10px;
    padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 20px;
    max-width:  600px;
	border: none;
	
}
.blocBt  {
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px 10px 0px 10px;
}
.blocBt a.hover_effect {
  width: 100%;
  border: 1px solid #bdd1b4;
  margin: 2px;
  border-radius: 26px;
  text-decoration: none;
  background-color:#f2f7ef;
}
.blocBt a.hover_effect:hover {
	background-color:#aee2d1;
	border: 0px;
	margin: 3px;
}

.blocBt2  {
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px 10px 0px 10px;
}
.blocBt2 a.hover_effect {
  width: 100%;
  border: 1px solid #bdd1b4;
  margin: 2px;
  border-radius: 26px;
  text-decoration: none;
  background-color:#f2f7ef;
}
.blocBt2 a.hover_effect:hover {
	background-color:#aee2d1;
	border: 0px;
	margin: 3px;
}

.h_fixe {
	/*height:50px;*/
}

.bloc_titre{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 0;

}
a.fermer {
	cursor: not-allowed;
}
a.fermer .bloc_titre{
	padding: 25px 0px 23px 0px;
}
a.fermer .bloc_titre img{
	margin-right: 6px;
	width: 16px;
}
a.fermer .bloc_info{
	padding: 0px 20px 12px;
}
.vert .bloc_bt{
	background-color: #56807c;
	font-size:20px;
	font-weight:400;
}
.vert .bloc_bt:hover {
	background-color: #108f84;
}
.rouge .bloc_bt{
	background-color: #AA343B;
	font-size:20px;
	font-weight:400;
}
.bloc_bt{
	min-width: 220px;
	padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
	line-height: 1;
	font-size: 15px;
	margin-bottom: 25px;
}

.etape2 {
	min-width: 300px !important;
}

.icon {
  display: inline-block;
  margin: 0 0 0 15px;
}

.icon img {
  width: 9px;
}

#bt  {
  text-transform: uppercase;
}

#bt span {
	text-transform: none;
  font-weight: bold;
}

.mini {
  font-size: 16px;
}

#logo {
	 
	float: left;
}

#retour {
	position: inherit;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

#header {
	position:fixed;
	top:0;
	left:0;
	z-index: 99;
    width: 100%;
    min-width: 640px;
    padding: 20px 40px;
	transition: 0.4s;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background-color: #FFF;
}
#header a {
  float: left;
  text-decoration: none;
}
#header #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}
#header-right {
  float: right;
}

@media screen and (max-width: 580px) {
  #header {
    padding: 20px 10px !important;
  }
  #header a {
    float: none;
    display: block;
    text-align: left;
  }
  #header-right {
    float: none;
  }
  
}
#boutonaccueil a, #boutonaccueil-ss-a, #boutonaccueil a:link, #boutonaccueil a:visited, #boutonaccueil a:active {
	margin: 10px;
	background-color: #108f84;
	padding: 20px 32px;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
}



#menu {
  width: 100%;
}

.items_nav {
  display: flex;
  align-content: center;
  justify-content: end;
}

.item_nav {
  padding: 5px 10px;
}

#listedates {
	display:none;
}

.detailsrdv {
	display:none;
}

#listecreneaux {
	display:none;
}

#boutondate {
	text-decoration: none;
    margin: 20px 0;
    font-size: 18px;
    color:#718472;
    border-bottom: 2px solid #718472;
	text-align: left;
}

#boutoncreneau {
	text-decoration: none;
    margin: 20px 0;
    font-size: 18px;
   color:#718472;
    border-bottom: 2px solid #718472;
	text-align: left;
}
#boutondate2,#boutoncreneau2 {
    padding: 20px;
    cursor: pointer;
}

#boutoninactif {
	 color:#718472;
    margin: 20px 0;
    padding: 20px;
    font-size: 18px;    
    border-bottom: 2px solid #718472;
	text-align: left;
	cursor: no-drop; 
	opacity: 0.4;
 }
 #boutoninactif a{
 	cursor: no-drop;
 }
.lienselect, .lienselect a, .lienselect a:link, .lienselect a:visited, .lienselect a:active {
	
	text-decoration: none;
	margin-left: 15px;
}

.datecel > a { color:#2A2A29; text-decoration: none; display: block;padding: 5px; text-decoration: none;}
#boutoninactif > a { color:#2A2A29; text-decoration: none; }
#boutondate > a { color:#2A2A29; text-decoration: none; }
#boutondate2 > a { color:#718472; text-decoration: none; }
#boutoncreneau > a { color:#2A2A29; text-decoration: none; }
#boutoncreneau2 > a { color:#718472; text-decoration: none; }
.datetexte {
	color:#FFF;	 
    font-size: 25px;
}
#fleche {
	float:right;
}
.datecel { background-color: #f5f5f5; }

.formulaire {
	font-size:16px;
	padding: 0px 5px 0px 5px;
}

.error {
	border-left:4px solid red;
}
.messages {
	color: red;
	font-weight: 700;
	text-align: center;
}

.champs {
	height: 40px;
	border:0;
	border-bottom:0px solid #718472;
	background-color:#e3e8e8;
	border-radius:5px;
	font-size:16px;
	padding: 10px;
	width: 98%;
	color: #3f4f40;
}

.champs2 {
	height: 28px;
	border:0;
	border-bottom:1px solid #718472;
	font-size:16px;
	padding: 2px;
	width: 100%;
	color: #718472;
}


.champslogin {
	
	height: 35px;
	border-style: solid;
	  border-color: #E3E3E3;
    border-width: 0.5px;
	
}
.zonetexte {
	width: 100%;
	color: #3f4f40;	
	border:0;
	width: 98%;
	background-color:#e3e8e8;
	border-radius:5px;
	border-bottom:0px solid #718472;
	font-size:16px;
	padding: 10px;	
}
.bloc_recap {
  border: 2px solid #718472;
  border-radius: 7px;
  text-align: left;
  padding: 30px;
}
.bloc_recap h2{
	margin-top: 0;
}
.bloc_recap a{
	color: #718472;
}
.info {
  display: flex;
  margin-bottom: 10px;
}
.info_titre {
  font-size: 20px;
  font-weight: 700;
  color: #718472;
  margin-right: 10px;
  width: 20%;
}
.info_data {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media(max-width: 964px){
	.info_titre {
		width: 30%;
	}
}
@media(max-width: 700px){
	.info_titre {
		font-size: 13px;
		line-height: 15px;
	}
	.info_data {
  		font-size: 16px;
		line-height: 16px;
  	}
}
.boutonlogin {
	
	height: 35px;
	border-style: solid;
	  border-color: #94c21f;
    border-width: 0.5px;
	color:#FFF;
	background-color: #94c21f;
	font-size:16px;
	padding-left: 20px;
	padding-right: 20px;
	
}
.fondcelgris { 
background-color: #E3E3E3;
}

.fondvert {
	background-color: #94c21f;
}

.arrow_box {
	position: relative;
	background: #E3E3E3;
	border: 6px solid #E3E3E3;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(227, 227, 227, 0);
	border-left-color: #E3E3E3;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(227, 227, 227, 0);
	border-left-color: #E3E3E3;
	border-width: 15px;
	margin-top: -15px;
}

.textefin {
	
	font-size:16px;
}

.blanc { color:#FFF; }
.fondgris { background-color: #E3E3E3; }
.fondgrisclair { background-color: #F3F3F3; }
.fondblanc { background-color: #fff;  }
.fondrouge { background-color: #e10916; }
.dateadmin { font-size:28px; }
.vert, .vert:link, .vert:visited, .vert:active {
	color:#718472;
	font-weight:normal;
    text-decoration: none;
}
.rouge, .rouge:link, .rouge:visited, .rouge:active {
	font-weight:normal;
    text-decoration: none;
}
.paginationactive, .paginationactive:link, .paginationactive:visited, .paginationactive:active {
	color:#FFFFFF;
	margin:5px;
	padding: 5px;
	background-color: #8ac541;
	text-decoration: none;
}

.paginationinactive, .paginationinactive:link, .paginationinactive:visited, .paginationinactive:active {
	margin:5px;
	padding: 5px;
	text-decoration: none;
}
.historique .paginationinactive,.historique .paginationinactive:link, .historique .paginationinactive:visited,.historique  .paginationinactive:active {
	margin:0px;
	padding: 5px;
	text-decoration: none;
}

#bulle1 {
	width: 40px;
	height: 30px;
	background: url(../images/nb0.jpg);
	/*padding-left: 7px;*/
	padding-top:8px;
	font-weight: bold;
	margin-right: 20px;
	color:#000;
	float:left;
	display: block;
	text-align: center;
}
#bulle2 {
	width: 40px;
	height: 30px;
	background: url(../images/nb1.jpg);
	/*padding-left: 7px;*/
	padding-top:8px;
	font-weight: bold;
	margin-right: 20px;
	color:#FFF;
	float:left;
	display: block;
	text-align: center;
}
#lienfiltre, #lienfiltre > a:link, #lienfiltre a:visited {
	height: 38px;
	float:left;
	display: block;
	position: relative;
	margin-top: 10px;
	text-decoration: none;
}

.lienvert, .lienvert:link, .lienvert:visited {
	color:#8ac541;
	
}


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
   /* font-size: 1.25rem;*/
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #94c21f;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #94c21f;
}

.errors {
	max-width: 630px;
	margin: auto;
	border: 1px solid red;
	color: #fff;
	padding: 10px;
	color: red;
}

.td_avancement {
	width: 25px;
	padding: 30px;
	background-color: #108f84;
	border-radius: 360px;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	color: #FFF;
}
.td_avancement.status0{
	background-color: #e4e9e9;
}

.avancement a { text-decoration:none; }

.avancement a:hover .td_avancement { background-color: #108f84; }

.cochetout {

    width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;

}
.fondvert,.fondvert.recap {
    width: 640px;
}
.alerte {
  color: red;
  padding: 5px;
  border: 1px solid red;
  max-width: 591px;
}
.off{
	display: none;
}
.on{
	display: block;
}
.col2{margin-top: 80px;}
/*.wrap {
  display: flex;
  justify-content: center;
}*/
.wrap h3{text-transform: uppercase;}

#logo img.m{display:none;}

.remodal-close:before{display: none !important;}

.remodal-close img{width: 15px;}

select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #546b69;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 1em;

}
select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;
   width: 100%;
   height: 40px;
   line-height: 3;
   background: #546b69;
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #546b69;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
   color: #FFF;
}
.select:hover::after {
   color: #FFF;
}

.pano_control .col{width: 60%;}
.pano_control .col2{width: 40%;margin-top: 0;}
.pano_control .boutonsubmitvert{padding: 10px 15px;margin-bottom: 10px;}
.pano_control .wrap{align-items: unset;}

/*loader*/
.ajax_loader {
	background: url("../img/spinner_squares_circle.gif") no-repeat center center transparent;
	width:100%;height:100%;
}
.blue-loader .ajax_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("../img/ajax-loader_blue.gif") no-repeat center center transparent;
}



/*Ajout d'une feuille de style responsive en dessous de*/
@media screen and (max-width: 1080px){
	#contenu { margin: 0px 15px 10px 15px; }
}
@media screen and (max-width: 835px){
	.wrap{ display: block; }
	.wrap div { margin-bottom: 15px; }
	.wrap2{ display: block; }
	.blocBt { width: 100%; margin: 0; }
	.blocBt2 { width: 100%; margin: 0; }
}
@media screen and (max-width: 800px){
	#logo img{ width: 100px!important; }
	
	#contenu {
    	min-width: 200px;
    	padding: 40px 20px 40px 20px;
		box-sizing: border-box;
	}
	
	.txt_mobile {
		/*display: none;*/
		font-size:13px;
	}

	.boutonaccueil {
		margin: 2px;
		text-align: center;
	}
	.boutonaccueil a {
		padding: 6px 12px 6px 12px;
	}
	
	.icon { margin:0;}
	.wrap { display: block; }
	.footer {
		display: block;
		text-align: center;
	}
	.td_avancement {
		width: 25px;
		padding: 22px;
		font-size: 30px;
	}
}
@media screen and (max-width: 500px){
	#contenu {  margin: 0px 15px 10px 15px; }
	#logo img.m{ display:block; max-width:90px;}
	#logo img.d{ display:none; }
	#logo img{ width: 110px!important; }
	#retour_accueil { padding: 10px 14px; }
}
@media screen and (max-width: 665px){
	h1 {
		font-size: 34px;
		line-height: 32px;
	}
	.titre1 { /*h1 titre accueil*/
		font-size: 34px !important;
	}
	.titre2 { /*h1 titre etapes */
		margin-bottom: 2px !important;
		font-size: 26px !important;
	}

	#header {
		min-width: 0;
    	padding: 6px 6px;
	}

	.etape2 {
		min-width: 220px !important;
	}
	
	.bloc_titre { margin-top: 5px; max-width:90%;}
	
	.boutonvert a,.boutonorange a,.boutonrouge a {
		max-width: 90%;
		margin: 0;
	}
	.titrenoir {
	    font-size: 26px;
	    line-height: 37px;
	    margin: 10px 0 20px 0;
		display: block;
	}
	.titrenoir br { display: block; }
	
	.hrbas {
	    margin: 30px 0px;
	}
	
	.cochetout {
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	.champs,.zonetexte{
		width: 85%;
	}
	.fondvert,.fondvert.recap {
	    width: 100%;
	}

}
@media screen and (max-width: 400px){
	.titre1 { /*h1 titre accueil*/
		font-size: 34px !important;
	}
	.titre2 { /*h1 titre etapes */
		margin-bottom:2px !important;
	}
	
	#contenu {
    	min-width: 200px;
		box-sizing: border-box;
	}
	#boutoninactif,#boutondate,#boutoncreneau{
		margin: 20px 0px;
	}
	.lienselect{
		margin-left: 0px;
	}

}


