﻿:root {
    --color-site: red;
    --color-obligatoire: #86a2b3;
    --color-onglet-select: #b13f15;
    --color-menu-bouton: #FF6400;
    --color-menu-survol: var(--color-menu-bouton);
}
body {
      font-family: 'Muli', sans-serif;
}
@media (max-width: 450px) {
    .body {
        font-size: 8px;
    }
    
}

@media only screen and (max-width: 767px) {
    .phrase-1 {
        font-size: 24px !important;
        color: #fff !important;
        text-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    }

    .phrase-2 {
        font-size: 12px !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 768px) {
    .phrase-1 {
        font-size: 48px !important;
        color: #fff !important;
        text-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    }

    .phrase-2 {
        font-size: 24px !important;
        color: #fff !important;
    }
}
    .close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=75);
        opacity: 0.75;
    }

        .close:hover,
        .close:focus {
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=100);
            opacity: 1;
        }

    button.close {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        /*appearance: none;*/
    }

    .title {
        font-family: 'Raleway', sans-serif;
    }


    .section_blanche {
        background-color: #FFF;
        padding-bottom: 30px;
    }

    .section_grise {
        background-color: #F2F2F2;
        padding-bottom: 30px;
    }

    .titre-bloc {
        font-size: larger;
        margin-bottom: 10px;
        margin-top: 20px;
        border-bottom: 1px solid;
    }

    .avancement-row {
        padding: 5px;
        border-bottom: 1px dashed #B5B5B5;
    }

    .align-right {
        text-align: right;
    }

    .align-center {
        text-align: center;
    }

    .lib-champ {
        font-weight: bold;
    }


    .img-enveloppe {
        margin-right: 10px;
        height: 24px;
        width: 24px;
    }


    .bandeau-entete {
        background-color: #FFF;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    }

    .btn-retour {
        border: 0px;
        background-color: transparent;
        line-height: 42px;
        border-radius: 3px;
        padding-top: 5px;
        font-size: 16px;
        height: 46px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .div-plateforme {
        color: #646464;
        padding-top: 15px;
        font-size: large;
    }

    .comment-info {
        padding: 5px;
        margin-top: 25px;
        border-top: 1px dashed #B5B5B5;
        font-style: italic !important;
    }

    .div-plateforme > a:link {
        text-decoration: none;
        color: #646464;
    }

    .div-plateforme > a:visited {
        text-decoration: none;
        color: #646464;
    }

    .div-plateforme > a:hover {
        text-decoration: underline;
        color: #646464;
    }

    .div-plateforme > a:active {
        text-decoration: underline;
        color: #646464;
    }

    .nopadding {
        padding: 0px !important;
    }

    .etat-dossier {
        color: #FFF;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 800;
    }

    /* ----------------------------------------------------------------
    HOME HEADER
-----------------------------------------------------------------*/

    #header {
        position: relative;
        background-color: #FFF;
    }

        #header .container {
            position: relative;
        }

        #header.transparent {
            background: transparent;
            border-bottom: none;
            z-index: 199;
        }


    #header,
    #header-wrap,
    #logo img {
        height: 100px;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
    }

    #header-wrap {
        position: relative;
    }

    #header.transparent + #slider,
    #slider + #header.transparent {
        top: -150px;
        margin-bottom: -150px;
    }

    #logo {
        position: relative;
        float: left;
        line-height: 100%;
        margin-right: 40px;
    }

        #logo img {
            display: block;
            max-width: 100%;
        }


    #slider {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        #slider .container {
            position: relative;
            height: 100%;
        }

    .vertical-middle {
        height: auto !important;
    }

    .heading {
        margin-bottom: 50px;
    }

        .heading h1 {
            font-size: 32px;
        }

        .center .heading:after,
        .heading.center:after,
        .heading.noborder:after,
        .heading.nobottomborder:after {
            display: none;
        }

        .heading.nobottomborder:after {
            display: none;
        }

    .formulaire-home {
        background: rgba(0,0,0,0.3);
        padding: 30px;
        border-radius: 10px;
        margin-right: 20px;
    }


    .form-control {
        border-radius: 3px;
        margin-bottom: 10px;
    }

        .form-control:active,
        .form-control:focus {
            border-color: #999;
            box-shadow: none;
        }

    .topmargin {
        margin-top: 50px !important;
    }

    /* ----------------------------------------------------------------
    Content
-----------------------------------------------------------------*/


    .content {
        position: relative;
        overflow: hidden;
    }

        .content p {
            line-height: 1.8;
        }

    .content-wrap {
        position: relative;
        padding: 50px 0;
    }

    .content .container {
        position: relative;
        width: 70%
    }

    .nobottommargin {
        margin-bottom: 0 !important;
    }

   


    .img-comment-ca-marche {
        height: 260px;
        width: 260px;
        padding: 25px;
        opacity: 1;
        border: 3px solid #FFF;
        border-radius: 50%;
    }


    .section {
        position: relative;
        margin: 60px 0;
        padding: 60px 0;
        background-color: #F9F9F9;
        overflow: hidden;
    }

    .parallax {
        background-color: transparent;
        background-attachment: fixed;
        background-position: 50% 0;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .section .container {
        z-index: 2;
    }

    .center {
        text-align: center !important;
    }

    #section_mockup_consultation_bas h1 {
        color: #fff !important;
        font-size: 45px;
    }

    #section_mockup_consultation_bas h2 {
        color: #fff !important;
        font-size: 30px;
        opacity: 0.7;
    }


    .info-cartouche {
        color: #FFF;
        margin-bottom: 20px;
        font-size: 15px;
    }


    .message {
        font-size: 20px;
        font-style: italic;
        margin-top: 40px;
        margin-bottom: 30px;
        color: #fff;
    }


    .div-erreur {
        background-image: url('oops.jpg');
        background-repeat: no-repeat;
        height: 500px;
        width: 500px;
        text-align: center;
        vertical-align: middle;
        float: none;
        display: inline-block;
    }

    .div-erreur-sub {
        margin-top: 200px;
        width: 300px;
        font-weight: 900;
        font-size: 20px;
        text-align: center
    }


    .white-line {
        margin: auto;
        z-index: 1;
        width: 150px;
        height: 1px;
        background: #ffffff;
    }

    .carousel_group {
        max-width: 750px;
        margin: auto;
    }

    .owl-page > span {
        background: #ffffff !important;
        border-radius: 50%;
    }

    .nopadding {
        padding: 0px !important;
    }

    .carousel_group .image {
        font-size: 24px;
        border: 2px solid transparent;
        -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
        box-shadow: 0px 0px 0px 2px #ffffff;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto;
        margin-top: 5px;
        overflow: hidden;
        color: #fff;
    }

        .carousel_group .image img {
            width: 100%;
            vertical-align: top;
            color: #fff;
        }

    #footer {
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #fff;
        color: #333;
    }


    .chiffre-list li {
        list-style: none;
        margin-bottom: 18px;
        padding-left: 0 !important;
    }


    #footer {
        color: #69767F !important;
        font-size: small;
    }

        #footer a {
            margin-right: 15px;
            font-size: small;
            color: #69767F !important;
        }

            #footer a:visited {
                margin-right: 15px;
                font-size: small;
                color: #69767F !important;
            }

    .footer-right {
        opacity: .50;
    }

    .phrase-bandeau-couleur {
        color: #fff;
        font-style: italic;
        font-size: 40px;
    }

    .map_france {
        height: 350px;
        width: 350px;
        background-image: url('carte_vierge.png');
        background-repeat: no-repeat;
        background-size: contain;
        -ms-behavior: url('backgroundsize.min.htc');
    }


    .btn-devis {
        background-color: transparent !important;
        font-family: Muli;
        cursor: pointer;
        font-size: 14px;
        padding: 10px 15px;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .btn-facture {
        background-color: transparent !important;
        font-family: Muli;
        cursor: pointer;
        font-size: 14px;
        padding: 10px 15px;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 20px;
        margin-left: 60px;
    }


    .heading-white {
        opacity: 1 !important;
    }

        .heading-white:after {
            border-top: 1px solid #FFF !important;
        }

    .img-pastille {
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        visibility: visible;
        z-index: 99;
        height: 350px;
        width: 350px;
        -ms-behavior: url('backgroundsize.min.htc');
        /*visibility:hidden ;*/
    }

    .visibility-hidden {
        visibility: hidden;
    }

    .img-electro {
        width: 60px;
        height: 60px;
        margin-right: 40px;
        opacity: 0.5;
    }

    .screenshots {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .brands .brand_logo {
        background: #FFFFFF;
        padding: 10px;
        margin: 13px;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .brands .brand_logo img {
            border-radius: 4px;
            width: 100%;
        }

    .brand_logo {
        display: inline-block !important;
        cursor: pointer;
    }

    .img-fournisseur {
        width: 130px;
        margin-right: 40px;
        opacity: 0.2;
    }

        .img-fournisseur:hover {
            opacity: 0.6;
            transition: opacity 0.5s ease-in-out;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
        }

    .date-maj {
        font-style: italic;
        /* margin-bottom:20px;*/
        color: #000000;
        font-size: 11px;
    }


    .medium-margin-left {
        margin-left: 25px;
    }

    .panel-default > .panel-active {
        padding: 10px 10px 10px 20px;
        background-color: var(--color-site);
        color: white;
        font-family: Open Sans,sans-serif;
        /*height: 76px;*/
        vertical-align: middle;
        box-shadow: 0px 0.12rem 0.25rem rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
    }

    .modal-header.panel-active {
        background-color: var(--color-site);
        color: white;
        font-family: Open Sans,sans-serif;
        vertical-align: middle;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .panel-active .icone_heading_ok {
        display: inline-block;
        transition: transform 1s;
        color: white;
    }

    .panel-active .icone_heading_not_ok {
        display: inline-block;
        transition: transform 1s;
        transform: rotateY(180deg);
        opacity: 0.4;
        color: white;
    }

    .panel-couleur-defaut .panel-active {
        margin-bottom: 1em !important;
        background-color: var(--color-site) !important;
    }


    .modalValidation {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
/* YL-6301 */
.btn-modal-validation-vert {
    border: 2px solid #FFF;
    color: #FFF !important;
    background: #5cb85c; 
    border-radius: 10px;
}
    .btn-modal-validation-vert:hover {
        border: 2px solid #000;
        color: #FFF !important;
        background: #5cb85c;
        border-radius: 10px;
    }

    /*
.modalValidation-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

.modalValidation-header h2 {
    margin-top: 0;
}

.modalValidation-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    margin-right: 10px;
    cursor: pointer;
}

.modalValidation-body {
    text-align: center;
}

.modalValidation-buttons {
    margin-top: 20px;
}

    .modalValidation-buttons button {
        margin: 0 10px;
    }

.modalValidation-footer {
    text-align: center;
}

    .modalValidation-footer h3 {
        margin-bottom: 0;
    }

    */