﻿.page-template-formulaire {
    /* background-color:red; */
}

.page-template-formulaire #contentpage {
    background-image: url('../images/bg-form-dark.png');
    background-size: cover;
}

/*Gestion des erreurs */
/*-----------------------------------------------------------------------*/
.page-template-formulaire div.error > label,
div.error > div > label {
    color: red;
}

.page-template-formulaire div.error > div > input {
    border-bottom: 2px solid red;
}

.page-template-formulaire div.error select {
    border: 1px solid red;
}

.page-template-formulaire .titleformh1  {
    font-family: "Century Gothic";
    font-weight: bold;
    color: #257dbf;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
}

.page-template-formulaire .titleform {
    background-color: #077bbf;
    padding: 0 0 0 50px;
    width: calc(100% - 34.25px);
    margin-left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 34.25px;
    display: flex;
    align-items: center;
}

.page-template-formulaire .titleform span {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-left:10px;
}

.page-template-formulaire .div-titleform {
    display: flex;
    align-items: center;
    position: relative;
    top: 20px;
}

.page-template-formulaire .div-titleform .form-pagination {
    font-size: 20px;
    font-weight: 500;
    padding-right: 18px;
    padding-left: 18px;
    display: flex;
    align-items: center;
    background-image: url('../images/form_hex.png');
    height: 79px;
    z-index: 1;
}

.page-template-formulaire .div-titleform legend {
    background-color:#077bbf;
    padding: 0 0 0 50px;
    width: calc(100% - 34.25px);
    margin-left:0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 34.25px;
    display: flex;
    align-items: center;
}

.page-template-formulaire .div-titleform .form-pagination,
.page-template-formulaire .div-titleform legend {
    color: white;
    margin-bottom: 0;
    font-family: 'NSP';
    font-weight: 500;
}

.page-template-formulaire .msg-confirm {
    color: green;
    font-family: "Neo Sans Pro";
    font-weight: bold;
    margin-top: 32px;
}

.page-template-formulaire .msg-server-error {
    display: none;
    color: red;
    font-family: "Neo Sans Pro";
    font-weight: bold;
}

.page-template-formulaire label {
    cursor: pointer;
}

.page-template-formulaire .text-rgpd {
    font-family: "Century Gothic","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif

}

.page-template-formulaire .titre-event {
    font-size: 30px;
    font-family: "NSP";
    color: white;
}

.page-template-formulaire #efrei-forms div .titre-event:first-child {
    font-weight: bold;
}

.page-template-formulaire #efrei-forms div .titre-event:nth-child(3) {
    line-height: 1;
}

.page-template-formulaire #efrei-forms div .titre-event:nth-child(5) {
    font-size: 25px;
    line-height: 3;
}

.page-template-formulaire #efrei-forms div .titre-event:first-child, .page-template-formulaire #efrei-forms div .titre-event:nth-child(3) {
    text-transform: uppercase !important;
}

.page-template-formulaire fieldset {
    border: none;
}

.page-template-formulaire #efrei-forms {
    margin: auto;
    margin-bottom: 50px;
}

.page-template-formulaire #efrei-forms > div {
    text-align: center;
    padding-top: 20px;
}

.page-template-formulaire .bg-white {
    background: white;
}

.page-template-formulaire #efrei-forms + div {
    width: 90%;
    margin: auto;
    color: white; 
    text-shadow: 1px 1px 5px black;
}

/* CSS FORMULAIRE DIV   */

.page-template-formulaire #form-step2,
.page-template-formulaire #form-step3 {
    display: none;
}

.page-template-formulaire .plr70{
    padding-left: 70px;
    padding-right: 70px;
}

.page-template-formulaire label,
.page-template-formulaire input,
.page-template-formulaire p,
.page-template-formulaire select,
.page-template-formulaire span,
.page-template-formulaire strong {
    color: #6e6e6e;
}

.page-template-formulaire .rubrique-spe > label,
.page-template-formulaire .prog-spe > label {
    font-weight: bold !important;
    color:#077bbf !important;
}

.page-template-formulaire #f-coordinates > legend {
    margin-bottom: 0;
    padding-top: 15px !important;
}

.page-template-formulaire #f-coordinates #send-by-post {
    flex-direction: row;
    margin-bottom: 15px;
}

.page-template-formulaire #f-coordinates #coordinates-fields {
    display: none;
}

.page-template-formulaire #f-coordinates #send-by-post label {
    flex-direction: row;
    margin-right: 60px;
}

.page-template-formulaire #f-coordinates #send-by-post input {
    margin-top: 6px;
}

.page-template-formulaire [type="radio"] + label {
    margin-left: 0;
    margin-right: 60px;
}

.page-template-formulaire placeholder{
    border-top: none;
    border-left: none;
    border-right: none;
}

.page-template-formulaire .prospect-form {
    margin-right: 10px;
    margin-left: 10px;
}

.page-template-formulaire .prospect-form .text-header{
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-template-formulaire .prospect-form {
    padding-bottom: 30px;
}

.page-template-formulaire fieldset input {
    border:none;
    background-color: #efefef;
    margin-bottom: 0;
}

.page-template-formulaire input:focus {
    /*background-color: lightblue;*/
    outline: none;
    border-bottom: 2px solid #257dbf;
}

.page-template-formulaire .grande-div {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.page-template-formulaire #block-civility {
    display: flex;
    flex-direction: column;
}

/************* Customize buttons radio ***************/

.btns-radio-container {
    display: flex;
}

/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #6e6e6e;
    border-radius: 50%;
    margin-top: 3px;
}
  
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark:after {
    color: #6e6e6e;
}
  
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    border-color: #077bbf;
}

