/* Conseils de construction */
body { margin:0;}
* { box-sizing: border-box; }
a {background-color: transparent; color: #12acf0; text-decoration: none;}
a:hover,a:active {outline: 0;}

/* Construction */
/* Les bases */
body {
    background-color: white;
    font-family: 'Lato', sans-serif;
}

::placeholder {
    color: grey;
    text-align: center;
    text-align-last: center;
}

.select_None {
    color:grey; 
    display: none;
}

#header {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 120px;
    z-index: 10;
}

#header_basic{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
}

.header_logo{
    width: 90px;
    height: 90px;
}

.header_basic_div_txt h1{
    font-family: 'Montserrat';
}

#nav_progress{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
}

#nav_element{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

#nav_text{
    color: white;
    font-family: 'Montserrat';
}

#nav_bar_progress1{
    height: 10px;
    width: 100%;
    background-color: #01a1df;
    margin-top: 20px;
}

#nav_bar_progress2{
    height: 10px;
    width: 100%;
    background-color: white;
    margin-top: 20px;
}

#nav_bar_progress3{
    height: 10px;
    width: 100%;
    background-color: white;
    margin-top: 20px;
}

.nav_number1{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: white;
    text-align: center;
    margin-top: -20px;
    font-size: 22px;
}

.nav_number2{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: white;
    text-align: center;
    margin-top: -20px;
    font-size: 22px;
}

.nav_number3{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: white;
    text-align: center;
    margin-top: -20px;
    font-size: 22px;
}

.nav_number_anim{
    animation: nav_loader 2s infinite;
}

@keyframes nav_loader{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

select, input{
    outline: none;
}

#input_immat{
    border: 0px;
    border-left: 18px solid #0099dd;
    border-right: 18px solid #0099dd;
    background-color: white;
    color: black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

#input_immat::placeholder{
    text-transform: none;
}

.p1_label_input{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p1_label_input select{
    height: 40px;
    width: 200px;
}

.p1_label_input p{
    font-size: 20px;
    width: 230px;
    text-align: left;
}

strong{
    font-size: 22px;
    color: #01a1df;
}

.p2_bloc_h1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 50px;
}

#header h1 {
    color: white;
}

#p1_div1 h1 {
    color: #01a1df;
    position: relative;
}

#p1_div1_screen_back{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    color: white;
    top: 325px;
    width: 720px;
    height: 350px;
    display: none;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
}

#p1_div1_screen_back p, #p1_div1_screen_back img{
    cursor: pointer;
}

.p1_div2_screen_back{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.p1_screen_back{
    position: relative;
    width: 30px;
    height: 30px;
}

#p1_div1_screen_first{
    font-size: 20px;
    text-align: center;
    position: relative;
    top: 365px;
    color: white;
    width: 380px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
}

.p1_screen_first_logo{
    width: 100px;
    animation: screen_text_anim 2s infinite ease-in-out;
    transition-delay: 1s;
}

#p1_div1_screen_apps{
    font-size: 20px;
    position: relative;
    top: 388px;
    color: white;
    width: 500px;
    height: 250px;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
}

#p1_div_app_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-duration: 0.2s;
}

.p1_app_info{
    width: 170px;
    height: 170px;
    position: relative;
}

#p1_div_app_info:hover{
    transition-duration: 0.2s;
    transform: scale(1.2);
}

#p1_div_app_estimation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-duration: 0.2s;
}

.p1_app_estimation{
    width: 170px;
    height: 170px;
    position: relative;
}

#p1_div_app_estimation:hover{
    transition-duration: 0.2s;
    transform: scale(1.2);
}

#p1_div_app_carte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-duration: 0.2s;
}

.p1_app_carte{
    width: 170px;
    height: 170px;
    position: relative;
}

#p1_div_app_carte:hover {
    transition-duration: 0.2s;
    transform: scale(1.2);
}

#p1_div1_contenu_carte{
    position: absolute;
    text-align: center;
    padding-top: 0;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
    display: flex;
}

#p1_div1_contenu_carte p{
    margin-top: 0;
    color: white;
    font-size: 20px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    top: 20px;
    right: 45px;
    width: 5%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0);
    outline: 0;
}

