/*---- CUSTOM CSS -----*/
/*---------------------*/


/*---- ROOT COLORS ----*/
:root {
    --negro: #222222;
    --rojo1: #E45859;
    --rojo2: #C55757;
    --gris1: #333333;
    --gris2: #666666;
    --gris3: #F2F2F2;
    --warning: #FEF5DF;
    --azul: #38B1DF;
    --azul2: #135ADB;
    --morado: #802E80;
    --verde: #1F9C1C;
  }
.negro {color:var(--negro)}
.rojo1 {color:var(--rojo1)}
.rojo2 {color:var(--rojo2)}
.azul {color:var(--azul)}
.gris {color:var(--gris2)}
.verde {color:var(--verde)}
.bg-rojo1 {background-color:var(--rojo1) !important;}
.bg-rojo1a30 {background-color:#e4585933 !important;}
.bg-rojo2 {background-color:var(--rojo2) !important;}
.bg-gris1 {background:var(--gris1)}
.bg-gris2 {background:var(--gris2)}
.bg-gris3 {background:var(--gris3)}


/*---COMMON---*/
.separador {	clear:both;	}
.separador5 {	clear:both;	height:5px;	}
.separador10 {	clear:both;	height:10px;	}
.separador15 {	clear:both;	height:15px;	}
.separador20 {	clear:both;	height:20px;	}
.separador25 {	clear:both;	height:25px;	}
.separador30 {	clear:both;	height:30px;	}

.logo {
    padding-left:10px;
    padding-right:10px;
}

.ml10 {
    margin-left:10px !important;
}

.pl10 {
    padding-left:10px !important;
}

.text-left {
    text-align: left !important;
}


figure {
    margin: 0 0 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
.d-md-block {
    display: block !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.top-0 {
    top: 0 !important;
}
.start-0 {
    left: 0 !important;
}
.end-0 {
    right: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-mode {
    background:#FFF;
}
.rounded-2 {
    border-radius: 5px !important;
}
.opacity-1 {
    opacity:1 !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}
.bg-opacity-30 {
    --bs-bg-opacity: 0.3;
}
.bg-opacity-40 {
    --bs-bg-opacity: 0.4;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.shadow {
    -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
}
body {
    margin: 0 12px 0 12px !important;
}


/*---- FONTS -----*/
body, h1, h2, h3, h4, h5, h6  {
    font-family:'Poppins', sans-serif;
    font-weight: 400;
    font-size:15px;
}
h1 {
    font-size:34px;
}
h2 {
    font-weight:bold;
    font-size:26px;
}
h3 {
    font-size:22px;
}
h4 {
    font-size:18px;
    font-weight:bold;
}
h5 {
    font-size:15px;
}
h6 {
    font-size:14px;
    font-weight:bold;
}


/*--- LINKS ---*/
a, a:link {
    text-decoration:none;
    color:var(--verde);
}
a:hover {
    color:var(--morado);
}


/*--- BUTTONS ---*/
.btn-primary {
    background:var(--azul2);
    border-color:var(--azul2);
    padding:20px 40px;
    color:#FFF;
    /*letter-spacing:2px;*/
    font-size:18px;
    border-radius:10px;
}
.btn-primary:hover {
    background:var(--azul);
    border-color:var(--azul);
}

.btn-outline-primary:hover {
    background:var(--rojo2);
    border-color:var(--rojo2);
    color:#FFF;
}
.btn-secondary {
    background:var(--negro);
    border-color:var(--negro);
    padding:10px 20px;
    color:#FFF !important;
}
.btn-secondary:hover {
    background:var(--gris2);
    border-color:var(--gris2);
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
    user-select: none;
    border-radius: .25rem;
}


/*--- FORMS ---*/
.fieldwidth {
    max-width:380px !important; 
    margin: 0 auto 0 auto;
}

.fieldwidth2 {
    max-width:290px !important; 
    margin: 0 auto 0 auto;
}

.form-message-error {
        font-size:12px;
        color: red;
        padding-left:5px;
}

input.form-field-error, textarea.form-field-error {
        border:1px dotted red !important;
}

.ajax-container {
        position:relative;
        display: table;
        width:100%;
}

.ajax-loading {
        position:absolute;
        z-index:10;
        left:20px;
        top:30%;
        width:100%;
        text-align:center;
        display: table-cell;
        vertical-align: middle;
}

.ajax-loading img {
        width:100px;
        height:100px;
        border:0px;
}

.ajax-data {
        display:inline;
}


/*--- SECTIONS ---*/


/* Section 2: Problems */
.section2 {
    text-align:center;
    background-image: linear-gradient(to top right, var(--azul), rgba(255,255,255,0)), url("../img/wall.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: var(--azul);
    background-size: cover;
}
.section2-inside {
    margin: 20px auto 20px auto;
    padding: 20px;
    width: 90%;
    max-width:1024px;
    border: 1px solid #ffffff; 
    border-radius: 10px;
    background-color: #ffffff;
}


/* Section 3: Formulaire */
.section3 {
    border-top:1px solid silver;
    text-align:center;
}
.section3-inside {
    margin: 10px auto 10px auto;
    padding: 20px;
    width: 90%;
    max-width:1024px;
}


/* Section 4: Signes */
.section4 {
    text-align:center;
    background-color: var(--gris3);
}
.section4-inside {
    margin: 0px auto 0px auto;
    padding: 20px;
    width: 90%;
    max-width:576px;
    background-color: var(--gris3);
}
.section4 img {
    width:100%;
    border-radius: 5px 5px 0px 0px;
}
.section4 p {
    background:var(--azul2);
    border-color:var(--azul2);
    color: #ffffff;
    font-weight:bold;
    padding:10px;
    border-radius: 0px 0px 5px 5px;
}


/* Section 5: Choisir */
.section5 {
    text-align:center;
    background-color: #ffffff;
}
.section5-inside {
    margin: 20px auto 20px auto;
    padding: 20px;
    width: 90%;
    max-width:1024px;
    border: 1px solid #ffffff; 
    border-radius: 10px;
    background-color: #ffffff;
}
.section5 ul {
    padding-top:30px;
    list-style-image: url("../img/tick.png");
    text-align: left;
}
.section5 li {
    padding-bottom:10px;
}


/* Section 6: Testimonials */
.section6 {
    text-align:center;
    background-color: var(--gris3);
}
.section6-inside {
    margin: 20px auto 20px auto;
    padding: 20px;
    width: 90%;
    max-width:1024px;
}
.section6-inside .item {
    padding:30px;
    border: 1px solid #ffffff; 
    border-radius: 10px;
    background-color: #ffffff;
}



/* Section 7: Processus */
.section7 {
    text-align:center;
    background-color: #ffffff;
}
.section7-inside {
    margin: 0px auto 0px auto;
    padding: 20px;
    width: 90%;
    max-width:576px;
    background-color: #ffffff;
}



/* Section 8: Addresses */
.section8 {
    text-align:center;
    background-color: var(--gris3);
}
.section8-inside {
    margin: 10px auto 10px auto;
    padding: 20px;
    width: 90%;
    max-width:1024px;
}
.section8-inside b {
    color: var(--morado);
}
.section8-inside strong {
    color: var(--verde);
}
.section8-inside p {
    margin-top:20px;
    margin-bottom:20px;
}



/*--- CSS MEDIA QUERIES ---*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 240px) and (max-width:767px) {
    .nomov {
        display:none !important;
    }
    p.desc {
        font-size:12px;
    }

    #header1 {
        display: none !important;
    }

    #header1m {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width:767px) {

}

@media (max-width: 575px) {

}

@media (max-width: 991px) {
    .section-logo2 {
        display: none;
    }
}


@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header1 {
        display: block !important;
    }

    #header1m {
        display: none !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .section-title {
        display: none;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
