/***** Created by : Louna - 16/02/2026 *********************/

@import url("https://use.typekit.net/qzz0jle.css");
@import url('/assets/global/css/fonts/inter.css');

html{
    scroll-behavior: smooth;
}

body {
    /*font-family: 'ff-cocon-pro', sans-serif;*/
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.rgpd {
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
    font-family: 'inter', sans-serif;
    padding: 0 25px 25px;
    color: #000000;
}

#ui-datepicker-div {
    background:#fff;
    padding:15px;
}
.ui-datepicker-header {
    text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-month {
    margin-right:15px;
}
.ui-datepicker-calendar td {
    padding:4px;
}

h1{
    font-family: 'ff-cocon-pro', sans-serif;
    font-weight: bold;
    font-size: 44px;
    margin-top: 60px;
}

h2 {
    font-family: 'inter', sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    margin: 30px 0 50px;
    text-align: left;
}

h3{
    font-family: 'ff-cocon-pro', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #073742;
    margin-top: 0;
}

h4{
    font-family: 'ff-cocon-pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 12px 0;
    text-align: center;
    color: #073742;
}

img{
    width: 100%;
}

/***********************************************************HEADER LOGO *******************************************/
header {
    color:#000000;
    min-height: 70px;
}

header img{
    max-width: 180px;
    padding: 30px 0px;
    width: 100%;
}

header span{
    font-family: 'ff-cocon-pro', Helvetica, sans-serif;
    font-size:1.2em;
    font-style: italic;
    text-align: center;
    line-height:1.2;
    color:#356f7e;
}
header .baseline {
    padding:40px 0 30px 0;
}

a {
    color: #000;
    text-decoration: underline;
}

.responsive {
    display:none;
}
.desktop {
    display:block;
}

.pad-top  {
    padding-top: 50px;
}
.pad-bottom  {
    padding-bottom: 30px;
}

/*********************************************************** OFFRE *******************************************/
section.offre {
    padding:0px 0 60px 0;
    background-image: url(/assets/2026-01-asurro/img/bgd.gif);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position:relative;
    color: #FFFFFF;
    min-height: 675px;
}

.accroche img{
    width: 22px;
}

.accroche h3 {
    font-size: 2em;
    padding-top: 30px;
}

.accroche p {
    margin-bottom: 12px;
}

.recapitulatif section.offre {
    min-height: 675px;
}

/******************************************* FORMULAIRE *************************************************************/
.form .partie2{
    padding: 0;
}

.form .partie2.col-md-6{
    padding: 0 5px;
}

.form-group {
    margin-bottom: 8px;
}

.right-form{
    background-color: #FFFFFF;
    margin-top: 50px;
    border-radius: 20px;
}
.form {
    padding: 20px 20px 5px 20px;
    color: #073742;
}
.title-form {
    font-family: 'ff-cocon-pro', Helvetica, sans-serif;
    padding:25px 20px 0 20px;
    text-align: center;
    font-size: 24px;
    line-height:1.1;
    color:#073742;
    font-weight: bold;
}
.ui-datepicker {border: 1px solid black;border-radius:10px;}    
.ui-datepicker-calendar  {color:#099a98;font-size:0.9em;}

.title-form span {color:#073742;}

.btn-default, .form-control {
    border-radius:6px;
    border-color:#dee0e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    color: #2e2e2e;
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
    padding-bottom: 10px;
    border: 1px solid #dee0e6;
    font-weight: 600;
}

.form-control:placeholder {
    font-weight:bold;
}
.form-control[disabled]
{
    background-color: #fff;
}

.btn-default {
    background-color:  #fff;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #0a4e7c;
    outline: none;
    padding-bottom: 10px;
}

.form-control::placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color:#7c7c7c;
}

.deux .radio-label{
    width: 50%;
}

.deux .label {
    background-color: #fff;
    text-align: center;
    color:#2e2e2e;
    display: block;
    padding: 10px 14px;
    margin: -20px 5px 0 5px;
    font-size: 15px;
    border-radius: 10px;
    white-space: normal;
    line-height:1.2;
    border: 1px solid #dee0e6;
    display: flex;
    gap: 20px;
    justify-content: left;
    align-items: center;
}

.label{
    color: #2e2e2e;
    font-size: 16px;
    padding: 0.2em 1.6em 0.3em 0;
}

.label_title{
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

.deux .label:active, .deux .label:hover, .deux .label:focus, .deux .label.clicked  {
    background: #d1f1ff;
    color: #2e2e2e;
}

.btn-participer, .btn-main.complete {
    font-family: 'ff-cocon-pro', sans-serif;
    width: 100%;
    padding: 14px 0;
    background-color: #058987;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
.btn-participer:hover {
    background-color: #073742;
}
.formulaire img {
    width: 30%;
    max-width: 32px;
}

.name, .cp{
    padding-right: 5px
}
.adresseH{
    margin-bottom: 0
}

.custom-control-label{
    font-weight: 100;
    font-size: 11px;
    float: right;
    width: 90%
}

textarea.form-control {
    height:90px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    font-size: 10px;
}
.dropdown-menu > li > a {
    padding: 3px 5px;
}

.accroche2 span{
    font-size: 21px
}

.color {
    color:#2e2e2e;
    text-decoration: underline;
}

.checkbox-label{
    display: flex;
    align-items: flex-start;
    gap: 10px;

}
.checkbox-label span{
    background-color: transparent;
    color: #000;
    text-align: left;
    font-size: 12px;
    border: none;
    width: auto;
    height: auto;
    white-space: normal;
}

.checkbox-label span:hover{
    background: transparent;
}

.form-control::placeholder{
    color: black;
}

.img_res{
    display: none;
}
#div-bouttons {
    padding-right: 0;
    padding-left: 0;
}
#retour {
    border-radius: 10px;
    border:none;
    background: #ccc;
    color:#000;
    padding:10px;
}

/************************************************************* SECTION **********************************/
#errorMessage {
    position: absolute;
    z-index: 999;
}

.line2 {
    padding:50px 0;
    margin:50px 0;
    font-family: 'ff-cocon-pro', sans-serif;
}

.line2 p  {
    font-size: 17px;
    line-height: normal;
    color:#073742;
}

.line3 {
    padding: 0;
    background-color: #F9F8F5;
}

.line3 h3 {
    text-align: left;
    margin-top: 70px;
}
.line3 h4 {
    text-align: left;
    margin-bottom: 40px;
}

.line3 img{
    width: 93%;
}

.line3 .icon{
    width: 100%;
    max-width: 44px;
}

.line3 p{
    font-weight: 600;
    margin-top: 14px;
    font-size: 15px;
}

.line4 {
    padding:50px 0;
    margin:50px 0;
    text-align: center;
}

.line4 img{
    max-height: 50px;
    width: auto;
    margin-bottom: 30px;
}

.line4 p{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.line4 .assurance{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 24px;
    padding: 30px 10px;
}

.traitement{
    margin: 40px 0 0px;
    text-align: left !important;
}

.traitement h3{
    text-align: left !important;
    margin-top: 30px;
}

.traitement img{
    width: 100%;
    max-width: 130px;
    height: auto;
    max-height: none;
}

.bottomcenter {
    margin: auto;
}

.produits {
    color:#000000;
    margin: 35px 0 0 0;
    text-align: left;
}

.produits div {
    padding: 30px 40px 30px 20px;
    border-radius: 24px;
}

.produits img{
    width: auto;
    max-height: 50px;
    height: 100%;
    margin-bottom: 10px;
}

.btn-bottom .btn-participer2 {
    font-family: 'ff-cocon-pro', sans-serif;
    margin-top: 60px;
    padding: 14px;
    background-color: #058987;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 16px;
    display: block;
    text-align: center;
    width: 58%;
    max-width: 300px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-participer2:hover {
    text-decoration: none;
    background-color: #073742;
    transform: translateY(-2px);
}

.margin-cta{
    margin-bottom: 50px;
}

.flex_list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flex_list img {
    margin-top: 14px;
}

/********************************************************* RADIO BUTTONS ****************************************/
.button {
    /*  float: left;*/
    margin: 0 5px 0 0;
    /*width: 100px;
    height: 40px;*/
    position: relative;
}

.button label,
.button input {
    /*display: block;
    position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked + label {
    background: #20b8be;
    border-radius: 4px;

}

.button label {
    text-align: left;
    cursor: pointer;
    z-index: 90;
    font-size: 17px;
    color: #073742;
    font-weight: 400;
}

/********************************************************* FOOTER ****************************************/
footer {
    padding:100px 0px;
    background-color: #073742;
    color:#FFFFFF;
}
footer .ml {
    font-size: 12px;
    text-align: justify;
}

footer .ml a{
    color: #FFFFFF;
    text-decoration: underline;
}

/********************************************************* RESPONSIVE ****************************************/
@media (max-width: 1199px){
    .brhide br{
        display: none;
    }
    .img_camera{
        width : 90%;
    }
    .line .bloc {
        min-height: 400px;
        margin-bottom:30px;
    }
    .line .choice {
        margin-bottom:25px;
    }
    .line .choice img {
        width:50%;
    }
    .resp2 {
        display:none;
    }
}

@media (max-width: 991px) {
    .line3 img{
        width: 100%;
        max-width: 520px;
        height: auto;
    }
    .line4 .assurance {
        margin-top: 30px;
    }
    header .baseline{
        padding: 0 0 5px 0;
    }
    .bg-beige img {
        margin-top:25px;
    }
    .resp2 {
        display:block;
    }
    .img_res{
        display : block;
        max-width: 500px;
        margin: auto;
    }
    .formulaire{
        margin-top: 0px;
        padding : 0;
    }

    section.offre {
        background-image: none;
        padding-bottom: 0 !important;
        max-height: none !important;
    }
    .responsive {
        display:block;
        padding: 0;
    }
    .responsive img {
        width:100%;
    }
    .desktop {
        display:none;
    }
    .right-form {
        margin-top: 0px;
        padding-bottom: 15px;
        background: #f1f1f1;
        border-radius: 0;
    }
    .line .bloc {
        min-height: 300px;
    }
    .line .choice {
        min-height:100px;
    }
    .line .choice.padd100 {
        padding:25px 25px 25px 25px;
        min-height:50px;
    }
    .line .choice img {
        width: 30%;
    }
    .line2 {
        padding: 20px 0;
    }
    .btn-bottom .btn-participer2 {
        width: 100%;
        margin-top: 35px;
    }
    .recapitulatif section.offre {
        padding: 0px 0 20px 0;
        min-height: 200px;
    }
    .line img{
        width: 100%;
        padding-bottom: 50px;
    }
    .line img{
        width: 100%;
        padding-bottom: 50px;
    }
    .line h3 {
        font-family: 'ff-cocon-pro', sans-serif;
        font-size:2.3em;
        line-height: 1.3em;
        font-weight:bold;
        color: #2e2e2e;
        text-align: left;
        padding: 20px 20px 20px 20px;
        margin: 0;
    }
    .line h3 span {
        color: #279dce;
    }
    .line p  {
        font-size:1.4em;
        line-height: 1.5em;
        color:#2e2e2e;
        padding: 20px 20px 20px 20px;
    }
    .line3 h3 {
        margin-top: 40px;
    }
    .margin-cta{
        margin: 35px auto 50px;
    }
    .traitement{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .traitement img{
        margin: 0;
    }
    .traitement h3{
        margin: 0 0 10px 0;
    }
    .traitement p{
        line-height: 20px;
    }
    footer{
        padding: 80px 0;
    }
    .line4 {
        padding: 10px 0 30px 0;
    }
    header span{
        font-family: 'ff-cocon-pro', Helvetica, sans-serif;
        padding:0px 20px 20px 0px;
        text-align: center;
        font-size:1.2em;
        line-height:1.2;
        color:#356f7e;
        font-weight: normal;
    }
    .recapitulatif .line3{
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    label{
        display:block;
    }
    label.radio-label{
        display:inline-block;
    }
    .deux .radio-label{
        width:50%;
    }
    .trois .radio-label{
        width:33.3333%;
    }

    .cinq .radio-label{
        width:20%;
    }
}


/* Date of birth dropdowns styling */
.date-naissance-wrapper {
    margin-top: 15px;
}

.date-naissance-wrapper .date-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 17px;
    color: #073742;
    white-space: nowrap;
}

.date-selects-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.partie1.date-select {
    flex: 1 1 33.333%;
    max-width: 33.333%;
    display: inline-block !important;
    margin-right: 15px !important;
}

.partie1.date-select:last-child {
    margin-right: 0 !important;
}

select[name="date_naissance_jour"],
select[name="date_naissance_mois"],
select[name="date_naissance_annee"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    background-color: #fff;
    width: 100% !important;
    display: block !important;
    margin-right: 15px !important;
    color: #2e2e2e;
    font-weight: 600;
}

select[name="date_naissance_annee"] {
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .date-selects-container {
        flex-direction: row;
        gap: 5px;
    }
    
    select[name="date_naissance_jour"],
    select[name="date_naissance_mois"],
    select[name="date_naissance_annee"] {
        font-size: 12px;
        padding: 8px;
    }
}


/******** HOVER EFFECTS ********/
.hover1 {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hover1:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.revealtitre {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.6s;
}
.revealtitre.visibletitre {
  opacity: 1;
  transform: translateX(0);
}

.revealtitrecenter {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.6s;
}
.revealtitrecenter.visibletitre {
  opacity: 1;
  transform: translateY(0);
}

.revealsstitre {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 1s;
}
.revealsstitre.visibletitre {
  opacity: 1;
  transform: translateX(0);
}

.revealsstitrecenter {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 1s;
}
.revealsstitrecenter.visibletitre {
  opacity: 1;
  transform: translateY(0);
}

.revealliste {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 1.5s;
}
.revealliste.visibletitre {
  opacity: 1;
  transform: translateX(0);
}