/* **********************************************
                        COLORS
                        ********************************************** */

/*
        gris moyen = #ccc;
        gris foncé = #333;
        orange = #f16621;
        bleu foncé : #163553
        rose : #e3175d
        vert : #bccc2a
*/
/* **********************************************
                        FORM MATERIALIZE
                        ********************************************** */
input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
    border-bottom: 1px solid #163553;
    box-shadow: 0 1px 0 0 #163553;
}
/* **********************************************
                        GENERAL
                        ********************************************** */
.header-image .background-image{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    text-align: right;
    margin-top: 25px;
}
.container{
    max-width:1800px;
}
body {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 1.1rem;
    line-height: 170%;
    font-weight: 300;
    letter-spacing: 0.02rem;
    display: flex;
    min-height: 100vh;
    flex-direction: column;


}
main{
    flex: 1 0 auto;
}
h1, h2, h3 {
    text-transform: uppercase;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.08rem !important;
    line-height: 120%;
    margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover{
    color: #333;
    padding-top: 10px;
}
h4{
    text-transform: uppercase;
    color: #bfbeba;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05rem !important;
    line-height: 120%;
    margin: 5px auto 20px;
} 
h4 a, h4 a:hover{
    color: #bfbeba;
    text-transform: uppercase;
}
h5, h6 {
    text-transform: uppercase;
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05rem !important;
    line-height: 150%;
}
h5 a, h6 a, h5 a:hover, h6 a:hover{
    color: #333;
    padding-top: 10px;
    text-transform: initial;
}
.item-page ul li:before,  .ul_produit li:before{
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: 700;
    text-decoration: inherit;
    color: #163553;
    font-size: 1.2rem;
    margin-right:5px;
}
.empty_item_page{
    display: none;
}
a {
    color: #333;
}
a:hover {
    color: #333;
}
p{
    margin: 0;
}
strong {
    font-weight: 600;
}
.input-field .prefix{
    line-height: 3.5rem;
}
.btn{
    color: #fff;
    background-color: #163553;

    font-weight: 400;
    font-size: 1rem;


    margin: 2% auto;
    padding: 0 1rem;
}
.btn:hover {
    color: #163553;
    background-color: #FFF;
}
.material-icons {
    vertical-align: bottom;
}

/*CLASS CSS UTILE*/
.background_cover_350_250{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 250px;
    max-width: 350px;
    margin: 10px auto;
}
.background_cover_category{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    max-width: 350px;
    margin: 0 10px 10px 0;
}
.lastWord{
    font-weight: 700;
    letter-spacing: -0.1rem;
}
.bg_cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}
.pager, .pagenav{
    display:none;
}

/* **********************************************
                        NAVIGATION 
                        ********************************************** */
nav {
    background-color: #fff;
}
nav,
.nav-wrapper{
    height:90px;
    background-color:#FFF;
}
nav .nav-wrapper i{
    height:30px;
    line-height: 59px;
    color: #183652;
}
.nav-wrapper .container{
    width:84% !important;
}
nav-wrapper a{
    position:fixed;
    left:35px;
}
header .nav-wrapper i {
    margin-left: 0;
}
header nav .brand-logo{
    background-color: #fff;
    margin-left:20px;
}
header nav img {
    margin-top:10px;
    max-width: 280px;
    max-height: 100px;
}
header .nav-wrapper .container{
    width:100%;
    height:90px;
    max-width:1800px;
}
header .nav-wrapper #nav-desktop{
    height:30px;
    position:absolute;
    top:55px;
    right:200px;
}
header .nav-wrapper ul li {
    border:3px solid #FFF;
    vertical-align:middle;
    letter-spacing:0.15rem;
    margin:0 5px;
    height:100%;
    line-height:24px;
}
header .nav-wrapper ul a:hover{
    background-color:#EFEFEF !important;
}
/* CONNEXION */
header .nav-wrapper #nav-desktop li:last-child {
    position:absolute;
    bottom:38px;
    right:110px;
    width:160px;
}
header .nav-wrapper #nav-desktop li:last-child a{
    text-transform:capitalize !important;
    color:#d1d1d1;
}
/* DEMANDE DE DEVIS */
header .nav-wrapper #nav-desktop li:nth-child(6) {
    position:absolute;
    bottom:38px;
    right:310px;
    width:240px;
    text-transform:capitalize !important;
    text-align:center;
    color:#d1d1d1;
}


