/*
    Theme Name: Colleco
    Version: 1.0
    Author: Bastien (Rose & Piment)
*/

@font-face {
    font-family: Poppins ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: Poppins Light;
    src: url(../fonts/Poppins-Light.ttf) format('truetype');
}

@font-face {
    font-family: Poppins Medium;
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Poppins Regular;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Poppins SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
}

/*--------------------------------------------------------------
    Generale
--------------------------------------------------------------*/

body,
html {
    width: 100%;
    height: 100%;
}
body { font-family: 'Poppins Light', Arial, sans-serif; }

a {
    color: #F05F40;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #92aa57;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Poppins Regular', Arial, sans-serif; }

b,
strong { font-family: 'Poppins SemiBold', Arial, sans-serif; }

p { color: #3e525b; }
p:last-child { margin-bottom: 0; }

.block-bleu { background-color: #67a5c1; }
.block-gris { background-color: #57676d; }
.block-vert { background-color: #709a25; }
.block-jaune { background-color: #d4da00; }

.text-white { color: #fff; }
.text-blue { color: #315f6e; }
.text-ciel { color: #bcdce7; }
.text-vert { color: #709a25; }
.text-gris,
.text-gris * { color: #57676d !important; }

blockquote {
    border-left: 1px solid #57676d;
    text-align: left;
    padding-left: 15px;
    font-size: 1.7em;
    color: #3e525b;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    blockquote {
        border-left: none;
        text-align: center;
        padding-left: 0;
        font-size: 1.8em;
        margin-top: 1rem;
    }
}

.widget { list-style: none; }


/*--------------------------------------------------------------
    Header (home)
--------------------------------------------------------------*/

header .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
}
header .carousel-item {
    height: 100vh;
    max-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead {
    height: 100%;
    max-height: 350px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}

header.masthead .header-wrapper {
    background-image: url(../img/colleco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    z-index: 100;
}

@media (max-width: 768px) {
    header.masthead .header-wrapper {
        height: 100%;
        z-index: 100;

    }
}


/*--------------------------------------------------------------
    Navigation
--------------------------------------------------------------*/

#navigation { background-color: #fff; }
#navigation .navbar { padding: 1rem; }
#navigation .navbar li { margin: 0 0.3rem; }
#navigation .navbar a {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}
#navigation .navbar a.active { opacity: 1; }

#navigation .navbar .dropdown-menu {
    border: 1px solid #8eb464;
    border-radius: 0;
}
#navigation .navbar .dropdown-menu a {
    text-transform: uppercase;
    color: #7b8d8c;
    width: 100%;
}

#navigation .navbar .navbar-toggler {
    color: #3e525b;
    border-color: #3e525b;
    margin: 0 auto 1rem;
}
#navigation .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(62,82,91, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

#navigation .form-control {
    border: 1px solid #8eb464;
    border-radius: 0;
}
#navigation form button {
    background-color: #8eb464;
    border-color: #8eb464;
    border-radius: 0;
    color: #fff;
}

/* Fixed navigation */

#navigation.fixed-header {
    background-color: #e2eedb;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    padding: 0 !important;
}
#navigation.fixed-header .navbar-nav { border: 0; }
#navigation.fixed-header .navbar-nav li a { margin-top: 0; }
#navigation.fixed-header .navbar-nav li a:before { display: none; }

@media (max-width: 1200px) {
    #navigation .navbar .nav { margin: 0 auto; }
    #navigation .navbar a { 
        margin-left: 0.6em;
        margin-right: 0.6em;
        width: auto;
    }
}

@media (max-width: 992px) {
    #navigation .navbar .navbar-toggler { white-space: normal; }
    #navigation .navbar .navbar-nav li { margin-bottom: 1.2em; }
}


/*--------------------------------------------------------------
    Intro
--------------------------------------------------------------*/

#intro { background-color: #e3eedb; }
#intro h1 {
    border-left: 1px solid #57676d;
    text-align: left;
    padding-left: 15px;
    font-size: 1.7em;
    color: #3e525b;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
    Contact (bouton)
--------------------------------------------------------------*/

.grecaptcha-badge { display: none; }

.contact-wrapper {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 150;
}
.contact-wrapper a.contact {
    display: inline-block;
    background-color: #8eb464;
    padding: 21px 10px;
    border-radius: 8em;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    border: 5px solid #d4d82e;
}
.contact-wrapper a.contact:hover {
    background-color: #709a25;
    border: 5px solid #8eb464;
}

@media (max-width: 992px) {
    .contact-wrapper a.contact {
        display: inline-block;
        background-color: #8eb464;
        padding: 25px 5px;
        border-radius: 8em;
        color: #fff;
    }
    .contact-wrapper a.contact::before {
        content: "C";
        color: white;
        font-size: 3em;
        position: absolute;
        margin-left: -0.2em;
        margin-top: -0.47em;
    }
}


/*--------------------------------------------------------------
    Services
--------------------------------------------------------------*/

.services { padding: 3rem 0; }
.services p {
    text-align: justify;
    font-size: 1em;
    color: #1c4653;
}
.services .border {
    border-top: 2px solid #a3c17d !important;
    padding-top: 1em;
}
.services h2 {
    color: #8db560;
    text-transform: uppercase;
    font-size: 1.5em;
}
.services h3 {
    font-size: 1.5em;
    color: #315f6e;
}
.services h2 big { font-size: 4rem; }
.services .card-w { display: grid; }
.services .card-border { 
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 18em;
    margin-top: 1em;
    position: relative;
}
.services .card-border a { 
    display: block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
}
.services .card-content .card-text p { 
    margin-bottom: 0;
    text-align: center;
    margin: 0 2em;
    background: rgba(255, 255, 255, 0.9);
    color: #315f6e;
    padding: 1em;
}
.services .btn-services {
    text-transform: uppercase;
    color: #fff;
    background-color: #8db560;
    padding: 0.2em 0.8em;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 0.2em;
    margin-right: 2.5em;
    font-size: 0.8em;
    border: none;
}
.services .modal-content {
    border: 1px solid #3e525b;
    border-radius: 0;
}
.services .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.2em;
    color: #3e525b;
}
.services .list-pdf {
    margin: 0;
    padding: 0;
}
.services .list-pdf-item {
    margin-bottom: 0.5em;
    list-style-type: none;
}
.services .list-pdf-item:before {
    font-family: FontAwesome;
    content: "\f1c1";
    display: inline;
    margin-right: 1em;
    color: #709a25;
}
.services .list-pdf-item a { color: #315f6e; }
a:hover .card-content .card-text p {
    background: rgba(140, 182, 92, 0.9);
    color: #ffffff;
}


/*--------------------------------------------------------------
    Plus
--------------------------------------------------------------*/

#plus .plus {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}
#plus .plus h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #3e525b;
    margin-bottom: 1rem;
}
#plus .plus .border-left { border-left: 1px solid #3e525b !important; }
#plus .plus .card {
    border-radius: 0;
    border: 0;
}
#plus .plus .card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
}
#plus .plus .card .btn-primary {
    color: #fff;
    background-color: #8eb464;
    border-color: #8eb464;
    border-radius: 0;
}
#plus .plus .card .btn-primary:hover,
#plus .plus .card .btn-primary:focus {
    background-color: #d4da01;
    border-color: #d4da01;
}