#btn_cg{
    display: flex;
}

.p1_screen_text{
    cursor: pointer;
    animation: screen_text_anim 2s infinite ease-in-out;
    transition-delay: 1s;
}

@keyframes screen_text_anim{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

#p1_div1_contenu{
    position: relative;
    text-align: center;
    top: 350px;
    width: 500px;
    padding-top: 0;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
    display: none;
}

#p1_div1_contenu_info{
    position: relative;
    text-align: center;
    top: 400px;
    width: 500px;
    padding-top: 0;
    opacity: 0;
    animation: screen_transition 1s ease-in-out;
    animation-fill-mode: forwards;
    display: none;
}

@keyframes screen_transition{
    0%{}
    100%{transform: scale(1); opacity: 1;}
}

#p1_div1_souscontenu {
    position: relative;
    color: white;
    padding-top: 15px;
    margin-top: 15px;
}

#p1_div1_contenu_info p{
    color: white;
    font-size: 20px;
}

.p1_div1_input, .p3_div_input, .p3_select {
    letter-spacing: 0.7px;
    font-size: 20px;
    border-style: none;
    font-family: 'Lato';
    background-color: rgba(0,0,0,0.7);
    border-style: solid;
    color: white;
}

#p1_div1_form {
    padding-bottom: 10px;
    font-family: 'Lato';
}

#p1_div1_form select {
    border-width: 2px;
    letter-spacing: 0.7px;
    font-size: 22px;
    border-style: none;
    font-family: 'Lato';
    background-color: white;
    color: black;
    border-style: double;
    border-color: #808080;
    text-align-last: center;
}

#p1_div1_submit {
    font-size: 25px;
    border-style: none;
    width: 100%;
    color: white;
    margin-top: 25px;
    font-family: 'Lato';
    cursor: pointer;
    width: 120px;
    background-color: rgba(0,0,0,0);
}

#p1_div1 {
    width: 100%;
    height: 970px;
    background-image: url(../Medias/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#p1_div2 {
    width: 100%;
    padding-top: 2%;
    background-color: #f1f0eb;
}

#p1_div3 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #f1f0eb;
}

.p1_div2_h1, .p1_div3_h1 {
    background: linear-gradient(to right, #f1f0eb, #f5f5f5, #f1f0eb);
    font-style: italic;
}

.p1_div2_h1, .p1_div3_h1, .p1_div2_article_contenu h2, .p1_div3_article_contenu h2 {
    text-align: center;
}

.p1_div2_article_contenu, .p1_div3_article_contenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 2%;
}

.p1_div2_contenu, .p1_div3_contenu {
    width: 300px;
}

.p1_div2_contenu p, .p1_div3_contenu p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    /*height: 100px;
    overflow: auto;*/
}

#p2_form_div{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

#p2_form{
    width: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

#p2_div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: black 1px solid;
    border-top: none;
    border-bottom: none;
    background-color: rgba(255,255,255,1);
    top: 120px;
    height: 100%;
}

#p2_h1, #p3_h1 {
    margin-top: 0;
    padding-top: 15px;
    color: black;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
}

.p2_select {
    margin-bottom: 20px;
    margin-left: 30px;
    width: 500px;
    border-radius: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 20px;
    height: 40px;
    letter-spacing: 0.7px;
    font-size: 20px;
    font-family: 'Lato';
    color: black;
    text-align: left;
    border: 1px black solid;
}

.p2_select::placeholder {
    color: grey;
    text-transform: capitalize;
    text-align-last: left;
}

.p2_select:focus{
    border: 2px #01a1df solid;
}

.p2_input{
    margin-bottom: 20px;
    margin-left: 30px;
    width: 500px;
    border-radius: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 20px;
    height: 40px;
    letter-spacing: 0.7px;
    font-size: 20px;
    font-family: 'Lato';
    color: black;
    text-align: left;
    border: 1px black solid;
}

.p2_input::placeholder{
    color: grey;
    text-transform: capitalize;
    text-align-last: left;
}

.p2_input:focus{
    border: 2px #01a1df solid;
}

.p2_label{
    font-family: 'Montserrat';
    font-size: 25px;
    margin-bottom: 5px;
    width: 400px;
    cursor: text;
    font-weight: bold;
}