header .nav-wrapper ul li a {
    text-transform: uppercase;
    font-weight: 300;
    color: #183652;
    font-size: 1rem;
    vertical-align:middle;
    height:100%;
}
#nav-mobile li{
    height:auto;
}
#nav-mobile li:last-child:hover {
    border:0px solid #183652;
    background-color: #fff;
}
header .pos-absolute-right{
    position: absolute;
    right: 185px;
    bottom: 50px;
    z-index: 900;
    width:120px;
}
.pos-absolute-right .contain-buttonModal-right{
    margin:0;
}
header .pos-absolute-right .lang-inline li{
    margin:0;
}
header .pos-absolute-right .lang-inline .lang-active{
    display:none;
}
header .pos-absolute-right .lang-inline li:hover{
    border:0px solid #183652;
}
header .pos-absolute-right .mod-languages{
    display: inline-block;
    height: 40px;
}
header .pos-absolute-right .mod-languages li a{
    padding: 15px 2px 5px;
}
header .contain-link-right, header .contain-languages-right{
    display: inline-block;
}

.blog.actu_item_page{
    display:none;
}
/* **********************************************
                        SEARCH
                        ********************************************** */
.navbar-form{
    margin-left:5px;
}
.navbar-form .input-field{
    width:150px;
    position:absolute;
    bottom:65px;
    height:22px;
    right:750px;
}
#mod-search-searchword{
    width:110px;
    color:#000;
    display:inline-block;
    padding :0 !important;
}
.input-field i{
    cursor:pointer;
    height:30px !important;
    display:inline-block !important;
    line-height:1px !important;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
    margin-bottom:0px;
}


/* **********************************************
                        ITEM PAGE
                        ********************************************** */

.item-page{
    padding: 5% 0;
}
.item-page img{
    margin: 0 15px 15px 0;
}
.item-page h1{
    color:#163553;
    margin-bottom: 25px;
    text-align: center;
}
.item-page h2{
    font-size: 1.5rem;
    line-height: 150%;
}
.item-page h3{
    font-size: 1.5rem;
}
.item-page h4{
    color:#163553
}
.item-page h5{
    margin: 40px 0 20px;
}

.no-padding {
    padding: 0 0 0 0 !important;
}
/* **********************************************
                        SOCIÉTÉ
                        ********************************************** */

.blog-featured{
    width:100%;
    max-width: 800px;
    text-align:center;
    margin:70px auto;
    color:#183652;
}
.blog-featured h3{
    color:#183652;
    font-size:2rem;
    margin-bottom:20px;
}
.underline{
    width:90px;
    margin:0 auto 20px auto;
    border: 2px solid #183652;
}
.blog-featured p{
    text-align:center;
    margin:0 auto;
}
.blog-featured .btn{
    display:block;
    color: #163553;
    background-color: #FFFDFF;
    border:2px solid #163553;
    width:200px;
}
.blog-featured .btn:hover{
    color: #FFF;
    background-color: #163553;
}
.btn_reglementation{
    width:200px !important;
}

/* **********************************************
                         CHIFFRES
                         ********************************************** */
.mod_chiffres{
    padding:0 90px 0 90px;
    margin-top:50px;
    text-align:center;
}
.mod_chiffres p{
    margin-top:15px;
    text-transform:uppercase;
    font-weight: 500;
}
.mod_chiffres .nombre{
    font-size:3.5rem;
    text-shadow: 3px 3px 7px rgba(150, 150, 150, 1);
    font-weight: 700;
}
.sites{
    color:#bdcc00;
}
.experience{
    color:#e3175d;
}
.produits{
    color:#5ac0da;
}
.clients{
    color:#f19302;
}
/* **********************************************
                        PRESENCE / REJOINDRE
                        ********************************************** */
.mod_presence_rejoindre{
    background-color: #163553;
    width:80%;
    padding:80px 0;
    margin:50px auto;
}
.presence_internationale{
    margin:0 9% 0 -60px;
    color:#333;
    height:450px;
    background-color:#FFF;
    border-left:60px solid #bccc2a;
}
.presence_internationale h3{
    float:left;
    width:450px;
    max-height: 100px;
    padding-left:20px;
    padding-top:0;
    font-size:2rem;
    margin-top:0;
    letter-spacing:0.3rem !important;
    line-height:150%;
}
.presence_internationale .btn{
    margin-top:40px;
    color:#fff;
    background-color:#bccc2a;
}
.presence_internationale .btn:hover {
    color:#bccc2a;
    background-color: #FFF;
}
.presence_internationale .no-padding{
    padding:0 !important;
    height:450px;
}
/*.presence_internationale .no-padding div{
   background-size:cover;
   background-repeat:no-repeat;
}*/
.contain_presence{
    padding:50px !important;
    padding-bottom: 0;
    min-height: 100%;
}
.presence_description{
    margin-top:100px;
    margin-left:4%;
    line-height:30px;
}