#plus .plus ul {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 768px) {
    #plus .plus .border-left { border-left: 0 !important; }
}


/*--------------------------------------------------------------
    Bandeau
--------------------------------------------------------------*/

.bandeau {
    background: rgb(15,36,23);
    background: -moz-linear-gradient(90deg, rgba(15,36,23,1) 12%, rgba(64,120,52,1) 66%, rgba(118,173,119,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,36,23,1) 12%, rgba(64,120,52,1) 66%, rgba(118,173,119,1) 100%);
    background: linear-gradient(90deg, rgba(15,36,23,1) 12%, rgba(64,120,52,1) 66%, rgba(118,173,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f2417",endColorstr="#76ad77",GradientType=1);
}
.bandeau * {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0.3rem;
    font-size: 1.2rem;
}


/*--------------------------------------------------------------
    Carte
--------------------------------------------------------------*/

#carte .border-right {  border-right: 10px solid #4f8c35 !important; }

@media (max-width: 768px) {
    #carte img { 
        max-width: 250px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    #carte .border-right { border-right: 0 !important; }
    #carte .border-right * { text-align: center; }
}


/*--------------------------------------------------------------
    Confiances
--------------------------------------------------------------*/

.confiances { 
    padding: 3em 0;
    background-color: #e3eedc;
    margin-top: 1.5rem;
}
.confiances h2 {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 1em;
    color: #8fb368;
}
.confiances .background-conf { background: linear-gradient(to right, rgba(253, 253, 253, 0.2), rgba(253, 253, 253, 0.6), #ffffff, #ffffff, rgba(253, 253, 253, 0.6), rgba(253, 253, 253, 0.2)); }
.confiances .customer-logos { padding: 2em 0; }


/*--------------------------------------------------------------
    Slick Slider
--------------------------------------------------------------*/

.slick-slide { margin: 0px 20px; }
.slick-slide img { width: 100%; }
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }


/*--------------------------------------------------------------
    Parallax
--------------------------------------------------------------*/

.parallax {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 5rem 0;
}
.parallax .overlay {
    background-color: rgba(0, 87, 134, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/*--------------------------------------------------------------
    Back to Top
--------------------------------------------------------------*/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    background-color: #8eb464;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;		
}

.scroll-to-top:hover {
    color: #fff;
    background-color: #4f8746;
}


/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/

footer .pre-footer { background-color: #fff; }
footer .pre-footer ul {
    list-style: none;
    padding-left: 0;
}
footer .pre-footer ul.menu {
    font-family: 'Poppins Li', Helvetica, sans-serif;
    list-style-type: none;
    text-align: center;
    margin-bottom: 1rem;
}
footer .pre-footer ul.menu:last-of-type { margin-bottom: 0; }
footer .pre-footer ul.menu li:last-child { margin-bottom: 0; }
footer .pre-footer ul.menu li a {
    font-size: 0.8rem;
    color: #315f6e;
}
footer .pre-footer ul.menu li a:hover,
footer .pre-footer ul.menu li a:focus { 
    color: #315f6e;
    text-decoration: underline; 
}

footer .footer * { color: #315f6e; }

@media screen and (max-width: 767px) {
    footer .pre-footer .border-right { border-right: 0 !important; }
}

@media screen and (max-width: 575px) {
    footer .pre-footer img { 
        margin: 0 auto; 
        display: block;
    }
    footer .pre-footer * { text-align: center; }
    footer .pre-footer .social-links { 
        padding-left: 0 !important;
        margin-bottom: 0.8rem;
    }
}