.p2_label_check_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    height: 60px;
    border: 1px black solid;
    width: inherit;
    cursor: pointer;
}

.p2_label_check_div p{
    margin: 0;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    user-select: none;
}

.p2_label_checkbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition-duration: 0.2s;
    width: 60px;
    height: 60px;
    background-color: #ededed;
    vertical-align: middle;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transform: none;
    padding: 0;
    margin: 0;
}

.p2_label_checkbox:checked{
    /*background-image: url(../Medias/images/checkboxOptions.png);*/
    background-color: #01a1df;
}

.p2_label_check_part1{
    width: 400px;
}

.p2_recap_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.p2_recap_table{
    border-collapse: separate;
}

.p2_recap_table,.p2_recap_table th,.p2_recap_table td {
    border: none;
    margin-left: 40px;
}

.p2_recap_td1{
    width: 250px;
    height: 40px;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #01a1df;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p2_recap_td2{
    width: 370px;
    height: auto;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(193, 193, 193,0.4);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p2_titre_p{
    text-align: left;
}

.p2_titre_p p{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    padding-left: 10px;
    border-left: #01a1df 5px solid;
}

.p2_couleur_ext_div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    width: 1200px;
    background-color: white;
}

.p2_couleur_int_div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    width: 1200px;
    background-color: white;
}

.p2_couleur_general{
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p2_couleur_general:hover{
    outline: white 3px solid;
    box-shadow: 5px 5px 5px 5px;
    transform: scale(1.4);
}

.couleur_unique_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.couleur_unique_div p{
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.p2_couleur_ext_noir{
    background-color: black;
}

.p2_couleur_ext_bleu{
    background-color: #4286f4;
}

.p2_couleur_ext_vert{
    background-color: #0eaf00;
}

.p2_couleur_ext_bordeaux{
    background-color: #af003d;
}

.p2_couleur_ext_marron{
    background-color: #91491f;
}

.p2_couleur_ext_gris{
    background-color: #9b9b9b;
}

.p2_couleur_ext_violet{
    background-color: #ce00c7;
}

.p2_couleur_ext_rouge{
    background-color: #e50000;
}

.p2_couleur_ext_jaune{
    background-color: #ffcc00;
}

.p2_couleur_ext_rose{
    background-color: #ff8cf9;
}

.p2_couleur_ext_orange{
    background-color: #ff8819;
}

.p2_couleur_ext_beige{
    background-color: #ffdfc1;
}

.p2_couleur_ext_blanc{
    background-color: white;
    border: #d8d8d8 solid 2px;
}

.p2_couleur_int_noir{
    background-color: black;
}

.p2_couleur_int_bleu{
    background-color: #4286f4;
}

.p2_couleur_int_vert{
    background-color: #0eaf00;
}

.p2_couleur_int_bordeaux{
    background-color: #af003d;
}

.p2_couleur_int_marron{
    background-color: #91491f;
}

.p2_couleur_int_gris{
    background-color: #9b9b9b;
}

.p2_couleur_int_violet{
    background-color: #ce00c7;
}

.p2_couleur_int_rouge{
    background-color: #e50000;
}

.p2_couleur_int_jaune{
    background-color: #ffcc00;
}

.p2_couleur_int_rose{
    background-color: #ff8cf9;
}

.p2_couleur_int_orange{
    background-color: #ff8819;
}

.p2_couleur_int_beige{
    background-color: #ffdfc1;
}

.p2_couleur_int_blanc{
    background-color: white;
    border: #d8d8d8 solid 2px;
}

#checked_color_ext1{
    display: none;
}

#checked_color_ext2{
    display: none;
}

#checked_color_ext3{
    display: none;
}

#checked_color_ext4{
    display: none;
}

#checked_color_ext5{
    display: none;
}

#checked_color_ext6{
    display: none;
}

#checked_color_ext7{
    display: none;
}

#checked_color_ext8{
    display: none;
}

#checked_color_ext9{
    display: none;
}

#checked_color_ext10{
    display: none;
}

#checked_color_ext11{
    display: none;
}

#checked_color_ext12{
    display: none;
}

#checked_color_ext13{
    display: none;
}