.image_presence {
    background-size:cover !important; 
    height:100%;
    min-height :100%;
    background-repeat: no-repeat !important;
    background-color: #CCC;
}




.nous_rejoindre{
    margin:100px -60px 0 10%;
    color:#333;
    background-color:#FFF;
    border-right:60px solid #e3175d;
}
.nous_rejoindre h3{
    float:right;
    width:400px;
    text-align:right;
    max-height: 100px;
    padding-left:20px;
    padding-right:20px;
    padding-top:0;
    font-size:2rem;
    margin-top:0;
    letter-spacing:0.3rem !important;
    line-height:150%;
}
.nous_rejoindre .btn{
    color:#FFF;
    background-color:#e3175d;
    margin-top:40px;
}
.nous_rejoindre .btn:hover {
    color:#e3175d;
    background-color: #FFF;
}
.nous_rejoindre .no-padding{
    padding:0 !important;
    background-size:cover !important;
    width:575px;
    height:450px;
}

.contain_rejoindre{
    padding:50px !important;;
}
.nous_rejoindre_description{
    text-align:right;
    margin-top:130px;
    line-height:30px;
    margin-right:5%;
}
/* **********************************************
                        ENGAGEMENTS
                        ********************************************** */
.mod_engagements{
    text-align:center;
    min-width:800px;
    margin:70px 0 0 0 !important;
    padding:2% 3% 3% 3% !important;
    color:#183652;
}
.mod_engagements h3{
    font-size:2rem;
    color:#163553;
    letter-spacing:0.1rem !important;
    margin-bottom:30px;
}
.mod_engagements h4{
    font-size:1.3rem;
    color:#163553;
    letter-spacing:0.2rem !important;
    margin-bottom:10px;
}
.mod_engagements img{
    box-shadow:5px 5px 5px #bfbeba;
    max-height:60px;
    max-width:60px;
    margin-bottom:20px;
}
.mod_engagements p{
    color:#163553;
    font-size:1rem;
}
.mod_engagements .underline{
    margin-bottom:50px;
}

/* **********************************************
                        PRODUITS
                        ********************************************** */
.mod_produits{
    background-color: #163553;
    width:80%;
    padding:3% 0 4% 0;
    margin:30px auto;
}
.mod_produits h3, .container_liste_produits h3{
    text-align:center;
    font-size:2rem;
    color:#FFF;
    letter-spacing:0.3rem;
    margin-bottom:15px;
}
.mod_produits .underline, .container_liste_produits .underline{
    border: 2px solid #FFF;
    margin:0 auto;
}
.mod_produits .btn, .container_liste_produits .btn{
    border:0px;
}
.mod_produits h4{
    font-size:1.5rem;
    margin:0 0 35px 0;
    letter-spacing:0.25rem !important;
    line-height:30px;
    color:#333 !important;
}
.contain_produit_left, .contain_produit_right{
    padding:30px 80px 0 70px !important;
    min-height:450px !important;
}

.mod_produits .no-padding{
    padding:0 !important;
    background-size:cover !important;
    height:450px;
}

.ancrage_fixe{
    margin:50px 9% 0 -60px;
    color:#000;
    background-color:#FFF;
    border-left:60px solid #bccc2a;
}
.ancrage_fixe h4{
    width:350px;
    font-size:2rem;
    line-height: 150%;
    margin-top: 3%;
}
.ancrage_fixe_description{
    line-height:30px;
    height:150px;
}
.ancrage_fixe .btn{
    color:#FFF;
    background-color:#bccc2a;

}
.ancrage_fixe .btn:hover {
    color:#bccc2a;
    background-color: #FFF;
}

.antichute_standard{
    margin:100px -60px 0 9%;
    color:#000;
    background-color:#FFF;
    border-right:60px solid #e3175d;
}
.antichute_standard h4{
    text-align: right;
    width:100%;
    margin-top: 3%;
    font-size: 2rem;
    line-height: 150%;
}



.antichute_standard p {
    text-align: right;
}


.antichute_standard_description{
    line-height:30px;
    height:150px;
}
.antichute_standard .btn{
    color:#FFF;
    background-color:#e3175d;

    float:right;
}
.antichute_standard .btn:hover {
    color:#e3175d;
    background-color: #FFF;
}

