body{
	background : #fbf5e6;
}


#head{
	width: 90%;
	max-width : 900px;
    margin-left: 5%;

}
/* h1{ */
	/* position: relative; */
    /* margin: 5px 5% 35px 5%; */
    /* padding: 0px 0 0px 20px; */
    /* background: #0c256e; */
    /* font-weight: 600; */
    /* font-size: 25px; */
    /* color: #fff; */
    /* border-radius: 50px; */
	/* width : 90%; */
	/* margin-bottom : 40px; */
/* } */

p{
	width : 90%;
	text-align : justify;
	margin : 0 auto 30px 6%;
	font-size : 14px;
	color : #404040;
}
#txtconf p{
	width : 100%;
	margin : 0 0 15px 0;
	font-family : Barlow, sans-serif;
}
h3{
	margin : 20px 0 8px 0;
}
#headtxt{
	font-size : 18px;
	margin-right : 20px;
}
.boxindex{
	width : 350px;
	background : #41312c;
	border-radius : 5px;
	padding : 30px;
	margin-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
	font-size : 14px;
	color : #fff;
}
.champsaisie{
	font-size : 15px;
	padding : 10px 20px;
}
.lignechamp{
	position : relative;
}
.labelchamp, .spanchamp{
	font-size : 13px;
	display : block;
	color : #fff;
	margin-bottom : 4px;
}
.spanchamp2{
	font-weight: normal;
    font-size: 11px;
    font-family: Barlow;
}
.champinput{
	border : 0;
	width : 100%;
	font-size : 15px;
	/* border : 1px solid silver; */
	padding : 10px;
	/* border-radius : 5px; */
	margin-bottom : 10px;
	border-left : 7px solid #859048;
}
.btn{
	/* border-radius : 20px; */
	width : 100%;
	padding : 5px 0;
	margin-left : 0;
	height : 35px;
	font-size : 16px;
	margin-top : 10px;
	background: #859048;
    color: #fff;
    border: 0;
	cursor : pointer;
	font-family : Barlow,sans-serif;
}
.btn_gris{
	display : block;
	margin : 0 auto;
	width : max-content;
	color : #fff;
	cursor : pointer;
}
#btn_passoublie{
	color : #41312c;
}
#btn_passoublie:hover, #btn_retour:hover{
	color : #3c3c3c;
}
#btn_retour, #boxpassoublie, #boxsinscrire{
	display : none;
}
#btns_hauts{
	text-align : center;
	margin-bottom : 15px;
	color : #849249;
}
.btn_haut{
	display : inline-block;
	margin-left : auto;
	margin-right : auto;
	font-size : 16px;
	margin : 0 10px;
	cursor : pointer;
}
.btn-activ{
	border-bottom : 3px solid #41312c;
	font-weight : bold;
	cursor : default;
}
.erreur{
	background : #f7a8aa;
	padding : 8px;
	font-size : 13px;
	display : none;
	font-family : 'Source Sans 3', sans-serif;
	color : #000;
}
#infoinsccription{
	text-align : center;
	display : none;
}
#infoinsccription a{
	color : #fff;
}
#btn_activ{
	text-decoration : underline;
	cursor : pointer;
}
.underline{
	text-decoration : underline;
	cursor : pointer;
}
#intro{
	text-align: center;
    width: 350px;
    margin: 25px auto 60px auto;
    padding: 0;
	border : 0;
	text-shadow: none;
}
#intro #l1 img{
     /* border: 1px solid #e3e3e3; */
    /* border-radius: 7px; */
	width : 300px;
	height : auto;
}
#intro #l2{
	font-size: 19px;
    margin-top: 10px;
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    color: #849249;
    font-weight: bold;
}


.caseacocher .container{
	margin-top : 0;
}
.caseacocher50p{
	width : 49%;
	display : inline-block;	
}
.cadrecheckbox{
    padding: 10px 0 10px 30px;
    color: #fff;
	margin-top : 0;
	display : block;
}
.cadrecheckbox a{
	text-decoration : underline;
	color : #fff;
}
.casecheckbox{
	position: absolute;
    top: 8px;
    left: 0px;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 0px solid #000;
    /* border-radius: 4px; */
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#popup{
	position: absolute;
    width: 740px;
    height: 440px;
    background: #fff;
    left: calc(50% - 400px);
    padding: 0;
    top: 11%;
    z-index: 1000000000;
    opacity: 1;
    box-shadow: -2px 2px 15px rgba(0, 0, 0, .5);
    display: none;
    border-radius: 5px;
    border-left: 0px solid rgb(65 49 44);
}
#popupbas {
    background: #fff;
    position: absolute;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    width: calc(100% - 30px);
    text-align: right;
    border-radius: 0 0 20px 0;
}
#popuptxt{
	padding: 30px 30px 0 30px;
}
.btn_popup {
    font-family: Barlow, sans-serif;
    display: inline-block;
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #849249;
    text-align: center;
    color: #fff;
    text-decoration: none;
	font-size: 16px;
}
#txtconf{
    font-size: 11px;
    height: 345px;
    overflow-y: scroll;
    padding: 20px;
    background: #f4f4f4;
    text-align: justify;
    font-weight: normal;
}