#checked_color_int1{
    display: none;
}

#checked_color_int2{
    display: none;
}

#checked_color_int3{
    display: none;
}

#checked_color_int4{
    display: none;
}

#checked_color_int5{
    display: none;
}

#checked_color_int6{
    display: none;
}

#checked_color_int7{
    display: none;
}

#checked_color_int8{
    display: none;
}

#checked_color_int9{
    display: none;
}

#checked_color_int10{
    display: none;
}

#checked_color_int11{
    display: none;
}

#checked_color_int12{
    display: none;
}

#checked_color_int13{
    display: none;
}

.checked_color_img{
    width: 45px;
    height: 45px;
    position: relative;
    animation: rotatee 1 1s ease-in-out;
}

@keyframes rotatee{
    0%{transform: rotate(50deg); opacity: 0;}
    50%{transform: rotate(-50deg);}
    100%{transform: rotate(0deg);}
}

#p2_bloc_part1{
    display: flex;
    flex-direction: column;
}

#p2_bloc_part2{
    display: none;
    flex-direction: column;
    align-items: center;
}

#p2_bloc_part3{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#p2_bloc_part4{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#p2_bloc_part5{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#p2_bloc_part6{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#p2_bloc_part7{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.p2_bloc1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.p2_bloc4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc5{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc6{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc7{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc8{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 80%;
}

.p2_bloc9{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc10{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc11{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc12{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc13{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc14{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc15{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc16{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc17{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc18{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc19{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.p2_bloc20{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.p2_bloc_display{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.p2_bloc_display2{
    display: block;
}

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}*/

#p2_div_pourcentage_loader{
    position: relative;
    animation: divLoader ease 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: 90;
    width: 90%;
    top: 31px;
    border: 2px black solid;
    border-radius: 10px;
    margin-bottom: 50px;
}

.p2_pourcentage{
    position: absolute;
    font-family: 'Montserrat';
    font-size: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 5px;
    z-index: 9999;
    animation: linearGradientDotAnimReverse 2s infinite linear;
}

@keyframes linearGradientDotAnimReverse{
    0%{transform: none;}
    100%{transform: rotate(-360deg);}
}

#p2_pourcentage_loader{
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: #b7b7b7;
    z-index: 91;
}

#p2_pourcentage_load_progress{
    position: relative;
    width: 0%;
    height: 30px;
    top: 0;
    bottom: 0;
    background: #01a1df;
    background-size: 200% 200%;
    z-index: 92;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation: loaderColorAnimation 3s ease infinite;
}

#p2_pourcent_div{
    width: 90%;
    position: relative;
    top: 10px;
}

#p2_pourcent_box{
    position: relative;
    width: 50px;
    height: 30px;
    background-color: #01a1df;
    border-radius: 10px;
    left: -1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Montserrat';
}

#p2_pourcent_arrow{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-top: 10px solid #01a1df;
    position: relative;
    left: -2px;
}

#p2_div_buttons1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons2{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons3{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons4{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons5{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons6{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_buttons7{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 60px;
}

#p2_div_submit {
    transition-duration: 0.2s;
    position: relative;
    font-size: 20px;
    width: 150px;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Lato';
    background-color: #01a1df;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

#p2_div_submit:hover {
    transition-duration: 0.3s;
    background-color: #0d51cc;/*
    box-shadow: 0px 0px 0px 2px #01a1df;*/
}

#p2_div_return {
    transition-duration: 0.2s;
    position: relative;
    font-size: 20px;
    width: 150px;
    color: white;
    /*margin-bottom: 15px;*/
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Lato';
    background-color: #01a1df;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

#p2_div_return:hover {
    transition-duration: 0.3s;
    background-color: #0d51cc;
}

.p2_right_arrow_1{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.p2_left_arrow_1{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#p3_div1 ::placeholder {
    color: black;
        text-align: center;
        text-align-last: center;
}

#p3_div1 {
    position: relative;
    top: 0px;
    padding-bottom: 200px;
}

#p3_h1 {
    margin-top: 0;
    color: black;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px; 
}

.p3_p{
    font-family: 'MontSerrat';
    font-size: 20px;
    margin-bottom: 35px;
}

.p3_bloc6 .p3_label, .p3_bloc7 .p3_label, .p3_bloc8 .p3_label, .p3_bloc9 .p3_label {
    background-color: transparent;
    width: 0;
}

.p3_bloc10 .p3_label {
    background-color: transparent;
}

.p3_label{
    font-family: 'MontSerrat';
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: auto;
    text-align: center;
    color: white;
    background-color: #01a1df;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px;
    width: 250px;
}

.p3_label_checkbox{
    font-family: 'MontSerrat';
    font-size: 17px;
    width: 250px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}

#p3_div1 button {
    transition-duration: 0.5s;
    margin-top: 25px;
    cursor: pointer;
    border: 2px black solid;
    width: 50%;
    height: 40px;
    font-family: "montserrat";
    background-color: white;
    font-size: 15px;
}

/*#p3_div1 button:hover{
    transition-duration: 0.5s;
    background-image: linear-gradient(to right, white, #99d9f2 , white);
}*/

/*#p3_div1 button:active{
    transition-duration: 0.5s;
    background-image: linear-gradient(to right, #99d9f2 , white, #99d9f2);
}*/

#checkbox_1_p3{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#checkbox_2_p3{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.p3_select{
    margin-bottom: 20px;
    width: 100%;
    border: none;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align-last: center;
    height: 40px;
    color: white;
    background-color: #01a1df;
    font-family: 'Montserrat';
    -webkit-border-radius: 2px;
    font-size: 14px;
}

