@charset "UTF-8";

/*--------------------stylisation autre-----------------------------------------------*/
@font-face {
  font-family: "Avenir Next";
  src: url("/fonts/Avenir Next.ttc") format('TrueType Collection');
}

@font-face {
  font-family: "Avenir Next";
  src: url("/fonts/Avenir Next Condensed.ttc") format('TrueType Collection');
}

*{
    font-family: Avenir Next Condensed, sans-serif;
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    text-align: center;
    font-style: normal;
}

html{display: block;}

head{display: none;}

body{
    height: auto;
    min-width: 200px;
}

header{
    width: 480px;
    margin: 0 auto;
}

table{
    overflow: scroll;
    border: 1px solid #4D4D4D;
    border-collapse: collapse;
}

td, th, tr{
    border: 1px solid #4D4D4D;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
}

h1{
    font-size: 25pt;
    display: inline-block;
    font-style: normal;
    margin: 5px auto;
    font-family: Avenir Next;
}

h1 span{
    display: inline-block;
    font-style: normal;
    font-family: Avenir Next;
}

header p{
    border-top: none;
    max-width: 300px;
    margin: 25px auto 50px;
    font-size: 21px;
	text-align: center;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	font-family: calibri;
}

header div.header_image{
	margin-top: 105px;
	margin-left: auto;
	margin-right: auto;
}

/*#top{
    height: 300px;
    width: 480px;
    background-image: url('../img/fond carrefour gris.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ebedec;
    margin: 0 auto 15px;
    padding: 28% 25% 0;
}

#top p{
    color: rgb(167, 200, 35);
    font-size: 0.7em;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: auto;
}

#top p span {
    display: inline-block;
    width: auto;
}

#top p+span{
    text-align: center;
}*/

section{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(235,237,236,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(235,237,236,1);
    box-shadow: 0px 0px 0px 0px rgba(235,237,236,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
}

#intro{
    border-bottom: none;
    padding: 10px;
}

#intro p{
    width: 100%;
    font-size: 0.6em;
	margin-bottom: 50px;
}

#intro p a{
    width: 100%;
    font-size: 15px;
}

#intro h1 span.bigger_text{
	font-size: 40px;
}

#intro h1 span.smaller_text{
	font-weight: 900;
	color: #4e4e4e;
	font-size: 20px;
}

select::-ms-expand {
    display: none;
}

imput::-ms-clear {
    display: none;
}

input[type="date"]::-ms-clear{
    display: none;
}

option{
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

option:not(disabled){
    cursor: pointer;
}

input, #usergender, #usercivilite{
	display: inline-block;
    padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
    -webkit-appearance: value;
    -moz-appearance:    value;
    appearance:         value;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    outline: none;
    background-color: #fff;
    background: #fff;
    text-align: left;
    width: 100%;
	min-height: 40px;
	height: 25px;
	line-height: 25px;
    cursor: pointer;
}

label{
    width: 87%;
    font-size: 0.85em;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

input[type="date"]{
   /*-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;*/
   height: 1.7em;
}

input[type="date"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   display: none;
}

/*input[type="date"], #usergender, #usercivilite{
    background-image: url("../img/arrow.png");
    background-position: right center;
    background-size: 10px auto;
    background-repeat: no-repeat;
}*/

input[type="date"]:focus{
    background: none;
}

input[type="checkbox"], label, #cgulink{
    display: inline-block;
}

input[type="checkbox"]{
    vertical-align: middle;
    margin: 0px 10px 0px -7%;
	height: 20px;
    width: 20px;
    border: 1px solid #CCC;
    background: white;
    box-shadow: none;
	color: #CCC;
    /*-webkit-appearance: none;*/
}

#birthdatelabel{
    width: 97%;
	color: #555;
	font-size: 17px;
}

label#acceptconditions.formtext{
	color: black;
	font-size: 12px;
	vertical-align: middle;
}

#cgulink{
    text-align: left;
    color: black;
	font-size: 12px;
	vertical-align: middle;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
::placeholder{
  color: #555;
}

/*input[type="date"]::-webkit-calendar-picker-indicator{
     background-image: url("../img/arrow.png") !important;
    background-position: right center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    -webkit-appearance: none
}*/

button{
    margin: 15px auto 0px auto;
    cursor: pointer;
    outline: none;
    padding: 15px;
    font-size: 0.8em;
}

#successavecmarketing{
    color: white;
    background-color: #03C05C;
	background: #03C05C;
    border: none;
	width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

#successsansmarketing{
    color: white;
    background-color: #ff4e02;
    background: #ff4e02;
    border: none;
	width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

div.frame{
	float: left;
	vertical-align: middle;
}

span.second_row{
	font-size: 12px;
}

footer p{
    width: 480px;
    margin: 20px auto 0;
    font-size: 0.5em;
	color: white;
}

.blue{
    color: rgb(82, 199, 234);
}

.green{
    color: rgb(167, 200, 35);
}

.red{
    color: rgb(255, 0 ,0);
    text-align: left;
    font-size: 10px;
    display: none;
    margin-left: 5%;
    width: 90%;
    margin-right: auto;
    margin-top: -10px;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.exposant{
    font-size: 1.2em;
    vertical-align: super;
}

.bold{
    font-weight: bold;
}

@media screen and (max-device-aspect-ratio: 4/3), (max-aspect-ratio: 4/3){
    #top{
    padding: 30% 23% 0;
    }     
}

@media screen and (max-device-aspect-ratio: 5/3), (max-aspect-ratio: 5/3){
    footer p, header, #top, section{
        width: 100%;
        max-width: 480px;
    }
    header p{
        width: 90%;
        max-width: 300px;
    }
	header div.header_image{
        width: 90%;
        max-width: 300px;
    }
    .formtext{
        width: 85%;
    }

}


@media screen and (max-width: 325px){
    .formtext{
        width: 80%;
    }
}

/*----fin--------------------------*/
