/*
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
*/

:root {
    --primary-color: #ed250a;
    --primary-font: "Roboto";
    --secondary-font: "Nova Oval";
}


/***************
*** GENERAL ***
***************/

h2 {
    font-family: var(--secondary-font);
    font-size: 70px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    font-weight: 500;
}

h3 {
    font-size: 25px !important;
    text-align: center;
}

h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 15px;
    height: 10px;
    background: #000;
    transform: translateX(-50%);
}


/***************
*** UTILITAIRES ***
***************/

.intro {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}

.intro strong {
    color: var(--primary-color);
}


/***************
*** MENU ***
***************/

#site-navigation a {
    text-transform: uppercase;
}

#site-navigation .menu-contact .link-inner {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}


/***************
*** MENU MOBILE***
***************/


/***************
*** HOME ***
***************/

#home_bannier_top {
    min-height: 800px;
    padding-top: 180px;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: var(--secondary-font);
    line-height: 1em;
}

#home_bannier_top .wpb_text_column strong {
    color: var(--primary-color);
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    #home_bannier_top {
        min-height: 600px;
        padding-top: 120px;
        font-size: 40px;
    }
}

#home_bannier_top_slogan {
    text-align: center;
    font-size: 45px;
    font-family: var(--secondary-font);
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 40px;
}

#home_bannier_top_slogan strong {
    color: var(--primary-color);
    font-weight: normal;
}

#home_bannier_exemples .vc_row .vc_column-inner {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

#home_bannier_exemples .vc_row .vc_column-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 98%;
    transform: translateX(1%);
    height: 1px;
    background: #000;
}

#home_bannier_exemples .vc_row>.wpb_column:nth-child(1) .vc_column-inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 98%;
    transform: translateY(1%);
    width: 1px;
    background: #000;
}

#home_bannier_exemples .vc_row:last-child .vc_column-inner:before {
    display: none;
}

#home_bannier_exemples .vc_row .wpb_text_column {
    margin-bottom: 40px;
    text-align: center;
}

#home_bannier_exemples .vc_row .wpb_text_column h3 {
    margin-bottom: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
}

#home_bannier_exemples .vc_row .wpb_text_column strong {
    font-size: 23px;
}

@media only screen and (max-width: 768px) {
    #home_bannier_exemples .vc_row>.wpb_column:nth-child(1) .vc_column-inner:after {
        display: none;
    }
    #home_bannier_exemples .vc_row:last-child .vc_column-inner:before {
        display: block;
    }
}

#home_bannier_prix>.wpb_column>.vc_column-inner {
    text-align: center;
    border: 1px solid #2d2d2d;
    border-radius: 50px;
    padding: 10px 10px 20px;
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    overflow: hidden;
}

#home_bannier_prix>.wpb_column:nth-child(2)>.vc_column-inner {
    background-color: #eef0f1;
}

#home_bannier_prix>.wpb_column:nth-child(3)>.vc_column-inner {
    color: #fff;
    background-color: #da6450;
}

#home_bannier_prix>.wpb_column:nth-child(4)>.vc_column-inner {
    color: #fff;
    background-color: #000;
}

#home_bannier_prix>.wpb_column>.vc_column-inner:after {
    content: "QRcast";
    font-family: var(--secondary-font);
    font-weight: bold;
    font-size: 130px;
    line-height: 1em;
    color: #f5f1f1;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%) rotate(-45deg);
    opacity: 0.6;
    z-index: -1;
}

#home_bannier_prix>.wpb_column:nth-child(3)>.vc_column-inner:after,
#home_bannier_prix>.wpb_column:nth-child(4)>.vc_column-inner:after {
    opacity: 0.1;
}

#home_bannier_prix>.wpb_column:nth-child(2)>.vc_column-inner:after {
    color: #fff;
}

#home_bannier_prix strong {
    font-weight: 900;
}

#home_bannier_prix h3 {
    font-size: 45px !important;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 15px;
}

#home_bannier_prix>.wpb_column:nth-child(3)>.vc_column-inner h3,
#home_bannier_prix>.wpb_column:nth-child(4)>.vc_column-inner h3 {
    color: #fff;
}

#home_bannier_prix h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background: #fff;
}

#home_bannier_prix .home_bannier_prix-intro {
    font-weight: bold;
    min-height: 120px;
    font-style: italic;
}

#home_bannier_prix .vc_row {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_bannier_prix .vc_row .home-bannier_prix-price {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 300;
}

#home_bannier_prix .home_bannier_prix-quantity {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 20px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#home_bannier_prix .home_bannier_prix-quantity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
}

#home_bannier_prix .home_bannier_prix-quantity:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
}

#home_bannier_prix .theme-button {
    border-radius: 50px;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 959px) {
    #home_bannier_prix>.wpb_column {
        width: 50%;
    }
    #home_bannier_prix .home_bannier_prix-intro {
        min-height: 90px;
    }
    #home_bannier_prix .vc_row {
        min-height: 120px;
    }
}

@media only screen and (max-width: 768px) {
    #home_bannier_prix>.wpb_column {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    #home_bannier_prix>.wpb_column,
    #home_bannier_prix .home_bannier_prix-intro,
    #home_bannier_prix .vc_row {
        min-height: auto;
    }
}


.wpb_map_wraper {
    border: 10px solid #ebe8e8;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.28);
    box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.28);
}

#popup-mentions-legales {
    width: 1000px !important;
    max-width: 80% !important;
    padding-left: 15px;
    padding-right: 15px;
}


/***********
 *** FORM ***
 **********/

.wpcf7 p {
    margin: 0;
}

.wpcf7 br {
    display: none;
}

.wpcf7 {
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 input,
.wpcf7 textarea {
    margin-top: 15px !important;
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: 20px;
    color: #000;
}

.wpcf7 input[type="submit"] {
    border: 0;
    color: #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 600;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 4px;
}