body {
    margin: 0;
    padding: 0;
    background: #FFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bloc
{padding : 25px;}

a,
button {
    transition: all .3s ease-in-out;
    outline: none!important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.social:hover {
color: white!important;
}


#page-loading-blocs-notifaction {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

.bloc-lg {
    padding: 100px 50px;
}

.bloc-md {
    padding: 50px;
}

.bloc-sm {
    padding: 25px 50px 0 50px;
}

#bloc-7 {
    padding: 50px 0;
    font-size: 16px;
}

.colonne-p2 {
    padding: 0 50px
}

.form-group {
    margin: 10px;
}

#bloc-7 .form-control {
    border: 2px solid #cb4b10!important;
    opacity: 0.3;
}

#bloc-7 ::placeholder {
    color: #cb4b10;
}

legend {
    font-size: 16px;
    color:#cb4b10;
}

.bg-center,
.bg-t-edge,
.bg-repeat {
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    -o-background-size: auto!important;
    background-size: auto!important;
}

.bg-repeat {
    background: repeat;
}

.bg-t-edge {
    background: top no-repeat;
}

.bloc-bg-texture::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.texture-paper::before {
    background: url("img/texture-paper.png");
    opacity: 0.3;
}

.b-parallax {
    background-attachment: fixed;
}

.d-bloc a .icon-md,
.d-bloc a .icon-lg {
    color: rgba(255, 255, 255, .6);
}

.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg {
    color: rgba(255, 255, 255, 1);
}


.l-bloc .navbar a,
.l-bloc .navbar-brand,
.l-bloc a .icon-md,
.l-bloc a .icon-lg {
    color: rgba(0, 0, 0, .6);
}

/*.l-bloc .navbar a:hover,
.l-bloc .navbar-brand:hover,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg {
    color: rgba(0, 0, 0, 1);
}*/

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}

.navbar-brand {
    width: 25%;
    height: auto;
}

nav>ul>li>a:hover{
    color: #cb4b10!important;
    background-color: #FFF!important;
}

.voffset-lg {
    margin-top: 80px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.row-no-gutters > [class^="col-"],
.row.row-no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand {
    height: auto;
    padding: 3px 15px;
    line-height: 44px; 
}

.navbar-brand img {
    max-height: 200px;
    margin: 0 5px 0 0;
    display: inline;
}

.navbar-brand img[src$=svg] {
    min-width: 100px;
}

.nav-center .navbar-brand img {
    margin: 0;
}


.nav > li {
    float: left;
    font-size: 16px;
    list-style: none;
}

.nav a {
    text-decoration: none;
}


.navbar-toggle:hover 
.nav > li a:hover,
.nav > li a:focus {
    background: transparent;
}

.navbar-toggle {
    margin: 0;
    border: 0;
    background-color: #FFF!important;
}

.navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, .5);
    width: 26px;
}


.nav-invert .navbar-header,
.nav-invert .navbar-brand {
    float: right;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {

    .site-navigation {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
   
    .nav-invert .site-navigation {
        left: 25px;
        right: 0;
    }
    .nav-center {
        text-align: center;
    }
    .nav-center .navbar-header {
        width: 100%;
    }
    .nav-center .navbar-header,
    .nav-center .navbar-brand,
    .nav-center .nav > li {
        float: none;
        display: inline-block;
    }
    .nav-center .site-navigation {
        position: relative;
        width: 100%;
        right: 0;
        margin-right: 25px;
        margin-top: 20px;
    }
    .nav-center.mini-nav .navbar-toggle {
        float: none;
        margin: 10px;
    }

    .nav > li {
        padding: 0 ;
        margin: 0;
    }
}

.nav > li > .dropdown a {
    background: none!important;
    display: block;
    padding: 14px 15px;
}

nav .caret {
    margin: 0 5px;
}

.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.dropdown-menu .dropmenu-flow-right {
    top: 100%;
    left: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu .dropdown span {
    border: 4px solid black;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin: 6px -5px 0 0!important;
    float: right;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mg-lg {
    margin-top: 10px;
    margin-bottom: 40px;
}

.btn {
    margin: 0 5px 5px 0;
    align-items: center;
}


button {
    outline: none!important;
}


.icon-md {
    font-size: 30px!important;
}

.icon-lg {
    font-size: 60px!important;
}


.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    transition: all .3s ease-in-out;
    font-size: 22px;
    opacity: 1;
}

.scrollToTop span {
    margin-top: 6px;
    color: #fff !important;
}

a[data-lightbox] {
    position: relative;
    display: block;
    text-align: center;
}

a[data-lightbox]:hover::before {
    content: "+";
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
    font-size: 32px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    font-weight: 100;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

a[data-lightbox]:hover img {
    opacity: 0.6;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

#lightbox-modal {
    display: flex;
    align-items: center;
}

#lightbox-modal .modal-dialog {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 0;
}

#lightbox-modal .modal-dialog img {
    max-height: 90vh;
    margin: 0 auto;
}

.lightbox-caption {
    padding: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.close-lightbox {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    border: none;
    line-height: 30px;
    padding: 0 9px 5px;
    opacity: 0.3;
}

.close-lightbox:hover,
.next-lightbox:hover,
.prev-lightbox:hover {
    opacity: 1.0;
    color: #FFF;
}

.next-lightbox,
.prev-lightbox {
    font-size: 20px;
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out;
    position: absolute;
    top: 45%;
    z-index: 1;
    opacity: 0.4;
}

.next-lightbox {
    padding: 6px 8px 1px 13px;
    right: 25px;
}

.prev-lightbox {
    padding: 6px 13px 1px 10px;
    left: 25px;
}

.snapshot-lb .modal-body {
    padding-bottom: 45px;
}

.snapshot-lb .lightbox-caption {
    padding: 0;
    color: rgba(0, 0, 0, .5);
    background: none;
}

/* SUPPRIMER les h1 h2?*/
h1,
h2,
h3,
p,
label,
.btn,
a {
    font-family: "helvetica";
    font-weight: 400;
    color: #575757!important;
}

p {
    font-size: 16px;
}

.tight-width-whitespace {
    max-width: 600px;
    margin: auto ;
}

h1 {
    font-size: 32px;
    font-family: "helvetica"; 
}

#bloc-1-hero h1 {
    background-color: rgba(165, 147, 99, 0.1);
}

.cta-hero {
    margin-top: 20px;
    color: #FFFFFF!important;
    text-transform: uppercase;
    padding: 12px 28px 12px 28px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
}

.social {
    margin: auto ;
}

h2 {
    font-size: 20px;
    line-height: 1.5em;
    color: #cb4b10!important;
}

#bloc-5-cta h2 {
background-color: rgba(165, 147, 99, 0.1);
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #cb4b10!important;
}

#bloc-6 p {
    font-size: 17px
}

