@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
body {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.65em;
	font-style: normal;
	font-weight: 400;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E1DB;
}
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;
}
#contenu {
background-color: #fff;
border-radius: 6px;
max-width: 900px;
margin: 50px auto;
padding: 50px;
	
}
.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 #2A2A29;
  padding: 40px 0;
}
.footer a{
	text-decoration: none;
	color: #718472;
}
h1 {
  font-weight: 300;
  font-size: 74px;
  line-height: 74px;
  color: #718472;
  margin-top: 0;
}
.sous-titre {
  font-weight: 700;
  font-size: 20px;
}
#popin{
	font-size:15px; 
	padding: 30px;
	border:1px solid #718472;
	border-radius: 6px;
	position: relative; 
	text-align: left;
}
#popin p{
	margin-bottom: 0;
}
.close{
	position: absolute;
	top:30px;
	right: 30px;

	cursor: pointer;
}
.close img{
		width: 16px;
}
.titre_alert{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.titre_alert img{
	margin-right: 6px;
	width: 16px;
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  margin: 25px 0;
}
.wrap.bt-2 .bt_suite {
  width: 40%;
}
.hrbas {
	width: 30%;
	border-width: 0.5px;
	border-style: solid;
}
.hrfull {
	width: calc(100% - 2px);
	border-width: 0.5px;
	border-style: solid;	
}


.hrfin {
	 
	border-width: 0.5px;
	border-color:#000;
	 
 
}
.avancement {
	display: flex;
	justify-content:space-around;
	margin-bottom: 20px;
}
.titrevert {
	color: #94c21f;
	font-size: 36px;
	line-height: 50px;
	 
}
.titreorange{
	color: #e84e1b;
	font-size: 36px;
	line-height: 50px;
}
.titrenoir{
	color: #000;
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
}
.titrenoirpetit {
	color: #000;
	font-size: 20px;
	line-height: 30px;
}
.wrap_button {
  display: flex;
  justify-content: center;
}
.boutonvert a,.boutonvert-ss-a{	/* ajout du a pour une meilleur ergonomie*/
	background-color: #718472;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonrouge a{	/* ajout du a pour une meilleur ergonomie*/
	background-color: #AA343B;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonnoire a,.boutonnoire-ss-a{	/* ajout du a pour une meilleur ergonomie*/
	background-color: #2A2A29;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonorange a{	/* ajout du a pour une meilleur ergonomie*/	
	background-color: #e84e1b;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	
}
.boutonfilaire a{
	color: #2A2A29!important;
	background-color: #fff;
	border:1px solid #2A2A29;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
}
.boutonsubmitvert {
	
	background-color: #718472;
    padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	border: none;
	width: 50%;

}
@media(max-width: 550px){
	.boutonsubmitvert{
		width: 100%;
	}
}
.boutonsubmitvertreponse {
	
	background-color: #94c21f;
	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: #e20613;
    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: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blocBt a {
  width: 100%;
  border: 2px solid #718472;
  margin: 2px;
  border-radius: 7px;
  	text-decoration: none;
}
.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: #718472;
}
.rouge .bloc_bt{
	background-color: #AA343B;
}
.bloc_bt{
	padding: 20px 32px;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
	line-height: 1;
	font-size: 15px;
	margin-bottom: 25px;
}
.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;
}


.boutontexte a, .boutontexte a:link, .boutontexte a:visited, .boutontexte a:active, .boutontexte {
	color: #FFF;
	font-weight: 300;
	line-height: normal;
	font-size: 15px;
}
.mini {
  font-size: 16px;
}
#logo {
	 
	float: left;
}
#retour {
	 
	position: inherit;
    margin-right: 0;
    margin-left: auto;
    
    text-align: right;
}
#header {
 
    width: 100%;
    min-width: 640px;
    /*Amelioration ergo.*/
    padding: 20px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background-color: #FFF;
}
#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; }


.champs {
height: 40px;
border:0;
border-bottom:1px solid #718472;
font-size:16px;
padding: 10px;
width: 98%;
color: #718472;
	 
}

.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: #718472;
border:0;
border-bottom:1px 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;
}
.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: 50px;
	background-color: #718472;
	border-radius: 360px;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	color: #FFF;
}
.td_avancement.status0{
	background-color: #7184725e;
}
.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;}

.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;}
 select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #718472;
   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: #718472;
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #718472;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
   color: #FFF;
}
.select:hover::after {
   color: #FFF;
}
/*OPENURGENCE*/
.openurgence.ouvert{
	background-color: #718472;
}
.openurgence.fermer{
	background-color: #e20613;
}
.openurgence{
	color: #FFF;
	width: 150px!important;
}
#openurgence {
  margin: 20px 0;
}
.openurgence span {
  font-size: 11px;
}
/*FIN OPENURGENCE*/

/*Ajout d'une feuille de style responsive en dessous de*/
@media screen and (max-width: 1080px){
#contenu {
	margin: 30px;	
}
@media screen and (max-width: 835px){
	.wrap{
		display: block;
	}
	.wrap div {
	  margin-bottom: 15px;
	}
	.blocBt{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	#logo img{
		width: 400px!important;
	}
	.txt_mobile{display: none;}
	.icon{margin:0;}
	.wrap{
		display: block;
	}
	.footer{
		display: block;
		text-align: center;
	}
	.td_avancement{
		width: 25px;
		padding: 18px;
		font-size: 20px;
	}
}
@media screen and (max-width: 500px){
	#contenu {
	margin: 15px;	
	}
	#logo img.m{display:block;}
	#logo img.d{display:none;}
	#logo img{
		width: 210px!important;
	}
}
@media screen and (max-width: 665px){
	h1{
		font-size: 32px;
		line-height: 32px;
	}

	#header {
		min-width: 0;
    	padding: 10px 10px;
	}
	#contenu {
    	min-width: 0px;
    	padding: 30px;
		box-sizing: border-box;
	}
	.boutonvert a,.boutonorange a,.boutonrouge a {
		max-width: 90%;
		margin: 0;
	}
	.titrenoir {
	    font-size: 26px;
	    line-height: 37px;
	    margin: 40px 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){
	#contenu {
    	min-width: 0px;
    	padding: 10px;
		box-sizing: border-box;
	}
	#boutoninactif,#boutondate,#boutoncreneau{
		margin: 20px 0px;
	}
	.lienselect{
		margin-left: 0px;
	}

}