.antichute_potelets{
    margin:100px 9% 0 -60px;
    color:#000;
    background-color:#FFF;
    border-left:60px solid #59c0da;
}
.antichute_potelets h4{
    margin-top: 2%;
    font-size: 2rem;
    line-height: 150%;
    margin-right: 0 !important;
}
.antichute_potelets_description{
    line-height:30px;
    height:150px;
}
.antichute_potelets .btn{
    color:#FFF;
    background-color:#59c0da;

}
.antichute_potelets .btn:hover {
    color:#59c0da;
    background-color: #FFF;
}

.garde_corps{
    margin:100px -60px 0 9%;
    color:#000;
    background-color:#FFF;
    border-right:60px solid #f09326;
}
.garde_corps h4{
    text-align:right;
    padding-left:10%;
    font-size: 2rem;
    line-height: 150%;
    margin-top: 3%;
}

.garde_corps p {
    text-align: right;;

}

.garde_corps_description{
    line-height:30px;
    height:150px;
}
.garde_corps .btn{
    color:#FFF;
    background-color:#f09326;

    float:right;
}
.garde_corps .btn:hover {
    color:#f09326;
    background-color: #FFF;
}
/* **********************************************
                       RECHERCHE PRODUITS
                       ********************************************** */
.mod_recherche_produit h5{
    margin:50px;
}
.mod_recherche_produit .container{
    width:100%;
    padding-top:25px;
    padding-left:35px;
}
.mod_recherche_produit h2{
    margin:20px auto !important;
    text-align:center;
}
.masonryjs .grid{
    max-width:1800px;
}
.grid-item{
    max-width:450px;
    margin:10px 10px;
}
#form_recherche_produit{
    position:relative;
}
#form_recherche_produit #search_produit{
    margin-top:15px;
}
#form_recherche_produit .col:nth-child(3) ul{
    width:250px !important;
}
#form_recherche_produit .col:nth-child(3) li{
    min-height:30px !important;
    height:auto;
}
#form_recherche_produit .col:nth-child(3) li span{
    line-height:15px;
}
.card-content{
    margin:5px auto;
    padding:10px 20px !important;
    min-height:560px;
    position:relative;
}
.card-content h2{
    font-size:1.5rem;
}
.card-content img{
    margin:10px auto;;
    display:block;
    max-width:250px;
    height:175px;
    width: 100%;

}
.card-content .btn{
    width:200px;
    position:absolute;
    bottom:10px;
    left:55px;
}
.card-title h3{
    font-size:1rem;
    margin-top:10px;
    text-align:center;
}
.card-darken{
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.card-content h5{
    font-size:1.1rem !important;
    margin-top:15px !important;
    margin-bottom:15px !important;
}
.produit_recherche_description{
    text-align:center;
}
/* **********************************************
                        DETAIL PRODUIT
                        ********************************************** */
.details_produit{
    width:100%;
}
.details_produit h3{
    margin-bottom:15px;
    font-size:2.3rem;
}
.details_produit .row{
    margin-bottom:0;
}
.main_picture{
    background-size:cover !important;
    height:350px;
}
.details_produit .container_small_picture{
    background-size:cover !important;
    max-height:150px;
    border:10px solid #fff;
}
.details_produit .container_small_picture:hover{
    border:0px solid #fff;
}


.tableau_produit{
    color:#FFF;
    background-color:#163553;
}
.onglet_produit{
    text-transform:uppercase;
    font-size:15px;
    letter-spacing:0;
    text-align: center;
    margin:0 !important;
}
.onglet_produit div{
    cursor:pointer;
    border-right:1px solid #DADADA;
    border-top:1px solid #DADADA;
    border-left:1px solid #DADADA;
    color: #000;
    background-color:#FFF;
}
.onglet_produit .active{
    cursor:auto;
    color:#FFF;
    border:0px;
    background-color:#163553;
}
.contenu_produit{
    padding:25px 40px;
    min-height:300px;
}

/* **********************************************
                        SLICK PRODUITS GAMME
                        ********************************************** */
.diapos_produits{
    margin-top:25px;
}
.diapos_produits .btn{
    border:0;
}
.diapos_produits h4{
    margin-top:45px;
}
.diapos_produits ul li:before{
    content:"";
}
.container_produits_gamme{
    margin:0 25px;
}
.contain_produit{
    text-align:center;
}
.contain_produit h5{
    margin-bottom:10px;
}

.slick-prev:before, .slick-next:before{
    /* pour colorer les flèches du diapo slick */
    color:#163553;
}
/* **********************************************
                        BLOG PAGE
                        ********************************************** */
.blog {
    padding: 5% 0;
}
.blog p{
    padding: 0px 80px 0px 0;
}
.blog-intro{
    margin-top: 2%;
    padding: 0 0.75rem !important;
}
.blog-intro h2{
    font-size: 1.5rem;
    margin: 0 auto 10px;
}
.blog-intro .btn{
    margin-top: 2%;
    font-size: 1rem;
}
.blog-intro ul {
    padding-left: 3%;
}
.blog-intro ul li {
    margin: .5% auto;
    position: relative;
    padding-left: 1.5rem;
}
.blog-intro ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-weight: 700;
    text-decoration: inherit;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 10px;
    left: 0;
}

