﻿/*=============================================================    Authour URL: www.designbootstrap.com        http://www.designbootstrap.com/    License: MIT    http://opensource.org/licenses/MIT    100% Free To use For Personal And Commercial Use.    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE   ========================================================  *//* =============================================================GOOGLE FONT============================================================ */@import url(https://fonts.googleapis.com/css?family=Ubuntu); /* FREE GOOGLE FONT */@import url(https://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT *//* =============================================================GENERAL STYLES============================================================ */body {font-family: 'Ubuntu', sans-serif;color: #fff;}section {padding-top: 80px;padding-bottom: 40px;}.pad-bottom {padding-bottom: 60px;}.header {font-family: 'Oswald', sans-serif;padding-bottom: 40px;text-transform: uppercase;}.header hr {width: 50px;border-top: 2px solid rgb(236, 203, 36);}/* =============================================================Section Covid-19============================================================ */#Infos-Covid {    font-size: 18px;    margin-left: 25%;    color: red;}.Text-Covid {    color : red;    font-size: 24px;    font-weight: 400;}.List-Covid19 {    text-align: left;    list-style-type:disc;    font-weight: 600;}/* =============================================================CUSTOM BUTTON STYLES============================================================ *//* =============================================================CUSTOM BUTTON STYLES============================================================ */.button-custom {border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;margin: 25px 5px 5px 0;padding: 5px;}.btn-custom-one {background-color: transparent;color: #fff;border: 2px solid rgb(236, 203, 36);}.btn-custom-one:hover {background-color: rgb(236, 203, 36);text-decoration: none;color: #fff;}.btn-custom-two:hover {border: 2px solid rgb(236, 203, 36);text-decoration: none;color: #fff;background-color: transparent;}/* =============================================================MENU SECTION STYLES============================================================ */.navbar-inverse {background-color: rgba(0, 0, 0, 0.4);border-color: transparent;}.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background-color: transparent;border-bottom: 1px solid rgb(236, 203, 36);}.navbar-inverse .navbar-nav > li > a {font-size: 12px;font-weight: 800;padding: 5px 0;letter-spacing: 2px;margin: 10px 20px 10px 20px;color: #FFF;}.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {color: rgb(0, 0, 0);font-size: 45px;font-weight: bold;font-family: Edwardian Script ITC, serif;text-shadow: 3px 3px 3px rgb(236, 203, 36);}#Sommaire{    color: #2b542c;}.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: transparent;}.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: rgb(236, 203, 36);}.navbar-inverse .navbar-toggle {border-color: rgb(236, 203, 36);}#Logo {    position: absolute;    top: 3px;    padding: 0;    margin: 0;}/* =============================================================HOME SECTION STYLES============================================================ */#home {text-align: center;padding-top: 120px;padding-bottom: 60px;}#home .social {display: block;margin: 50px 20px;}/*Carousel Slider*/#carousel-slider {padding: 50px 20px 5px 50px;}#carousel-slider h3 {line-height: 50px;font-family: 'Oswald', sans-serif;}#carousel-slider p {color: rgb(236, 203, 36);font-size: 16px;line-height: 25px;margin: 25px 20px;}/* =============================================================SERVICES SECTION STYLES============================================================ */#services .services-wrapper {padding: 20px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;margin-bottom: 40px;background-color: rgba(255, 255, 255, 0.07);cursor: pointer;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}#services .services-wrapper:hover {background-color: rgba(255, 255, 255, 0.20);}#services h3 {font-family: 'Oswald', sans-serif;}#services .services-wrapper i {margin: 5px;color: rgb(236, 203, 36);font-size: 60px;}/*============================PRICING SECTION STYLES==============================*/.light-pricing {margin-bottom: 30px;margin-top: 50px;text-align: center;box-shadow: 0 0 5px rgba(0, 0, 0, .5);background-color: rgba(255, 255, 255, 0.1);color: #fff;line-height: 30px;cursor: pointer;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.supprimer {    background-color: rgba(255, 255, 255, 0.0);    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);    cursor: default;}#transparent1 {    background-color: rgba(0, 0, 0, 0.0);    cursor: default;}#transparent2 {    background-color: rgba(0, 0, 0, 0.0);    cursor: default;}#transparent3 {    background-color: rgba(0, 0, 0, 0.0);    cursor: default;}#transparent4 {    background-color: rgba(0, 0, 0, 0.0);    cursor: default;}.light-pricing:hover {background-color: transparent;}.light-pricing ul {list-style: none;margin: 0;text-align: center;padding-left: 0;}.light-pricing ul li {padding-top: 20px;padding-bottom: 20px;cursor: pointer;}.light-pricing ul li i {margin-right: 5px;}@media only screen and (min-width:1201px){    .light-pricing .price {        padding: 40px 20px 20px 20px;        font-size: 60px;        font-weight: 900;    }   .light-pricing .type { font-size: 25px!important; font-weight: 900!important;}} @media only screen and (max-width:1200px) and (min-width:771px){    .light-pricing .price {        padding: 40px 20px 20px 20px;        font-size: 45px;        font-weight: 700;    }    .light-pricing .type { font-size: 19px!important; font-weight: 700!important;}} @media only screen and (max-width:770px) and (min-width:601px) {    .light-pricing .price {        padding: 40px 20px 20px 20px;        font-size: 40px;        font-weight: 400;    }    .light-pricing .type { font-size: 17px!important; font-weight: 600!important;}}    @media only screen and (max-width:600px) {    .light-pricing .price {        padding: 40px 20px 20px 20px;        font-size: 40px;        font-weight: 600;    }    .light-pricing .type { font-size: 16px!important; font-weight: 600!important;}}.light-pricing .price small {color: white;display: block;font-size: 15px;margin-top: 22px;}#Alignement_Bloc{    margin-bottom: 0 !important;}.light-pricing .type {background-color: rgba(0, 0, 0, 0.40);padding: 30px 20px;font-weight: 900;text-transform: uppercase;font-size: 25px;color: rgb(236, 203, 36);}.titre {    font-size: 35px;    font-weight: 300;}.First-text {color: rgb(250, 250, 250);font-size: 24px;font-weight: 400;}#Acceuil {}.light-pricing .pricing-footer {padding: 20px;}.db-attached > .col-lg-4,.db-attached > .col-lg-3,.db-attached > .col-md-4,.db-attached > .col-md-3,.db-attached > .col-sm-4,.db-attached > .col-sm-3 {padding-left: 0;padding-right: 0;}.light-pricing.popular {margin-top: 10px;}.light-pricing.popular .price {padding-top: 80px;}/*============================WORK SECTION STYLES==============================*/#work .caegories a.active {background-color: transparent;color: #fff;}.isotope .isotope-item {-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;transition-duration: 0.8s;}#work .work-wrapper {padding: 10px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;margin-bottom: 40px;background-color: rgba(255, 255, 255, 0.1);cursor: pointer;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;border: 1px solid rgb(236, 203, 36);}#work .work-wrapper:hover {background-color: transparent;border: 1px solid rgb(236, 203, 36);opacity: .80; /* standard: ff gt 1.5, opera, safari */-ms-filter: "alpha(opacity=80)"; /* ie 8 */filter: alpha(opacity=80); /* ie lt 7 */-moz-opacity: .80; /* ff lt 1.5, netscape */}#work .work-wrapper h4 {padding-top: 10px;}#Téléphone {font-weight: 400;color: rgb(250, 250, 250);font-size: 24px;}.jour {color: rgb(236, 203, 36);font-size: 24px;font-weight: 500;}.heures {    font-size: 20px;    font-weight: 400;}/*============================MAPS GOOGLE HAUTEUR STYLES==============================*/@media only screen and (min-height:1000px) {    .maps {        height: 500px;    }}@media only screen and (min-height:851px) and (max-height:999px){    .maps {        height: 412px;    }}@media only screen and (min-height:726px) and (max-height:850px){    .First-text {        font-size: 21px;    }    #Infos-Covid {        font-size: 15px;        margin-left: 30%;        color: red;    }    .Text-Covid {        color : red;        font-size: 21px;        font-weight: 400;    }    .maps {        height: 325px;    }}@media only screen and (min-height:500px) and (max-height:725px){    .First-text {        font-size: 17px;    }    #Infos-Covid {        font-size: 11px;        margin-left: 31%;        color: red;    }    .Text-Covid {        color : red;        font-size: 17px;        font-weight: 400;    }    .maps {        height: 225px;    }}@media only screen and (max-height:499px){    .First-text {        font-size: 14px;    }    #Infos-Covid {        font-size: 8px;        margin-left: 28%;        color: red;    }    .Text-Covid {        color : red;        font-size: 14px;        font-weight: 400;    }    .maps {        height: 150px;    }}/*============================MAPS GOOGLE LARGEUR STYLES==============================*/@media only screen and (min-width:1500px) {    .maps {        width: 750px;    }}@media only screen and (min-width:1000px) {    .maps {        width: 500px;    }}@media only screen and (min-width:851px) and (max-width:999px){    .maps {        width: 412px;    }}@media only screen and (min-width:726px) and (max-width:850px){    .maps {        width: 325px;    }}@media only screen and (min-width:500px) and (max-width:725px){    .maps {        width: 225px;    }}@media only screen and (max-width:499px){    .maps {        width: 150px;    }}/*============================TEAM SECTION STYLES==============================*/@media only screen and (min-width:767px) {    .team-wrapper {        overflow-x: hidden;        position: relative;        left: 57%;        -webkit-transition: all 0.2s ease;        -moz-transition: all 0.2s ease;        -o-transition: all 0.2s ease;        transition: all 0.2s ease;        margin-bottom: 30px;    }}@media only screen and (max-width:766px) {    .team-wrapper {        overflow-x: hidden;        position: relative;        -webkit-transition: all 0.2s ease;        -moz-transition: all 0.2s ease;        -o-transition: all 0.2s ease;        transition: all 0.2s ease;        margin-bottom:30px;    }}.team-wrapper:hover {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}.team-wrapper .team-inner {text-align: center;background-size: contain;background-position: center;-moz-background-size: contain;-webkit-background-size: cover;padding: 150px 0 10px;/*background-image: url('../img/team/logo.png');*/border-top: 1px solid #fff;border-right: 1px solid #fff;border-left: 1px solid #fff;border-radius: 10px 10px 0 0;}.teamm {    background: center no-repeat;    padding-bottom: 50%;}#Link-Photos {    position: relative !important;}#Link-P {    color: rgb(236, 203, 36);    font-size: 21px;    font-weight: 400;    text-decoration: none;}#Link-P:hover {    color: white;    cursor: pointer;}.team-wrapper > .team-inner > a {color: rgb(236, 203, 36);width: 80px;height: 80px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;margin: 0 auto -50px;display: block;z-index: 999;font-size: 40px;padding: 15px 22px;background-color: #fff;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}.team-wrapper > .team-inner > a:hover {color: #fff;text-decoration: none;background-color: rgb(236, 203, 36);}.team-wrapper .description {padding: 30px 20px 20px;text-align: center;border-bottom: 1px solid #fff;border-right: 1px solid #fff;border-left: 1px solid #fff;}.team-wrapper .description h5 {color: rgb(236, 203, 36);}/*============================CONTACT SECTION STYLES==============================*/#contact .contact-wrapper {background-color:rgba(255, 255, 255, 0.1);padding: 20px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;margin-bottom: 40px;min-height:200px;}#contact .contact-wrapper h3 {color:rgb(236, 203, 36);}#contact .social-below {display: block;margin-top: 5px;}.footer-div {padding-top:25px;}.email {    color: rgb(236, 203, 36);}.footer-div a,.footer-div a:hover {font-size:10px;color:#fff;text-decoration:none;}@media only screen and (min-width:768px) {    #Contact1 {        left: 16.75%;    }    #Contact2 {        left: 16.75%;    }}/*============================PIED DE PAGE STYLES==============================*/footer {    background-color: black;    position: relative;    height: 100px;    text-align: center;    margin:0;    padding:0;}@media only screen and (max-width:520px) {    footer {        background-color: black;        position: relative;        height: 183px;        text-align: center;    }}@media only screen and (max-width:2000px) and (min-width:1950px){    footer {        width: 2010px;    }}@media only screen and (max-width:1949px) and (min-width:1900px){    footer {        width: 1959px;    }}@media only screen and (max-width:1899px) and (min-width:1850px){    footer {        width: 1909px;    }}@media only screen and (max-width:1849px) and (min-width:1800px){    footer {        width: 1859px;    }}@media only screen and (max-width:1799px) and (min-width:1750px){    footer {        width: 1809px;    }}@media only screen and (max-width:1749px) and (min-width:1700px){    footer {        width: 1759px;    }}@media only screen and (max-width:1699px) and (min-width:1650px){    footer {        width: 1709px;    }}@media only screen and (max-width:1649px) and (min-width:1600px){    footer {        width: 1659px;    }}@media only screen and (max-width:1599px) and (min-width:1550px){    footer {        width: 1609px;    }}@media only screen and (max-width:1549px) and (min-width:1501px){    footer {        width: 1559px;    }}@media only screen and (max-width:1500px) and (min-width:1450px){    footer {        width: 1510px;    }}@media only screen and (max-width:1449px) and (min-width:1400px){    footer {        width: 1459px;    }}@media only screen and (max-width:1399px) and (min-width:1350px){    footer {        width: 1409px;    }}@media only screen and (max-width:1349px) and (min-width:1300px){    footer {        width: 1359px;    }}@media only screen and (max-width:1299px) and (min-width:1250px){    footer {        width: 1309px;    }}@media only screen and (max-width:1249px) and (min-width:1200px){    footer {        width: 1259px;    }}@media only screen and (max-width:1199px) and (min-width:1150px){    footer {        width: 1209px;    }}@media only screen and (max-width:1149px) and (min-width:1100px){    footer {        width: 1159px;    }}@media only screen and (max-width:1099px) and (min-width:1051px){    footer {        width: 1109px;    }}@media only screen and (max-width:1050px) and (min-width:999px){    footer {        width: 1060px;    }}@media only screen and (max-width:1000px) and (min-width:950px){    footer {        width: 1010px;    }}@media only screen and (max-width:949px) and (min-width:900px){    footer {        width: 959px;    }}@media only screen and (max-width:899px) and (min-width:850px){    footer {        width: 909px;    }}@media only screen and (max-width:849px) and (min-width:800px){    footer {        width: 859px;    }}@media only screen and (max-width:799px) and (min-width:750px){    footer {        width: 809px;    }}@media only screen and (max-width:749px) and (min-width:700px){    footer {        width: 759px;    }}@media only screen and (max-width:699px) and (min-width:650px){    footer {        width: 709px;    }}@media only screen and (max-width:649px) and (min-width:600px){    footer {        width: 659px;    }}@media only screen and (max-width:599px) and (min-width:550px){    footer {        width: 609px;    }}@media only screen and (max-width:549px) and (min-width:500px){    footer {        width: 559px;    }}@media only screen and (max-width:499px) and (min-width:450px){    footer {        width: 509px;    }}@media only screen and (max-width:449px) and (min-width:400px){    footer {        width: 459px;    }}@media only screen and (max-width:399px) and (min-width:350px){    footer {        width: 409px;    }}@media only screen and (max-width:349px) and (min-width:300px){    footer {        width: 359px;    }}@media only screen and (max-width:299px) and (min-width:250px){    footer {        width: 309px;    }}@media only screen and (max-width:249px) and (min-width:200px){    footer {        width: 259px;    }}@media only screen and (max-width:199px) and (min-width:150px){    footer {        width: 209px;    }}@media only screen and (max-width:149px) and (min-width:100px){    footer {        width: 159px;    }}@media only screen and (max-width:99px) and (min-width:50px){    footer {        width: 109px;    }}@media only screen and (max-width:49px){    footer {        width: 59px;    }}.bloque {    display: inline-block;    text-align: center;    font-size: 14px;    vertical-align: middle;}#référence {    text-decoration: none;    color: #fff;}#Second {    padding-top: 5px;}#Titre {    position: relative;    display: inline-block;    text-align: center;    margin-right: 50px;    color: rgb(236, 203, 36);    font-size: 21px;    margin-top: 21px;    margin-bottom: 11px;}