.radio-container input:checked ~ .checkmark:after {
    color: #077bbf;
}
  
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
    position: absolute;
    content: "";
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    border-radius: 50%;
    border: 3px solid white;
}
  
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    background: #077bbf;
}

/************* Customize checkbox ***************/

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    margin-top: 2px;
}
  
/* On mouse-over, add a grey background color */
.checkbox-container .container:hover input ~ .checkmark {
    background-color: #6e6e6e;
}
  
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #077bbf;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-formulaire .civ {
    display: flex;
    /*width: 50%;*/
    word-spacing: 6.2px;
}

.page-template-formulaire #block-schoolinglevel,
.page-template-formulaire #block-rhythm {
    margin-top: 50px;
}

.page-template-formulaire .country {
    padding-top: 20px;

}

.page-template-formulaire #form-mailto {
    text-align: center;
}

.page-template-formulaire #form-mailto p {
    font-size: 9px;
    line-height: 11px;
    margin-top: 18px;
}

.page-template-formulaire #form-mailto a { 
    text-decoration: none;
    color: #6e6e6e;
}

.page-template-formulaire .rubrique-spe, .prog-spe {
    padding-top: 20px;
}

.page-template-formulaire .prog-spe #psrhythm div,
.page-template-formulaire .rubrique-spe #prgerhythm div {
    display: flex;
}

.page-template-formulaire .prog-spe #psrhythm div input,
.page-template-formulaire .rubrique-spe #prgerhythm div input {
    display: flex;
    align-self: start;
    margin-top: 6px;
}

.page-template-formulaire .rubrique-spe span.empty, .prog-spe span.empty {
    font-style: italic;
    font-size: 13px;
    color: #1d1d1d;
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.page-template-formulaire .padding-prog-spe {
    padding-top: 12px;
}

.page-template-formulaire .block-comment * {
    vertical-align: middle;
}

/*DEBUT  STYLE 1 BOUTON*/
.page-template-formulaire .btn-send {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    box-shadow: none;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    cursor: pointer;
}

.page-template-formulaire .btn-send:disabled {
    color: #d6cece;
    background-color: #90a0af;
    cursor: not-allowed;
}

.page-template-formulaire .btn-send:hover, .btn-send:focus, .btn-send:active {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.page-template-formulaire .nav-form {
    display: flex;
    justify-content: space-around;
    margin: 0 60px;
    margin-top: 10px;
}

.page-template-formulaire #form-step3 .nav-form {
    margin-top: 20px;
}

.page-template-formulaire .div-btn-prev,
.page-template-formulaire .div-btn-next,
.page-template-formulaire .div-btnsubmit
{
    text-align: center;
    padding-bottom: 30px;
}

.page-template-formulaire .btn-prev,
.page-template-formulaire .btn-next,
.page-template-formulaire #btnsubmit {
    width: 168px;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #077bbf;
    color: #fefefe;
    background-color: #077bbf;
    text-transform: uppercase;
}

.page-template-formulaire .btn-prev {
    background-color: #fefefe;
    color: #077bbf;
}

.page-template-formulaire .entre-input-label {
    margin-top: 12px;
}

.page-template-formulaire .entre-input {
    display: flex;
    margin-top: 5px;
    width: 100%;
}

.page-template-formulaire .entre-input > input {
    display: flex;
}

.page-template-formulaire .petite-div {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.page-template-formulaire .country{
    width: 50%;
}

/*LES MEDIAS QUERIES*/

/*Smartphone*/
@media (max-width: 579px) {

    .page-template-formulaire .petite-div {
        display: block;
    }

    .page-template-formulaire .grande-div {
        flex-direction: column;
    }
    .civ_m{
        width: 15% !important;
    }
    .civ_f{
        /*width: 40% !important;*/
    }

    .page-template-formulaire .nav-form {
        flex-direction: column-reverse;
    }

    .page-template-formulaire .div-btn-next {
        padding-bottom: 20px;
    }

    .page-template-formulaire #efrei-forms div .titre-event:nth-child(5) {
        font-size: 20px;
    }

    .page-template-formulaire [type="radio"] + label {
        margin-right: 30px;
    }

    .radio-container {
        margin-right: 30px;
    }

    .page-template-formulaire .mplr20{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Tablette*/
@media (min-width: 580px) and (max-width: 766px) {

    .page-template-formulaire .petite-div {
        display: block;
    }
}

@media (max-width: 679px) {

    .page-template-formulaire #menu-prog {
        display: none;
    }

    .page-template-formulaire #wrappercontent {
        margin-top: 100px;
    }
}

/*Ecran*/
@media (min-width: 767px) and (max-width: 1052px) {
    .page-template-formulaire .entre-input-label {
        width: 37%;
    }
}

/* xlarge screen */
@media (min-width: 1200px) {
    .page-template-formulaire #contentpage {
        background-size: 200%;
    }
}

/* xxlarge screen */
@media (min-width: 1400px) {
    .page-template-formulaire #efrei-forms {
        max-width: 600px;
    }
}