.card {
    background-color: #FCFCFC;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 3px 6px #00000029;
    text-align: left;
    border-radius: 50px;
    padding: 35px 40px;
    
}
.tarif-box input:checked + .fakeLabel {
    background: #d2d1ef;
   
}
.tarif-box input + .fakeLabel {
    padding: 10px;
    border-radius: 16px;
    width: 152px;
    max-width: 200px;
    margin-top: -10px;
    position: relative;
    margin-bottom: -8px;
}
.card .borderBottom{
    background-color: transparent;
    border:0;
    border-bottom: 2px solid #DDDDDD;
    font-size:20px;
    width: 230px;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 0 12px;
    box-shadow: none !important;
    outline: 0 !important;
    max-width: 230px;
    position: relative;
}
.card .required {
    position: relative;
}
.card .required span {
    position: absolute;
   
    top: 0;
    font-size: 25px;
    color: red;
}
.card .checkbox-form.required:after , .required.left:after {
     content :"*"; 
    position: absolute;
    top: 6px;
    font-size: 25px;
    color: red;
    right: 3px;
}
.card .borderBottom::placeholder{
    color: #1E3D48 !important;
    font-size: 20px;
}
label.fakeLabel {
    font-size: 20px;
    font-weight: 600;
    color: #1E3D48;
    width: fit-content;
}
.checkCivilite{
 
    width: fit-content;
    padding: 17px 14px  6px 0px;
}
.required.left:after {
    left: -15px;
    right: auto;
    top: 5px;
}
input + .fakeLabel::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
    font-size: 1em;
    color: #fff;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 7px;
    float: left;
    margin-right: 5px;
}

input + .fakeLabel.right::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
    font-size: 1em;
    color: #fff;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 7px;
    float: right;
    margin-left: 5px;
}
input:checked + .fakeLabel.right::before {
    content: '\f00c';
    color: #04BE96;
    border-radius: 3px;
}

.checkbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
}

label.presentation {
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
}

.card .card {
    max-width: 80%;
    margin: 30px 0;
}
.btn-vert-inverse{
    border-color: transparent;
    padding: 14px 30px;
    font-size: 20px;
    margin: 30px 0;
}
header#nav-header {
    display: none;
}
img.logopro {
    margin: 50px 0;
    width:200px;
    display: block;
}
h2 {
    font-weight: bold;
    font-family: 'Dosis';
    color: #434343;
}
p {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 16px;
    font-weight: 600;
}
body{
 
    z-index: 6;
}
section.body-preinscription {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(196,255,242,1) 100%);
    padding: 0 0 80px;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 0 20px;
    z-index: 6;
    position: relative;
}
.logo-wrapper img {
    max-width: 200px;
}
.header-left {
    position: relative;
    z-index: 3;
}
.Iimage {
    width: 290px;
    position: absolute;
    right: 139px;
}

body:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 520px;
    height: 200px;
    background: url(../../img/bg-motif.png) no-repeat;
    z-index: 3;
}
.content-box {
    position: relative;
    z-index: 2;
}
.content-box  > *{
    position: relative;
    z-index: 2;
}

.content-box:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 40%;
    top: -40%;
    left: -50vw;
    right: -50vw;
    margin: auto;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255,255,255,1) -10%,  rgba(231,249,252,1) 100%);
}
.content-box.sucess:before {
 
    height: 40%;
    top: -90px;
 
}
.content-box:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 30%;
    top: 0;
    left: -50vw;
    right: -50vw;
    margin: auto;
    z-index: -1;
    background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(231,249,252,1) 100%);
}
.content-box.sucess:after {
   
    height: 170%;
   
}
form#preInscription {
    z-index: 3;
    position: relative;
}
.card.sucess {
    z-index: 3;
    margin: 20px auto 40px;
    text-align: center;
    max-width: 980px;
}
.card.sucess  svg {
    display: table;
    margin: 0 auto 30px;
}