.p3_div_info select option:first-child{color:grey; display: none;}
.p3_div_info select option {color:black;}

.p3_div_input {
    width: 550px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align-last: center;
    border-style: ridge;
    height: 40px;
    border: none;
    background-color: #f3f4f8;
    font-family: 'Montserrat';
    color: #4b81ff;
    font-size: 12px;
}

#nom {
    text-transform: uppercase;
}

#prenom {
    text-transform: capitalize;
}

.p3_bloc_h1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 120px;
}

.p3_div_info {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.p3_div_info p {
    font-family: 'montserrat';
    color: #4b81ff;
}

.divCodePostal {
    display: flex;
    flex-direction: column;
}


.divCodePostal input {
    background-color: black;
    color: white;
    font-family: "montserrat";
    margin-bottom: 5px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 500px;
}

.divCodePostal_contenu {
    display: flex;
    margin-top: 15px;
}

.divCodePostal input::placeholder {
    font-size: 13px;
    color: white;
    opacity: 0.7;
}

.divCodePostal button {
    background-color: black;
    color: white;
    font-family: "montserrat";
    border: none;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.p3_bloc1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc1_radio{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.p3_bloc1_radio input {
    width: 20px;
    height: 20px;
}

.p3_bloc2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc5{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc6{
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc7{
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc8{
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_bloc9{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 50%;
}

.p3_bloc9 p{
    color: red;
    font-size: 15px;
    font-family: 'montserrat';
}

.p3_div_case {
    margin-right: auto;
    margin-bottom: 20px;
}

.p3_div_case input{
    margin-left: auto;
}

.p3_bloc10{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p3_div_input {
    margin-bottom: 15px;
    width: 60%;
}

.p3_div_info .p3_div_input {
    margin-bottom: 5px;
    width: 60%;
    width: 500px;
    color: black;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(193, 193, 193,0.4);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#p3_div2 {
    text-align: left;
    margin-top: 100px;
}

#p3_div2 p{
    font-family: 'Montserrat';
    font-size: 12px;
}

#p3_div2 p:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #666666;
}

footer img {
    margin-top: 5px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}

footer p {
    color: white;
}

/* Dimensions iPad */
@media screen and (max-width: 640px) {
    
}

/* Dimensions iPhone 6/7/8 */
@media screen and (min-width: 641px) and (max-width: 667px) {
    
}

/* Dimensions iPhone 6/7/8 plus */
@media screen and (min-width: 668px) and (max-width: 736px) {
    
}

/* Dimensions iPhone X */
@media screen and (min-width: 737px) and (max-width: 812px) {
    
}

/* Dimensions iPad */
@media screen and (min-width: 813px) and (max-width: 1024px) {
    
}

/* Dimensions iPad Pro */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    
}