/* **********************************************
                        ACTUALITÉS
                        ********************************************** */

.mod_news {
    padding-top: 3%;
}


.mod_news h3{
    color:#183652 !important;
    font-size:2rem !important;
    letter-spacing:0.3rem !important;
    margin-bottom:20px !important;
}
.news_img{
    height:200px;
}
.news-contain{
    width:100%;
}
.news-contain h5{
    color:#183652;
    font-size:1.3rem;
}
.news-contain .row{
    width:59%;
    margin:45px auto 60px auto;
}
.news-contain .description a{
    color:#183652;
}
.news-contain .description{
    color:#183652;
    font-size:1rem;
}
/* **********************************************
                        TEMOIGNAGE
                        ********************************************** */
.mod_temoignages{
    background-color:#163553;
    color:#FFF;
    margin:0 auto;
    padding:25px;
}
.mod_temoignages h3{
    color:#FFF;
}
.slick-caption-temoignages{
    width:70%;
    margin:0 auto;
}
/* **********************************************
                        CONTACT
                        ********************************************** */
#retourcon{
    margin-top:125px;
}
#form_contact{
    margin-top:50px;
}
.mod_itinerary{
    padding:25px;
    background-color:#163553;
    text-align: center;
    color:#FFF;
}
.mod_itinerary h2{
    color:#FFF;
}
.mod_contact #form_contact .input-field{
    margin-top:30px;
}
.mod_contact #form_contact .btn{
    margin-top:55px;
}
.mod_itinerary .input-field{
    margin:0 auto 20px;
}
#floating-panel label > input:checked + i{
}
#calc_itinerary{
    background-color:#FFF;
    color:#163553;
}
#map-canvas{
    height:500px;
}


#form_contact h3{
    text-align:center;
    margin-top: 10%
}

/* **********************************************
                        CONTACT BAS DE PAGE
                        ********************************************** */
.mod_contact_bas{
    width:70%;
    margin:0 auto;
}
.mod_contact_bas h3{
    margin-bottom:35px;
    text-align:center;
}
.mod_contact_bas #form_contact_bas .input-field{
    margin-top:30px;
}
.mod_contact_bas #form_contact_bas .btn{
    margin-top:55px;
}
/* **********************************************
                        FOOTER
                        ********************************************** */
