/* 
    Created on : 02/05/2025
    Author     : Alexis
*/

@import url('/assets/global/css/fonts/firasans.css');

html {
    font-size: 16px;
    line-height: 1.5;
}

body {
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 16px;
    color: #000;
}


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

a:hover {
    color: #ffffff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.responsive {
    display: none;
}

.desktop {
    display: block;
}


.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

/***** HEADER *****/
/***** HEADER *****/
header {
    padding: 20px 0;
}

header img {
   width: 180px;

}

.header {
    margin: 0;
    color: #000;
    margin-top: 25px;
    text-align: right;
}

/****** Offre *****/

section.offre {
    background-color: #34611e;
    background: transparent url("/assets/2025-04-saunier-duval/img/bg.jpg");
    min-height: 650px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.recapitulatif section.offre {
    background-color: #34611e;
    background: transparent url("/assets/2025-04-saunier-duval/img/bg.jpg");
    min-height: 620px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.recapitulatif .accroche {
    margin-top: 70px;
}

.accroche {
    margin-top: 50px;
}

.accroche img {
    width: 75%;
}

.accroche .wrap {
    padding-right: 6rem;
}

.logo img {
    width: 240px;
    padding: 0;
}

.product img {
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

/* Formulaire
   ========================================================================== */

.formulaire {
    text-align: center;
    margin-top: 0;
}


.right-form {
    margin: 60px 0 0 0;
    max-width: 442px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 15px 30px 15px;
    text-align: center;
}

.title-form {
    padding: 0 15px 0 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #cc0033;
    margin-bottom: 22px;
    font-weight: 600;
}

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

.title-form .filet {
    width: 80px;
    margin-top: 10px;
    border-top: 3px solid #a28829;
    text-align: center;
}

.label_title {
    margin-top: 15px;
}



.form-control {
    font-family: 'Fira Sans', Arial, sans-serif;
    color: #000;
    display: block;
    width: 100%;
    height: 44px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    outline: none;
    padding-bottom: 10px;
    font-weight: 400;
}

input:placeholder {
    color: #000;
}

.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;
}

.label {
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    white-space: normal;
    line-height: 1.2;
    font-weight: normal;
}

label {
    text-align: left;
    color: #000;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    white-space: normal;
    line-height: 1.2;
    font-weight: 500;
    display: block;
}

.checkbox-label {
    text-align: left;
    color: #202e36;
    display: block;
    padding: 8px 15px;
    margin: -15px 5px 0 5px;
    font-size: 10px;
    clear: both;
    font-weight: 400;
    border-radius: 0;
    white-space: normal;
    line-height: 1.2;
    border-radius: 0 10px 10px 10px;
}



.btn-participer {
    width: 92%;
    background-color: #cc0033 !important;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    padding: 12px 20px;
    margin-top: 10px;
}

.btn-participer:not([disabled]):hover {
    opacity: 90%;
}

.sub-cta {
    font-size: 11px;
    color: #424242;
    text-align: justify;
    padding: 0 15px;
}
.sub-cta a{
    color: #424242;
}
.nom, .cp, .prenom {
    padding-right: 25px;
    padding-left: 25px;
}

.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;
}

.mlsub {
    font-size: 10px;
    color: #000;
    text-align: justify;
    padding: 20px 20px 0px 20px;
    line-height: 1.2;
}

.mlsub a {
    color: #000 !important;
    text-decoration: underline;
}

.civilite {
    clear: both;
}


.hidden-form {
    display: none;
}

.phoneerror {
    z-index: 99;
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: red;
}



.right-form .btn-main {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    padding: 12px 15px;
    background-color: #ffa60c !important;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 150px;
    display: block;
    transition: background-color 0.5s ease;
}

.right-form .btn-main:not([disabled]):hover {
    background-color: #999 !important;
}


.right-form .btn-back {
    width: 80px;
    display: block;
    margin: 1rem 0 0;
    background-color: transparent;
    background-image: none;
    border: 0;
}


.line .btn-bottom .btn-participer2:hover {
    text-decoration: none;
}

.mentions {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.2em;
    text-align: justify;
    font-weight: 400;
    color: #2e2e2e;
    padding: 0px 20px 15px 20px;
}

.mentions a {
    text-decoration: underline;
}


/** 
* Progress-bar

/** 
* 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: center;
    cursor: pointer;
    z-index: 90;
    font-weight: normal;
}

#retour {
    background-color: #ffffff;
    border-radius: 7px;
    border: none;
    color: #000000;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;

}

#suivant {
    border-radius: 7px;
    border: none;
    color: #ffffff;
    padding: 12px 20px;
    width: 62%;
    background-color: #cc0033;
    font-weight: 600;
    font-size: 15px;

}






/**********/

input[type="radio"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }

.radio-label .label {
    display: inline !important;
    color: #000000; /* ou blanc si fond foncé */
    font-weight: 600;
  }

  .radio-label {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    margin: 5px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    position: relative;
    width: 46%;
  }
  

.radio-label:hover, .radio-label.active {
background-color: #b3003c;
color: white;

}

input[type="radio"]:checked + .label {
    background-color: #b3003c;
    color: white;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 0px;
    white-space: normal;
    line-height: 1.2;
  }



/* ==========================================================================
   Body
   ========================================================================== */

.line1 {
    padding: 70px 0;
    background-color:#ffffff;
}

.line1 .ico {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.line1 img {
    width:100%;
    margin-bottom: 5px;
}

.line1 .picto  {
    height:310px;
    width: 290px;
    padding: 0px 0px 0px 50px;
}

.line1 .picto img {
    width:50px;
}

.line1 h1{
    font-size: 36px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.line1 h3{
    font-size: 20px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
}


.line1 h4{
    font-size: 14px;
    line-height: 1.6em;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
}

.line1 b{
    font-size: 36px;
    line-height: normal;
    color: #cc0033;
    font-weight: 600;
}

.line1 h2{
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    text-align: center;
}


.btn-bottom {
    margin-top: 24px;
    margin-bottom: 20px;
}

.btn-bottom .btn-participer2 {
    width: 220px;
    text-align: center;
    padding: 15px 30px 15px 30px;
    background-color: #ffda01 !important;
    color: #202e36;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    display: block;

}

.btnrdv {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 12px 15px;
    background-color: #2490D7;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    display: block;
    transition: background-color 0.5s ease;
}

.btnrdv:hover {
    opacity: 90%;
}

.btn2 {
    max-width: 360px;
}


.bloc-elem .form-group {
    margin-bottom: 14px;
    position: relative;
    clear: both;
}

.img_absolute{
    position: absolute;
    bottom: -68px;
    left: 0px;
}


.line2 {
    background-color: #df002c;
    background: transparent url("/assets/2025-04-saunier-duval/img/bg-rea.jpg");
    min-height: 500px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.line2 .bloc {
    background-color: #ffffff;
    border-radius: 7px; 
    padding: 40px;       
    max-width: 750px;

}

.line2 .check img {
    width:20px;
    margin-right: 20px;
}

.line2 h1{
    font-size: 36px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: left;
}


.line2 h2{
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    text-align: left;
}


.line2 .btn-participer2 {
    border-radius: 7px;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
    width: 40%;
    background-color: #cc0033;
    font-weight: 600;
    font-size: 15px;
    margin-top: 40px;

}

.btn-participer2 {
    border-radius: 7px;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
    width: 25%;
    background-color: #cc0033;
    font-weight: 600;
    font-size: 15px;
    margin-top: 50px;

}




.line3 {
    background-color: #df002c;
    padding: 70px 0;
}

.line3 h1{
    font-size: 36px;
    line-height: normal;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center;
}

.line3 h2{
    font-size: 24px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}

.line3 h3{
    font-size: 16px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}

.line3 h4{
    font-size: 14px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0px;
}

.line3 .row-bloc {
    display: flex;
    justify-content: center;
    gap: 20px;               
    width: 100%;
    margin: 0 auto;

}

.line3 .bloc {
    flex: 1;                 
    padding: 40px;
    background-color: white;
    border-radius: 7px;

}

.line4 {
    padding: 30px 0px 70px 0px;
    background-color:#ffffff;
}

.line4 .ico {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}


/* ==========================================================================
   Recapitulatif
   ========================================================================== */

.merci {
    padding-top: 0px;
    font-size: 2.2rem;
    color: #ffffff;
    text-align: left;
}

p {
    padding-top: 0px;
    font-size: 17px;
    color: #1b284e;
    text-align: left;
    line-height: normal;
}

.merci img {
    width: 300px;
    margin: 0px 0 20px 0;

}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    padding: 50px 0px 50px 0px;
    background-color: #f8f8f8;
}

footer .ml {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    color: #2f2f2f;
}

footer a{
    color: #2f2f2f;
}

footer img {
    width: 180px;
    margin-bottom: 40px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1199px) {
    .merci {
        font-size: 1.6rem;
    }
    .radio-label {
        width: 45%;
      }
}

@media (max-width: 990px) {
    
    .formulaire {
        text-align: center;
        margin-top: 0;
    }
    
    section.offre,
    section.offre.bg1 {
        background-image: none;
        background-color: #ffffff;
        min-height: 380px;
    }


    section.offre .img1 {
        display: none;
    }

    section.offre.bg1 .img {
        display: none;
    }

    section.offre.bg1 .img1 {
        display: block;
    }

    .responsive {
        display: block;
    }

    .responsive img {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .right-form {
        margin: 40px 0 0px;
        max-width: none;
        margin-top: 0px;
        border-radius: 0px;
    }

    .line {
        padding: 30px 0;
    }

    .line h2 {
        font-size: 24px;
    }

    .btn-bottom .btn-participer2 {
        font-size: 16px;
    }

    .recapitulatif section.offre {
        min-height: 100px;
        background: #FFFFFF;
    }

    .merci {
        font-size: 1.25rem;
    }

    .merci img {
        margin-top: 70px;
    }

    .line h3 {
        font-size: 22px;
        margin: 20px 20px 0px 20px;
    }

    .picto img {
        width: 20%;
    }

    .img_absolute{
        bottom: -96px;
        left: 20px;
    }

    .blocform{
        background-color: #ffffff;
    }

    .btn-participer2{
        width: 100%;
        max-width: 290px;
        margin-bottom: 20px;
    }


    .radio-label {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 7px;
        margin: 5px;
        margin-bottom: 14px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        position: relative;
        width: 45%;
      }

      .line1 .picto  {
        padding: 30px 30px 30px 30px;
    }
    
    
}


@media (max-width: 769px) {

.line2 .btn-participer2 {
    border-radius: 7px;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
    background-color: #cc0033;
    font-weight: 600;
    font-size: 15px;
    margin-top: 40px;

}

.padtop {
    padding-top: 25px;

}



}


@media (max-width: 600px) {

    .line1 .picto  {
        height:100%;
        width: 100%;
        padding: 30px 30px 30px 30px;
    }

    .line3 .row-bloc {
        display: flex;
        flex-wrap: wrap;
        max-width: 1000px;
    
    }
    
    .line3 .bloc {
        flex: 1 1 100%; /* pleine largeur en mobile */
        margin: 0px 15px 0px 15px;
    }
}



@media (min-width: 991px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

    .features .equal h2,
    .features .equal p {
        display: flex;
        align-items: center;
        height: 100%;
        text-align: left;
    }
}