.tag {
    background: transparent;
    border: 1px solid #eee;
    display: table;
    margin: 0 auto 30px;
    padding: 15px 26px;
    border-radius: 25px;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 3px 6px #00000029;
}
.inputs-wrapper {
    display: flex;
    gap: 60px;
}
.checkbox-wrapper label.fakeLabel {
    font-size: 20px;
    font-weight: 600;
    color: #1E3D48;
    width: fit-content;
    display: block;
    margin: 0 0 25px;
}
.checkbox-wrapper .inputs-wrapper {
    padding-left: 55px;
}
.plans {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 40px;
    align-items: stretch;
    margin: 0 0 60px;
}
.plans-wrapper > div {
    background: transparent;
    padding: 0;
    margin: 0  0 12px;
    position: relative;
}
.plans .plans-wrapper label {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 15px 35px 15px 15px;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 64px;
}
.plans .plans-wrapper input:checked + .fakeLabel {
    background: #D2D1EF;
  
}
.plans .plans-wrapper label h3 {
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 0 0 15px;
}
.plans .plans-wrapper label p{
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
.plans-wrapper > div:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 35px;
    color: #2ABADA;
}
.plans .plans-wrapper input:checked + .fakeLabel:before , .tarif-box div input:checked + .fakeLabel::before{
    color: #4D69B7;
    font-size: 15px;
    line-height: 1;
    content: "\f111";
    padding: 4px;
    border-radius: 8px;
}
.plans-display {
    height: 100%;
}
.tarif-box h3 , .tarif-box-info h3{
    font-family: 'Dosis';
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 50px;
}
.tarif-box-info {
    padding: 12px 0 0;
}
.tarif-box-info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    font-weight: bold;
    font-size: 20px;
    color: #249B6D;
}
.tarif-box {
    background: #FCFCFC;
    border-radius: 25px;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 3px 6px #00000029;
    padding: 12px 0px;
    color : #434343;
    font-size : 20px;
    font-weight: 600;
}
.price {
    margin: 0 0 7px;
}
.tarif-box-info h3 {
    margin: 8px 0 21px;
}
.prx {
    padding: 0 0 12px;
    margin: 4px 0;
    border-bottom: 3px solid;
    position: relative;
}

.prx:after {
    content: ">";
    font-size: 35px;
    position: absolute;
    right: -1px;
    top: 29px;
    line-height: 0;
}
.plans-display .box {
    gap: 1px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: stretch;
    padding: 10px;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 25px;
}

.plans-display .box {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    align-items: stretch;
    height: 100%;
}
.tarif-box div {
    border-bottom: 1px solid #434343;
    display: table;
    margin: 0 auto 15px;
    padding: 0 0 9px;
    width: 152px;
}
.tarif-box div:last-child {
    border: 0;
}
.tarif-box div input + .fakeLabel::before {
    margin-left: 0;
    position: absolute;
    left: -30px;
    top: 18px;
}
.plans-wrapper {
    margin-top: 35px;
}
p.end-text-info {
    font-size: 25px;
    line-height: 1.9;
}
a {
    color: #319FC5;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .checkbox-form.checkCivilite.required {
        width: auto;
        max-width: 200px;
    }
    p.end-text-info {
        font-size: 15px;
        line-height: 1;
    }
    .plans {
        display: grid;
        grid-template-columns: 100%;
        gap: 10px;

        margin: 0 0 60px;
    }
    .plans-wrapper img {
        display: none;
    }
    .plans .plans-wrapper label h3 {
       
        text-align: left;
       
    }
    .tarif-box {
        font-size: 13px;
    }
    .tarif-box input + .fakeLabel {
      
        font-size: 13px;
    }
    .tarif-box div {

        width: auto;
    }
    .plans-display .box {
        /* display: grid;
        grid-template-columns: 100%;
        align-items: stretch;
        height: 100%; */
    }
    .tarif-box h3, .tarif-box-info h3 {
        font-family: 'Dosis';
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 4px;
        line-height: 1;
        min-height: 57px;
    }
    .tarif-box-info { 
        font-size: 14px;
        line-height: 1;
    }
    .prx {
        padding: 11px 0 7px;
        margin: 4px 0;
        border-bottom: 3px solid;
        position: relative;
    }
    .tarif-box input + .fakeLabel {
        padding: 10px;
        border-radius: 16px;
        width: auto;
        max-width: 200px;
        margin-top: -10px;
        position: relative;
        margin-bottom: -8px;
    }
    .tarif-box div input + .fakeLabel::before {
        margin-left: 0;
        position: absolute;
        left: -8px;
        top: 18px;
        font-size: 8px !important;
    }
    .tarif-box-info h3 {
        margin: 0;
    }
    .plans .plans-wrapper label p{
      
        text-align: left;
    }
    .inputs-wrapper {
       flex-direction: column;
    }
    .Iimage{
        display: none;
    }
    p {
        font-size: 15px;
        letter-spacing: 0;
        margin: 0 0 8px;
        font-weight: 600;
    }
    .logo-wrapper {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin: 0 0 60px;
    }
    .card .card {
        max-width: 100%;
    }
    h2 {
        font-size: 25px;
        line-height: 1;
    }
    h2 {
    font-size: 25px;
    line-height: 1;
}   
.content-box:before {top: -274px;} 
body:before {
 display: none;
}
img.logopro {
    display: none;
}
.inputs-wrapper {
    display: flex;
    gap: 0px;
}
.checkbox-wrapper .inputs-wrapper {
    padding-left: 0;
}
.card .required {
    position: relative;
    width: 100%;
}
.card .borderBottom {

    max-width: 100%;

}
.card {

    border-radius: 10px;
    padding: 25px 20px;
}
label.fakeLabel {
    font-size: 15px; 
}
.sticky-links-mobile {
      
    display: none !important;
          }
  }
.emptyField {
    border-color: red !important; 
}
.emptyField input[type="radio"] {
    outline: 2px solid red; 
}