/* INSLINE CSS START */ 


    

      
      .noborder {
          border: none !important;
          margin: 0 !important;
          padding: 0 !important;
      }

        .nopadding {
            padding:0 !important;
        }

         .nopadding-top {
            padding-top:0 !important;
        }

        .nomargin {
            margin:0 !important;
        }

        .divider {
            border-bottom: 1.5px solid var(--orange);
            margin-top: 1.5rem;
            min-width: 10rem;
            max-width: 10rem;
        }
        
        .fa-square-bigger {
        	font-size: 5rem !important;
        }
      
        .relative {
            position: relative;
        }


/* img-wrapper est utilisé pour appliquer un gradient sur les images des offres */

.value-proposition {
    /*background-color: var(--jaune);*/
    margin-top: 2rem !important;
    padding-top: 2rem;
}

.value-proposition h2 {
    color: #0090d7;
    font-size: 1.8rem !important;
}

.value-proposition p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
}

.img-wrapper, .hero-wrapper, .contact-img-wrapper {
    position: relative;
}

.img-wrapper img, .hero-wrapper img, .contact-img-wrapper img {
    width: 100%;
}

.img-wrapper > div:before {
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,173,231,0.3) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}



/* == == == == == == */
      /*  INTRO  */


h2 {
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#intro {
    padding-top: 4rem !important;
}

#intro p {
    margin:3rem 0;
}


#nos-domaines {
    background-color: var(--blanc);
    padding: 0;
    padding-bottom: 0;
}

#comment-ca-marche  {
    /* background: #5dbfbf;
    background-image: linear-gradient(to top right, #3AAAA4, #97DBD7); */
    background-color: var(--jaune);
    background-image: linear-gradient(to top right, #F6C611, #f0c218);       
    /* here would need a media query for the bigger site
    margin: 0 auto;
    width: 50%;
    */
    padding: 0;
    padding-bottom: 4rem;
    margin-top: 0.75rem !important;
    /* position:relative; */
}


.comment-ca-marche-icon {
    position:relative;
    top: 2px;
    min-width: 3rem;
    /* max-width: 3rem; edit le 11/03/2024 pour les nouvelles icônes */
    margin-right: 10px;
}

.comment-ca-marche-icon-img {
    /* max-width: 80%; */
}

.comment-ca-marche-step {
    padding-top: 2rem;
}

.comment-ca-marche-step p {
    font-size: 15px;
    font-weight: 500;  
    margin:0 !important;
    text-align: left;
}

.comment-ca-marche-step p strong {
    color: var(--blanc) !important;
    font-style: italic;
}

.comment-ca-marche-step-transition-image {
    min-width: 3rem;
    max-width: 3rem;
    padding: 0.2rem;
    margin: 0;
}

/* la fleche pour la transition horizontale */
.comment-ca-marche-step-transition-horizontale { 
    display: none;
}

.comment-ca-marche-step-transition-verticale {
    display: none !important;
}

#offres h1{
    margin-bottom: 2rem;
    padding-top: 3rem;
}

.nos-offres-element, .domaines-element {
    margin-bottom: calc(var(--bs-gutter-x) * 0.25) !important;
    margin-top: calc(var(--bs-gutter-x) * .25) !important;
    position: relative;
}

.nos-offres-element:last-child {
    margin-bottom: 0;
}

.nos-offres-element h2, .domaines-element h2 {
    margin-bottom: 0;
}

.nos-offres-element h2 strong {
    color:var(--blanc);
    position: absolute;
    bottom: 5rem;
    left: 3rem;
    z-index: 100;
    margin-bottom: 0;
}

.domaines-element h2 strong {
    color:var(--blanc);
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    z-index: 100;
    margin-bottom: 0;
}

.nos-offres-element p {
    color:var(--blanc);
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    z-index: 100;
}