footer {
    background-color: #192c3e;
    color: #ccc;
    padding: 5px 0;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

/* Footer 1 */
.footer-1{
    padding: 10% 0 5%;
}
footer .footer-1 ul li a {
    font-size: 0.7rem;
}
footer .footer-1 ul li {
    line-height: 90%;
}

/* Footer 2 */

footer .footer-2 {
    text-align: center;
    font-size: 0.7rem;
}

footer .footer-2 img {
    padding-top: 3%;
    max-width: 200px;
    margin: 45px auto 20px;
}

footer .footer-2 .col.s6 {
    margin-top: 1%;
}

/* Footer 3 */

footer .footer-3 {
    font-family: FontAwesome;
    text-align: right;
    padding: 10% 0 5%;
}

.footer-3 ul {
    text-align: right;
    margin-bottom:0 !important;
}

footer .footer-3 ul li {
    list-style: none outside none;
    display: inline-block;
}

footer .footer-3 ul li a i {
    width: 40px;
    height: 40px;
    color: #333;
    background-color: #fff;
    font-size: 22px !important;
    text-align: center;
    padding-top: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

footer .footer-3 ul li a i:hover {
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contain-buttonModal-right{
    display: none;
}
/* **********************************************
                        ESPACE PERSONNEL
                        ********************************************** */
.profile{
    margin:50px auto;
}
.remind, .reset{
    margin-top:50px;
}
.simulateur{
    text-align: center;
    padding:25px;
    border:1px solid #DADADA;
}
.simulateur_content{
    padding:20px;
}
#graph_gm{
    height:200px;
}
.liste_fichiers_perso{
    border:1px solid #DADADA;
    padding:25px;
}
.liste_fichiers_perso h5{
    margin-bottom:20px;
}
.liste_fichiers_perso .trigger_update{
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0 1rem;
    margin:0 20px;
    width:130px;
}
.liste_fichiers_perso .trigger_update:hover {
    color: #163553;
    background-color: #FFF;
}
.logout{
    margin-top:20px;
}
.login{
    margin-top:50px;
}
.mod_actus_espace_client{
    border:1px solid #DADADA;
    padding:10px 10px;
    text-align:center;
}
.mod_actus_espace_client .actu_box:hover{
    background-color:#e2e5f9;
}
.mod_actus_espace_client h3{
    color:#163553;
    margin-top:0px;
}
.mod_actus_espace_client h5{
    margin:20px auto 10px;
}
/* **************************************************************
**************************************************************
**************************************************************
                        MEDIA QUERIES
**************************************************************
**************************************************************
************************************************************** */

@media only screen and (max-width: 1650px) {
    /* CONNEXION */

    .mod_engagements{
        min-width:0;
    }
}
@media only screen and (max-width: 1300px) {
    .nav-wrapper .container{
        width:100% !important;
    }
    .pos-absolute-right{
        right:15px !important;
    }
    header .nav-wrapper #nav-desktop{
        right:45px !important;
    }
    header .nav-wrapper #nav-desktop li:last-child{
        right:80px !important;
    }
    header .nav-wrapper #nav-desktop li:nth-child(6){
        right:275px !important;
    }
    .navbar-form .input-field{
        right:570px !important;
    }
    .nous_rejoindre{
        margin-top:100px;
    }
    .contain_produit_right h3{
        padding:0;
    }
    .footer-1, .footer-3, .footer-3 ul{
        text-align: center !important;
    }
    .sites, .experience, .produits, .clients, .expertise, .reactivite{
        margin-bottom:20px;
    }
}

@media only screen and (max-width: 1110px) {
    .contain_produit_left h3, .contain_produit_right h3{
        letter-spacing:0 !important;
        font-size:1.5rem;
        margin-bottom:0;
        max-width:350px;
    }
    .logos, .tableau_produit{
        margin:0;
    }
    header .espace_membre_link span{
        display: none;
    }
    .col_margin{
        display:none;
    }
}
@media only screen and (max-width: 992px) {
    .brand-logo{
        position:absolute !important;
        top:5px !important;
        left:100px !important;
        margin-left:0 !important;
    }
    .contain_produit_right {
        padding: 3% !important;
    }
    .contain_produit_left {
        padding: 3% !important;
    }
    .presence_internationale{
        height:auto;
    }
    .mod_engagements .col p{
        height:130px;
    }
    
    .grid-item{
        margin-left:20%;
    }  
    .image_content{
        letter-spacing:0.2rem;
    }
    .details_produit .tableau_produit{
        margin-top:20px !important;
    }
    .navbar-form .input-field{
        right:150px !important;
    }
    #form_contact h3{

        margin-top: 0;
    }
}
@media only screen and (max-width: 800px) {
    .header-image{
        display:none;
    }
}
@media only screen and (max-width: 600px) {
    .grid-item{
        margin:0 auto;
    }  
}
@media only screen and (max-width: 530px) {
    .contain_presence h3{
        font-size:1.7rem;
        padding-left:0px;
    }
    .contain_rejoindre h3{
        font-size:1.7rem;
        padding-right:0px;
        width:270px;
    }
}
@media only screen and (max-width: 500px) {
    .brand-logo img{
        display:none;
    }
    .contain_presence h3, .contain_rejoindre h3{
        letter-spacing:0 !important;
        font-size:1.3rem;
    }
}

@media print {
  body *{
    visibility: hidden;
    max-height:800px;
  }
  .simulateur, .simulateur *{
    visibility: visible;
  }
  .simulateur{
    position: absolute;
    left: 0;
    top: 0;
  }
  #sizer{
      height:600px !important;
      width:600px !important;
  }
}

#form_contact a, #modal_form_contact a{
    color: #333 !important;
    text-decoration: underline;
}

.fixAnchorFixedHeader {
    display: block;
    height: 100px;
    margin-top: -120px;
    visibility: hidden;
}