/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Large desktop 1280px and above */
/*
@media screen and (min-width: 1280px) {

}
*/

/* Desktop 959px and above */
/*
@media screen and (min-width: 960px) and (max-width: 1279px) {

}
*/

/* Tablets 768px and above */
/*
@media screen and (min-width: 768px) and (max-width: 959px) {

}
*/

/* Phones 767px and below */
/*
@media screen and (min-width: 481px) and (max-width: 767px) {

}
*/

/*
COULEURS :
jaune: ffd400
bleu: 09457e
bleu foncé: 182a49
paragraphe: 444444

*/

.lienIzii:hover {
	color: #60ca69 !important;
}

strong {
    color: #09457e;
}

.noUnderline a {
    text-decoration: none !important;
}

.coloredLink a:hover {
    color: #3c9ee9 !important;
}

.borderJauneHover:hover {
    border-color: #ffd400 !important;
}

.borderBleuHover a:hover {
    border-color: #09457e !important;
}

.ombrage, .ombrageColonne > div {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.13);
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {
    .rangeeNoMarginTop {
        margin-top: -23px;
    }
}

/* HEADER */
.page-id-2 .not-sticky span.link-inner {
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    color: #fff !important;
}
.page-id-2 .not-sticky .phoneMenu {
    background: none;
}

.phoneMenu {
    font-size: 1.2em;
    background: #3c9ee9;
    border-radius: 50% !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
    margin-left: 20px;
}

.phoneMenu > a > span > span {
    color: #fff;
    margin-right: 0px !important;
}

.phoneMenu:hover {
    background: #0A0;
}

.phoneMenu span.link-inner {
    padding: 13px !important;
}

/* CTA Atelier Notaires et Borne interactive*/
@media screen and (min-width: 850px) {
    .imgCTAAtelier, .imgCTABorne {
        position: absolute;
        top: -91px;
    }
    .imgCTAAtelier {
        right: 25%;
    }
    .imgCTABorne {
        left: 25%;
    }
}

/* FAQ */
.vcex-toggle__heading {
    background: #FAFAFA;
}

/* FORMULAIRE */
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background: rgb(255 0 0 / 5%) !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -20px;
}

.sousTitre {
    font-weight: 300;
    color: #444444;
    margin-top: -16px !important;
}

.texteFin {
    font-weight: 200 !important;
}

@media screen and (min-width: 1280px) {
    .rangeeFullimgRight, .colDroite {
/*        padding-right: 0 !important;*/
    }

    .colGauche {
/*        width: 41%;*/
    }

    .colDroite {
/*        width: 59%;*/
    }
}

/* TABLEAU COMPARATIF */
.tableauComparatif {
    width: 100% !important;
}

.tableauComparatif td {
    vertical-align: middle !important;
}

.tableauComparatifTitle {
    background: #09457e !important;
    color: #fff !important;
    font-weight: bold !important;
}

@media screen and (max-width: 1080px) {
  .tableauComparatif {
      font-size: 0.8em !important;
  }
}
@media screen and (max-width: 768px) {
  .tableauComparatif {
      font-size: 0.6em !important;
  }
}

/* FORMULAIRE CENTRÉ */
input.wpcf7-text, input.wpcf7-date, input.wpcf7-number {
    border: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-date::placeholder, .wpcf7-number::placeholder {
    color: #aaa !important;
}
.wpcf7-text, .wpcf7-date, .wpcf7-number, .wpcf7-submit {
    width: 100%;
}

textarea.wpcf7-form-control {
    border: 1px solid #aaa;
    height: 100px;
    margin-bottom: 15px;
}

.labelNoir {
	color: #333;
}

.wpcf7-submit {
    margin-top: 30px !important;
}

.wpcf7-submit:hover {
    color: #fff !important;
    background: #0f73bf !important;
    border-color: #0f73bf !important;
}