.med-width-whitespace {
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 0px 0px #000000;
}

.icons {
    margin-bottom: 14px;
    margin-top: 24px;
}

.white {
    color: #FFFFFF!important;
}

.portfolio-thumb {
    margin-bottom: 24px;
}

.portfolio-row {
    margin-bottom: 44px;
    margin-top: 50px;
}


.black-background {
    background-color: rgba(165, 147, 99, 0.8);
    padding: 40px;
}

.bold-link {
    font-weight: 900;
    text-decoration: underline!important;
    padding-top: 25px;
}

.bgc-white {
    background-color: #FFFFFF;
}

.bgc-atomic-tangerine {
    /* background-color: #F3976C;changement de couleur pour respect ratio contraste*/
   background-color: #cb4b10;
}

.tc-white {
   /*color: #F3976C!important; changement de couleur pour respect ratio contraste */ 
   color: #FFFFFF!important;
}

#bloc-3-what-i-do h2 {
    color: black!important;
    font-weight: bolder;
}

.btn-atomic-tangerine {
    /*background: #F3976C; changement de couleur pour respect ratio contraste*/
    background : #cb4b10;
    color: #FFFFFF!important;
}

.btn-atomic-tangerine:hover {
    background: #FFFFFF!important;
    color:#c27956!important;
    /*inversion des couleur pour respect ratio contraste*/
}

.ltc-white {
    color: #FFFFFF!important;
}

.ltc-white:hover {
    color: black!important;
}


.icon-dark-slate-blue {
    color: #364577!important;
    border-color: #364577!important;
}

.bg-dots-bg {
    background-image: url("img/dots-bg.png");
}

.bg-lines-h2-bg {
    background-image: url("img/lines-h2-bg.png");
}

.bg-banniere {
    background-image: url("img/agence-la-panthere.jpg");
}

.bg-presentation {
    background-image: url("img/image-de-presentation.jpg");
}

@media (max-width: 1024px) {
    #bloc-7 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .b-parallax {
        background-attachment: scroll;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .b-parallax {
        background-attachment: scroll;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .b-parallax {
        background-attachment: scroll;
    }
    .page-container {
        overflow-x: hidden;
        position: relative;
    }
   
    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-container {
        overflow-x: hidden;
        position: relative;
    }
    
    .navbar-header {
        padding-bottom: 15px;
    }

    .b-parallax {
        background-attachment: scroll;
    }
    .navbar .nav {
        padding-top: 0;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

    .navbar.row {
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation {
        position: inherit;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .navbar-collapse {
        padding: 0px;
    }
    .nav > li {
        margin-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .05);
        text-align: left;
        width: 100%;
    }
    .nav > li:hover {
        background: rgba(0, 0, 0, .08);
    }
    .dropdown .dropdown a .caret {
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    #hero-bloc .navbar .nav {
        background: rgba(0, 0, 0, .8);
    }
    #hero-bloc .navbar .nav a {
        color: rgba(255, 255, 255, .6);
    }
    .hero {
        padding: 50px 0;
    }
    .hero-nav {
        left: -1px;
        right: -1px;
    }
    .site-navigationse {
        padding: 0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img {
        max-height: 40px;
        width: auto;
    }
    .nav-invert .navbar-header {
        float: none;
        width: 100%;
    }
    .nav-invert .navbar-toggle {
        float: left;
        margin-left: 10px;
    }
    .bloc {
        padding-left: 0;
        padding-right: 0;
    }
   
    .bloc-lg {
        padding: 40px 0;
    }
   
    .bloc-md {
        padding-left: 0;
        padding-right: 0;
    }
   
    .voffset-md {
        margin-top: 20px;
    }
    .voffset-lg {
        margin-top: 30px;
    }
    form {
        padding: 5px;
    }
    .close-lightbox {
        display: inline-block;
    }
    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }
    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 400px) {
    .bloc {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .bloc-mob-center-text {
        text-align: center;
    }
}