#regions {
    background-color: var(--bleu-clair);
    background-image: linear-gradient(to top right, #007bb8, #0090d7);
    margin-top: 0 !important;
    padding-bottom: 6rem;  
    padding-top: 4rem;  
    margin-top: 0.75rem !important;
}

#regions img {
    max-height: 110px;
    margin-bottom: 1.4rem;
}

#regions h3 strong {
    color: var(--blanc);
    font-style: italic;
}

#regions h3.lower {
    text-transform: capitalize;
}

.bloc-regions {
    padding-top: 6rem;
}


.logo-refs-container {
    padding-left: 2rem;
    padding-right: 2rem;

}

.logo-refs {
    width: 70%;
}

#contact {
    /* background-image: linear-gradient(to top right, #F6C611, #F9D963); */
    /* background-image: linear-gradient(to top right, #d97109, #f7850a); Edit 11 Mars 2024 */
    padding-bottom: 2rem;  
    padding-top: 2rem; 
}

.contact-text {
    position: absolute;
    top: 40%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

}

.contact-cta {
    font-weight: bolder;
    font-size: 2rem;
    padding-top: 2rem;
    text-decoration: underline;
}

.contact-title {
    font-weight: bolder;
}

#contact a:hover {
    color: white !important;
}

#contact-anchor {
    position: relative;
    top: -3rem;
    /* pour ne pas que le lien interne anchor fasse glisser le div sous le header */
}

#contact h1, H4, H4 A {
    /* color: var(--blanc); Edit 11 Mars 2024 */
    color: black;
}

#presta {
    padding-top: 4rem;
}

#presta img {
    /*margin: 3rem 0  4rem !important;*/
}

#presta p {
    margin-bottom: 3rem !important;
}

#presta h2.quote::before, #presta h2.quote::after {
    content: '"';
    font-size: 3rem;
    font-style: italic;
    font-weight: 900;
    line-height: 2rem !important;
    position:relative;
}

#presta h2.quote::before {
    left: -1rem;
    top: 0rem;
}

#presta h2.quote::after {
    left: 0rem;
    top: 2rem;
}

/* ========== */
/*  FORMULAIRES  */

form div {
    text-align: left !important;
}

#formulaire-wrapper {
    background-color: var(--blanc, white);
    padding-top: 6rem !important;

}

#formulaire-head p {
    text-align: left !important;
}

#formulaire-head h3 {
    margin-top: 2rem;}

#formulaire-content {
    background-color: var(--blanc, white);
    padding-bottom: 4rem !important;  
}

#formulaire-content button, .form-check-input {
    background-color: var(--bleu-clair, blue) !important;
    border: 1px var(--bleu-clair, blue) solid !important;
}

.form-label, .form-check-label {
    font-size: 1.4rem;
    text-align: left;
}

.form-label {
     margin-top: 3rem;

}

.form-label-select {
    margin-bottom: 0.5rem !important;
}

.form-control {
    margin-top: 0.5rem;
    text-align: left !important;
}

.btn-wrapper {
    text-align: left;
}

.list-select {
    border:  1px solid lightgrey;
}

.form-check, .btn-wrapper {
    margin-top: 3rem;
}

/* === INLINE CSS === */
footer {
    border: none;
    padding: 1rem 0;
    margin-top: 4rem !important;
    background-color: var(--gris-anthracite);
    color: var(--blanc);
    width: 100%;
    z-index: 1000;
}

 
footer ul {

    padding: 0 ;
    margin: 0;

}

footer li {
    color: var(--blanc);
    display: inline-block;
    font-size: 10px !important;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
}

footer li i{
    color: var(--blanc);
    font-size: 1.4rem;
}

footer li a {
    text-decoration: none !important;
    color:  white !important;
}

/* MENTIONS LEGALES */
#mentions-legales a {
    color: var(--bleu-clair) !important;
}

#mentions-legales p {
    font-size: 1.4rem !important;
}

/* BOOK */
#book {
        background-color: #6699CC;
        padding-top: 20px;
        margin-top: 20px;
}
