/*
* ----------------------------------------------------------------------------------------

  Author : GIFEKS Consulting
   Date  : 30/07/21
    Name :  Site vitrine 
Version  : 1.0

 GIFEKS CONSULTING 
* ----------------------------------------------------------------------------------------
*/

/*
*----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.SLIDER CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.VIDEO CSS STYLE
* 08.TEAM CSS STYLE
* 09.WHY CHOOSE US CSS STYLE
* 10.WORK CSS STYLE
* 11.COMPLETE PROJECTS CSS STYLE
* 12.TESTIMONIAL CSS STYLE
* 13.PRICING CSS STYLE
* 14.GET STARTED CSS STYLE
* 15.BLOG & Fournisseur CSS STYLE
* 16.MAP CSS STYLE
* 17.CONTACT CSS STYLE
* 18.FOOTER CSS STYLE
* 19.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/




 /* -- GC - WJANV - 210709 - TOP 
          Int�gration de l'encodage UTF-8 dans 
     le css de sorte � ce que tout puisse de la m�me encodage
 */
@charset "UTF-8";

 /*-- GC - WJANV - 210709 - END*/


/*-- GC - WJANV - 
    TOP-30/06/21*/
object:not(.objt,.objt-2,.objt-3,.objt-4,.objt-5,.objt-6,.objt-7,.objt-8,.objt-9){
    height: 700px;
    width: 100%;
   
}

.objt{
  width:100%;
  height:172px;
}
.objt-2 {
    width: 100%;
    height: 168px;
}
.objt-7 {
    width:100%;
    height:420px;
}
.objt-8 {
    width: 100%;
    height: 250px;
}
.objt-9 {
    width: 100%;
    height: 270px;
}
/* GC- WJANV - END-30/06/21*/
/*GC - WJANV - 21/07/21 - TOP 
      Intégration du code Css pour la fonction partager 
*/
.toggle {
    width: 50px;
    height: 50px;
    background: #c70039;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

    .toggle::before {
        content: '\f1e0';
        width: 100%;
        height: 100%;
        position: absolute;
        color: white;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
    }
.share.active .toggle::before {
    content: '\f00d';
    font-size: 2rem;
}

.share {
    position: fixed;
    bottom: 7%;
    left:120px;
    right:20px;
}
    .share ol {
        position: absolute;
        width: 50px;
        height: 50px;
    }
        .share ol li {
            position: absolute;
            width: 50px;
            height: 50px;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all .3s;
            opacity: 0;
        }

            .share ol li a {
                color: black;
            }

    .share.active ol li {
        opacity: 1;
        transition: all .3s;
    }
        .share.active ol li:nth-child(1) {
            transition-delay: .1s;
            transform: translateX(60px);
        }

        .share.active ol li:nth-child(2) {
            transition-delay: .2s;
            transform: translateY(60px);
        }

        .share.active ol li:nth-child(3) {
            transition-delay: .3s;
            transform: translateX(-60px);
        }

        .share.active ol li:nth-child(4) {
            transition-delay: .4s;
            transform: translateY(-60px);
        }
    /**/
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h1 {
    text-align: center;
    border-top: 2px dashed black;
    border-bottom: 2px dashed black;
    padding-top: 1em;
    padding-bottom: 1em
}
a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Montserrat", sans-serif;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

    .section-title h2:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 80px;
        left: 50%;
        top: 60px;
        text-align: center;
        z-index: -1;
        background: #78aaa9;
        margin-left: -40px;
        /*--GC - WJANV - 210713 - TOP 
             Ajout d'une marge extérieure permettant aux symboles 
              de se descendre en responsive 
        */
        margin-top:0.4em;
        /*-- GC - WJANV - 210713 - END*/
    }
.section-title h2:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 50%;
    top: 53px;
    text-align: center;
    z-index: -1;
    /*GC - WJANV - 210624 - TOP
            modification de la couleur du prisme
        background: #FBBC05;
    */
    background: #78aaa9;
    /* GC - WJANV - 210624 - End */

    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*--GC - WJANV - 210713 - TOP 
             Ajout d'une marge extérieure permettant aux symboles 
              de se descendre en responsive 
        */
    margin-top: 0.4em;
    /*-- GC - WJANV - 210713 - END*/
}

a.read-more {
    display: inline-block;
    /*GC - WJANV - 210624 - TOP
    modification de la couleur du btn lire la suite de 
         la rubrique qui nous sommes
    background: #FBBC05;
    */
    background: rgb(160 181 122);
    /* GC - WJANV - 210624 - End */
    color: #fff;
    padding: 6px 16px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.scrollup {
    height: 40px;
    width: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #86a7ad;
    /*GC - WJANV - 210628 - TOP
    modification de la couleur du totop
   background-color: #FBBC05;
    */
    background-color: #86a7ad;
    /* GC - WJANV - 210628 - End */
   
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    z-index: 2;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    /*GC - WJANV - 210624 - TOP
            modification de la couleur du pr�chargeur
          border-left: 5px solid #98bac1;*/
    border-left: 5px solid rgb(160 181 122);
    /* GC - WJANV - 210624 - End */
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    /*GC - WJANV - 210624 - TOP
            modification de la vitesse du pr�chargeur lorsqu'on 
      charge la page
    animation: spinner 700ms infinite linear;
    */
    animation: spinner 500ms infinite linear;
    /* GC - WJANV - 210624 - End */

    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.header-top-information-area {
    background: #98bac1;
    /*GC - WJANV - 210623 - top
      Ajout d'une couleur pour
           la barre top
        background: #98bac1;;
    */
    background: #86a7ad;
    /* GC - WJANV - 210623 - End */
    padding: 10px 0px;
}

.header-top-information-area p {
    color: #fff;
    margin: 0;
}

ul.header-social {
    padding: 0;
    margin: 0;
    text-align: right;
}

ul.header-social li {
    display: inline-block;
}

    ul.header-social li a {
        background: #FBBC05;
        /*GC - WJANV - 210623 - 
      Ajout d'une couleur pour
             les r�seaux
        background: #FBBC05;
    */
        background: rgb(160 181 122);
        /* GC - WJANV - 210623 - End */
        height: 30px;
        width: 30px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 30px;
    }

ul.header-social li a:hover {
    border-radius: 50%;
}

.header-top-area {
    background: #fff;
    position: relative;
    padding: 5px 0px;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
   
}

.is-sticky {
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.is-sticky .logo {
    padding-top: 15px;
}

.is-sticky .header-top-area {
    box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}

.is-sticky .mainmenu .navbar-nav li a {
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.welcome-image-area {
    position: relative;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
    text-align: center;
    padding: 200px 0px;
}

.parallax-bg {
    background: url(../images/bg/slide1.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.header-top-info-left img {
    width: 110px;/*130*/
    height: 57px;/*80*/
}

.welcome-image-area h2,
.welcome-video-area h2 {
    color: #f8f8f8;
    font-size: 50px;
    letter-spacing: 5px;
    margin: 0;
}

.welcome-image-area p,
.welcome-video-area p {
    color: #f8f8f8;
    padding: 0px 120px;
}

.logo {
    padding-top: 28px;
}

    .logo a {
        text-transform: uppercase;
        /*GC - WJANV - 210624 - TOP
   Modification de la taille du nom 
             de la soci�t� 
        font-size: 24px;
    */
        font-size: 19px;
        /* GC - WJANV - 210624 - End */

        font-weight: 700;
        /*GC - WJANV - 210623 - TOP
      Ajour d'une couleur sur gifeks
        color: #FBBC05;;
    */
        color: rgb(160 181 122);
        /* GC - WJANV - 210623 - End */
        letter-spacing: 3px;
    }

.mainmenu .navbar-nav li a {
    color: #333;
    text-transform: uppercase;
    /*GC - WJANV - 210624 - TOP
     Modification des tailles des liens
        de navigation
       font-size: 13px;
    */
    font-size: 10px;
    /* GC - WJANV - 210623 - End */

    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

    .mainmenu .navbar-nav li a:hover {
        background: none;
        /*GC - WJANV - 210623 - 
      Ajout d'une couleur sur les liens
            du nav lorsque le curseur est sur le lien
        color: #FBBC05;;
    */
        color: rgb(160 181 122);
        /* GC - WJANV - 210623 - End */
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.nav li a:focus,
.nav li a:hover {
    background: none;
    /*GC - WJANV - 210623 - 
      Ajout d'une couleur sur les liens
            du nav lorsque l'utilisateur a cliqu� sur le lien
        color: #FBBC05;;
    */
    color: rgb(160 181 122);
    /* GC - WJANV - 210623 - End */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

a.slide-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    /*GC - WJANV - 210623 - top
      Adaption de la couleur vert sur 
         les liens du slide
        background: #FBBC05;
    */
    background: rgb(160 181 122);
    /* GC - WJANV - 210623 - End */
    margin-top: 20px;
    /*GC - WJANV - 210623 - top
         cacher le width 
        permet de mettre en ligne info du lien 
    */
    /* width: 160px;*/
    /*GC - WJAN6 - 210623 - END*/
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

a.slide-btn:hover {}


/*
* ----------------------------------------------------------------------------------------
* 04.SLIDER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 200px 0px;
}

    .single-slide-item:after {
        position: absolute;
        /*GC - WJANV - 210628 -  Changement de la couleur du fond pour les caroussels.
        /*background: rgba(0, 0, 0, .8);*/
        background: rgba(0, 0, 0, 0.2);
        /* GC - WJANV - 210628 - End */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }
    .single-slide-item h2 {
        /*GC - WJANV - 210628 -  Changement de la couleur des titres 
            pour les carroussels.
              color: #8f9492;
         color: #f8f8f8;*/
        color: darkolivegreen;
        /* GC - WJANV - 210628 - End */
     
        font-size: 50px;
        letter-spacing: 5px;
        margin: 0;
    }

    .single-slide-item p {
        /*GC - WJANV - 210628 - TOP
            Changement de la couleur des titres 
            pour les carroussels.
         color: #f8f8f8;*/
        color: #000000;
        /* GC - WJANV - 210628 - End */
        padding: 0px 120px;
        /*GC - WJANV - 210629 -TOP 
          Ajout d'une graisseur sur les paragraphes du 
            caroussel
       */
        font-size:40px;
        font-weight: bolder;
        /* GC - WJANV - 210629 - End */

        /*GC - WJANV - 210709 -TOP 
    On d�termine une taille pour les paragraphes des 
              carroussels
       */
        font-size: 18px;
        /* GC - WJANV - 210709 - End */
    }
.del {
    color: #dbdbdb !important;
}
/*GC - WJANV - 210706 - 
     Ajout d'un fond de couleur
    */
.flou {
    backdrop-filter: blur(6px);
}
.flou-title {
    backdrop-filter:blur(2px);
}
/*.flou-title h2 {
        background: url("http://www.bianoti.com/wp-content/uploads/2015/11/Black-Honeycomb-Backgroundnbspfond-ecran-hd1.jpg")repeat;
        -webkit-background-clip: text;
        color: transparent;letter-spacing: 5px;
margin: 0;
}
        /* GC - WJANV - 210706 - End */

/* GC - WJANV - 210706 - End */

.slide-1 {
    /*GC - WJANV - 210623 - 
     Adaption de l'image de fond -slide 1
        background: url(..assets/images/about.png) scroll 0 0; color: #FBBC05;;
    */
    background: url(../images/image-slide-1.jpg) scroll 0 0;
    /* GC - WJANV - 210623 - End */
    background-size: cover;
}

.slide-2 {
    /*GC - WJANV - 210623 - 
       Adaption de l'image  de fond -slide 2
        background: url(..assets/images/laoding.png) scroll 0 0;
            background: url("http://ww1.prweb.com/prfiles/2013/07/18/10942952/JDE+Logo.png") scroll 0 0;
    */
    background: url(../images/groupe.png)scroll 0 0 !important;
    /* GC - WJANV - 210623 - End */
    background-size: cover;
}

.slide-3 {
    /*GC - WJANV - 210623 - 
        Adaption de l'image de fond -slide 3
          background: url("https://tech.rochester.edu/wp-content/uploads/web-services-banner.png") scroll 0 0;
        background: url(../images/close.png) scroll 0 0;
    */
    background: url("https://sites.google.com/site/imssagemsst/_/rsrc/1472858888591/diagramme-de-gantt/IMS_Gantt.jpg") scroll 0 0;
    /* GC - WJANV - 210623 - End */
    background-size: cover;
}
.slide-4 {
    /*GC - WJANV - 210629 - 
        Cr�ation de la slide-4
          background: url("https://www.oakteam.fr/wp-content/uploads/2018/06/Checklist-RGPD-site-ecommerce.png") scroll 0 0;
    */
    background: url(../images/groupe-rgpd.png)scroll 0 0 !important;
    /* GC - WJANV - 210629 - End */
    background-size: cover;
}
.slide-5 {
    /*GC - WJANV - 210629 - 
         Cr�ation de la slide-5
    */
    background: url(../images/Groupe-bizagi.png) scroll 0 0;
    /* GC - WJANV - 210629 - End */
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.welcome-slider-control {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: -50px;
    left: 30px;
    z-index: 99;
    /*GC - WJANV - 210623 - 
      Ajout d'une couleur pour
             les r�seaux
        background: #FBBC05;
    */
    background: rgb(160 181 122);
    /* GC - WJANV - 210623 - End */
    height: 40px;
    width: 30px;
    line-height: 40px;
    padding-left: 10px;
}

.welcome-slider-control.right {
    right: 30px;
    left: auto;
}

#welcome-slide-carousel.carousel-fade .carousel-control {
    z-index: 2;
}

.text-slider-control {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: -50px;
    left: 30px;
    z-index: 99;
    background: #FBBC05;
    height: 40px;
    width: 30px;
    line-height: 40px;
    padding-left: 0px;
}

.text-slider-control.right {
    right: 30px;
    left: auto;
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}



.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.welcome-video-area {
    position: relative;
    background-size: cover;
    z-index: 1;
    text-align: center;
    padding: 200px 0px;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}


/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-image-area {
    margin-top: 33px;
}

.about-text {
    margin-top: 30px;
}

.about-text h4 {
    margin-bottom: 18px;
    /*GC - WJANV - 210715 - TOP
  Définir une taille;*/
    font-size:20px;
    /*--GC - WJANV - 210715 - END*/
}

    .about-text h4 span {
        /*GC - WJANV - 210624 - TOP
      Modification de la couleur du titre .
    color: #FBBC05;
    */
        color: rgb(160 181 122);
        /* GC - WJANV - 210624 - End */
    }

.about-text p {
    margin-bottom: 18px;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F0F0F0;
}

.single-service {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .single-service i {
        /*GC - WJANV - 210624 - TOP
      Modification de la couleur des icons
           services .
    color: #FBBC05;
    */ color: #a0b57a;
        /* GC - WJANV - 210624 - End */
        font-size: 50px;
        line-height: 95px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .single-service p {
        margin-top: 14px; 
    }
.single-pop {
    /*    background: rgb(160 181 122);
    color: #fff;*/
    /*D�finir une couleur */
    color:green;
    /* Ajout d'une taille*/
    font-size:40px;
    /*Positionner l'�l�ment � droite*/
    float: right;
    /*D�finir un type de cursor*/
    cursor:pointer;
}
    .single-pop:hover {
        /*GC - WJANV - 210629 - TOP
            Ajout d'une couleur lorsque 
            le cursor passe sur le lien 
    */
        color: darkslategrey;
        /* GC - WJANV - 210629 - End */
    }
    

/*
* ----------------------------------------------------------------------------------------
* 07.VIDEO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.video-area {
    padding: 150px 0px;
    /*--GC - WJANV - 210709 - TOP 
         Changement de la photo pour le fond de 
        la vid�o 
  
          background: url(../images/video-bg.jpg);
    */
    background: url("https://www.oet.fr/sites/default/files/styles/visuel_principal/public/oet_nos_valeurs_slider_140811_01_sr.png?itok=qkxpfAsg");
    /*--GC - WJANV - 210709 - END */


    position: relative;
    background-size: cover;
    z-index: 1;
}

.video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
    
.video-area-text h2 {
    color: #fff;
    font-size: 18px;
}

.video-area-text i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    padding-left: 8px;
    /*--GC - WJANV - 210709 - TOP 
         Changement de la couleur de l'ic�ne de 
        la vid�o
         background: #FBBC05;
    */
    background: #86a7ad;
    /*--GC - WJANV - 210709 - END */
}

.mfp-iframe-holder {
    padding-top: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.single-team {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 10px;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin-top: 30px;
}

.single-team p {
    margin: 20px 0;
}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social ul li {
    display: inline-block;
}

    .team-social ul li a {
        /*GC - WJANV - 210624 - TOP
      Modification de la couleur des icons
           r�saux de la partie 
            partenariat.
      background: #FBBC05;
    */ background: rgb(160 181 122);
        /* GC - WJANV - 210624 - End */

        height: 30px;
        width: 30px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 30px;
    }

.team-social ul li a:hover {
    border-radius: 50%;
}


/*
* ----------------------------------------------------------------------------------------
* 09.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chosse-image {
    margin-top: 30px;
}

.why-choose-us-text {
    margin-top: 30px;
}

.panel-default .panel-heading {
    background-color: #fff;
    color: #fff;
    font-size: 16px;
    padding: 16px;
}

.panel-group .panel + .panel {
    margin: 0;
    border: none;
    border-bottom: 0px;
}

.panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}

.panel-body {
    border-radius: 0;
    line-height: 2;
    padding: 30px;
}

.panel-heading {
    border-radius: 0px
}

.panel-title a {
    color: #333;
    display: block;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
}

    .panel-title a:after {
        content: "\f068";
        font: 18px fontAwesome;
        float: left;
        margin-right: 25px;
        background: #a1b67b;
        color: #fff;
        height: 49px;
        width: 49px;
        margin-left: -16px;
        margin-top: -16px;
        line-height: 55px;
        text-align: center;
    }

    .panel-title a.collapsed:after {
        content: "\f067";
        font: 18px fontAwesome;
        float: left;
        margin-right: 25px;
        background: #a1b67b;
        color: #fff;
        height: 49px;
        width: 49px;
        margin-left: -16px;
        margin-top: -16px;
        line-height: 55px;
        text-align: center;
    }


/*
* ----------------------------------------------------------------------------------------
* 10.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work .second-page-title {
    margin-bottom: 50px;
}

.work .filters {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

.work .filters ul {
    padding: 0;
}

    .work .filters li {
        display: inline-block;
        padding: 8px 12px;
        margin: 0 8px;
        /*GC- WJANV - 210707 - TOP
               Changement de couleur
                  color: #FBBC05;
        */
        color: #0b4682;
        /*GC - WJANV - 210707 - END*/

        /*GC- WJANV - 210707 - TOP
               Changement de couleur de la bordure
                border: 1px solid #FBBC05;
        */
        border: 1px solid #a0b57a;
        
        /*GC - WJANV - 210707 - END*/

        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        .work .filters li:hover {
            /*GC- WJANV - 210707 - TOP
               Changement de couleur des liens
                 en mode hover; lorsque le lien
                est survol�
               color: #FBBC05;
        */ color: #0093d5;
            /*GC - WJANV - 210707 - END*/
            /*GC- WJANV - 210707 - TOP
               Changement de couleur de la bordure
                 en mode hover; lorsque le lien
                est survol�
               border: 1px solid #a0b57a;
        */
            border: 2px solid #a0b57b;
            /*GC - WJANV - 210707 - END*/

            -webkit-transition: .3s;
            transition: .3s;
        }

        .work .filters li.active {
            /*GC- WJANV - 210707 - TOP
               Changement de couleur de la bordure
                 en mode focus; lorsque le lien
                est cliqu�
               border: 1px solid #FBBC05;
        */
            border: 1px solid black;
            /*GC - WJANV - 210707 - END*/

            color: #fff;

            /*GC- WJANV - 210707 - TOP
               Changement de la couleur du fond
                 en mode focus; lorsque le lien
                est cliqu�
               border: 1px solid #FBBC05;
        */
            background-color: #a0b57b;
            /*GC - WJANV - 210707 - END*/
        }

.single {
    padding: 100px 0 80px 0;

}

.single-close {
    position: absolute;
    top: 40px;
    right: 70px;
}

.single-close .ham {
    display: block;
    width: 24px;
    height: 24px;
}

.single-close .ham:before,
.single-close .ham:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    outline: 1px solid transparent;
    left: 0;
    background-color: #FBBC05;
}

.single-close .ham:before {
    -webkit-transform: translateY(12px) rotateZ(-45deg);
    transform: translateY(12px) rotateZ(-45deg);
}

.single-close .ham:after {
    -webkit-transform: translateY(12px) rotateZ(45deg);
    transform: translateY(12px) rotateZ(45deg);
}

.single .images,
.single .content {
    padding: 0;
}

.single .content .project-title h3 {
    font-size: 17px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #303030;
    margin-top: 0;
}

.single .content .project-title p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.single .content .project-description {
    margin-top: 30px;
}

.single .content .project-description p {
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
}

.single .content .project-services h4,
.single .content .project-share h4,
.single .content .navigation h4 {
    color: #303030;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}

a.visit {
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    background: #FBBC05;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}

.single-post-control {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: -25px;
    background: #FBBC05;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 52px;
}

.single-post-control.right {
    right: 0px;
    left: auto;
}


/*
* ----------------------------------------------------------------------------------------
* 11.COMPLETE PROJECTS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.project-complete-area {
    /* Changement de couleur- TOP - 
        30/06/21
        background: #000;*/

    background: #0f181c;
}

.single-project-complete {
    margin-top: 30px;
    text-align: center;
}

.single-project-complete h2 {
    font-size: 40px;
    margin: 20px 0px;
    font-weight: 400;
    color: #fff;
}

    .single-project-complete i {
        font-size: 42px;
        color: #a0b57a;
        /*  color: #FBBC05;
            30/06/21
            30/06/21
        */
    }


/*
* ----------------------------------------------------------------------------------------
* 12.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #EFEFEF;
}

.testimonial-list {
    padding: 30px;
    margin-top: 30px;
}

.single-testimonial img {
    width: 120px;
}

.single-testimonial {
    padding: 0px 100px;
}

.single-testimonial h6 {
    margin-top: 20px;
}

.single-testimonial h5 {
    font-style: italic;
}

.rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating ul li {
    display: inline-block;
}

.rating ul li i {
    color: #FBBC05;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 25px;
        height: 6px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        border-radius: 10px;
        /*  -GC - WJANV - 210712 - TOP
            Changement de coouleur 
            background: #FBBC05;
    */
        background: #86a7ad;
        /*GC - WJANV - 210712 - END*/
    }


/*
* ----------------------------------------------------------------------------------------
* 13.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border: 1px dotted #F0F0F0;
    margin-top: 30px;
}

.pricing-box.active .plan-price {
    color: #00BCD4;
}

.pricing-header .plan-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing-header .plan-price {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #FBBC05;
    background: #F0F0F0;
    display: inline-block;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    line-height: 100px;
}

.plan-features {
    margin-top: 40px;
    border-top: 1px dotted #ccc;
}

.plan-features li {
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.GET STARTED CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.get-started {
    /*Changement du fond de couleur     
        background: #000; 
        le 30-06-21
    */
    background: #86a7ad;
}

.get-text {
    color: #fff;
}

.get-text h2 {}

.get-text p {
    padding: 0px 100px;
}


/*
* ----------------------------------------------------------------------------------------
* 15.BLOG & fournisseur CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
    /*- GC - WJANV - 210713 - Top 
          Ajout d'une marge de 1em
    */
    margin-top: 0.5em;
    /*- GC - WJANV - 210713 - END*/
    background-color: #2626261a;
    /*- GC - WJANV - 210713 - Top 
       Ajout d'une bordure de 3%
    */
    border-radius: 0.5%;
    /*- GC - WJANV - 210713 - END*/
    /*- GC - WJANV - 210713 - Top 
       Ajout d'une ombre de couleur bleu 
    */
    box-shadow: 4px 6px 8px 9px #86a7ad;
    /*- GC - WJANV - 210713 - END*/

    /*-- GC - WJANV - 210713 - WJANV 
          Ajout de l'animation
    */
    animation-name: shadow;
    animation-delay: 1s;
    animation-duration: 5s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    transition-timing-function: ease-in-out;
      /*-- GC - 210713 - WJANV - END */
}
/* --GC - WJANV - 210713 - TOP
    Ajout de la fonction qui permet de créer une animation

*/
@keyframes shadow{
    from {
        box-shadow: 4px 6px 8px 9px #78aaa9;
    }
    10% {
        box-shadow: 4px 6px 8px 9px #9e83a2;
    }
    50% {
        box-shadow: 4px 6px 8px 9px #6a6666;
    }
    to {
       box-shadow: 4px 6px 8px 9px black;
    }
}

/*-- GC - WJANV - 210713 - END*/

.single-blog {
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-blog:hover {}

.single-blog h4 {
    color: #3F3333;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin: 20px 0px;
}

.single-blog h4:hover {
    color: #00BCD4;
    cursor:pointer;
}


/*
* ----------------------------------------------------------------------------------------
* 16.MAP CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.map {
    height: 485px;
    border: 1px solid rgba(238, 238, 238, 0.65);
    margin-top: 30px;
    border-radius: 3px;
}


/*
* ----------------------------------------------------------------------------------------
* 17.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-top-area {
    background: #F0F0F0;
}

.contact-form {
    margin-top: 30px;
}

.single-contact i {
    font-size: 30px;
    /*Changement de couleur des icones 
        du contact 01/07/21
        color: #FBBC05;
    */
    color: #a0b57a;
}

.single-contact {
    margin-bottom: 40px;
}

.contact-details {
    text-align: center;
}

.contact-form input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
}

.contact-form textarea {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 200px;
    border-radius: 0px;
    resize: none;
    font-size: 18px;
}

.contact-form input[type='submit'] {
    color: #fff;
    background: #a0b57a;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 18.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-footer h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #FBBC05;
}

.footer-menu ul li a {
    color: #232328;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
}

.footer-menu ul li a:hover {

    color: #FBBC05;
}

.footer-bottom-area {
    background: #000;
    padding: 30px 0px
}

.single-recent-post {
    margin-bottom: 10px;
}

.single-recent-post img {
    width: 50px;
}

.single-recent-post a {
    color: #333;
    font-size: 14px;
}

.footer-text p {
    color: #fff;
}

.footer-text p span {
    color: #FBBC05;
}

.footer-text p i {
    color: #E0000D;
    margin-left: 10px;
}

.footer-social-link {}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 3px;
}

    .footer-social-link ul li a {
        background: #a0b57a;
        height: 30px;
        width: 30px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 30px;
    }

.footer-social-link ul li a:hover {
    border-radius: 50%;
}


/*
* ----------------------------------------------------------------------------------------
* 19.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-page-heading-area {
    background: #000;
    padding-top: 70px;
    padding-bottom: 50px;
}

.single-blog-heading-text h4 {
    color: #f8f8f8;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

.comment-section {
    margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
    border-radius: 3px;
    padding-top: 30px;
}

.search input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-sidebar,
.recent-single {
    margin-bottom: 30px;
}

.single-blog-details h4 {
    margin: 20px 0px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment img {
    width: 120px;
}

.recent-single h4 {
    color: #333333;
}

.categories {}

.categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories ul li {
    margin-bottom: 10px;
    color: #333333;
}

.categories ul li a {
    color: #333333;
}