:root{
    --primary-color: #FFC873;
    --primary2-color: #FFCC00;
    --secondary-color: #6C5CE7;
    --secondary-light-color: #F0EEFC;
    --titre-color: #393A3B;
    --contenu-color: #495057;
    --black-color: #191A1E;
    --primary-hover-color: #F7BA6B;
    
}
/* ----------- global -------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Rubik', sans-serif;
    background-color:#FFFFFF;
    color:var(--titre-color);
}
a {
    text-decoration: none;
    outline: none;
}
ul,li{
    list-style:none;
}
li{
    font-size: 20px;
}

.header-des-pages{
    text-align: center;
    background-color: var(--secondary-color);
    margin-top: 70px;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 20%); */
}
.container-header-des-pages h3 {
    color: var(--primary-color) !important;
}
.container-header-des-pages p {
    color: #FFFFFF !important;
    font-size: 1.5rem;
}
p{
    font-weight: 300;
}
span.gras-p{
    font-weight: 400;
    color: var(--secondary-color);
}
/* ------------- Les réutulisables -------------*/
.pad0{
    padding: 0;
}
.pleft20{
    padding: 20px;
}
.mtop20{
    margin-top: 20px;
}
.mtop40{
    margin-top: 40px;
}
.mbottom40{
    margin-bottom: 40px;
}
.mbottom30{
    margin-bottom: 30px;
}
.mtop30{
    margin-top: 30px;
}
.mtop50{
    margin-top: 50px;
}
.mtop100{
    margin-top: 100px;
}
.mbottom50{
    margin-bottom: 50px;
}
.mbottom100{
    margin-bottom: 100px;
}
.pbottom50{
    padding-bottom: 50px;
}
.ptop50{
    padding-top: 50px;
}
.pbottom100{
    padding-bottom: 100px;
}
.ptop100{
    padding-top: 100px;
}
.ptop80{
    padding-top: 80px;
}
.pbottom80{
    padding-bottom: 80px;
}
.couleur-projet-bahye{
    background-color: #F7AD19;
}
.couleur-projet-lagoutte{
    background-color: #235784;
}
.couleur-projet-agfood{
    background-color: #F7F7F7;
}
.couleur-projet-djii{
    background-color: #FFB310;
}
.couleur-projet-lgenius{
    background-color: #EAE7FE;
}
small{
    color: var(--contenu-color);
}
.btn-voir-plus{
    background-color: #FFFFFF;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-voir-plus:hover{
    color: var(--secondary-color);
    background-color: #eeeeee;
    /* transform: translateY(-5px); */
}
.btn-voir-plus-noir{
    border: solid 2px var(--titre-color);
    color: var(--titre-color);
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    transition: background 0.5s;
    margin-top: 20px;
    white-space: nowrap;
}
.btn-voir-plus-noir:hover{
    background-color: var(--titre-color);
    color: #FFFFFF;
}
h3.titre-h3{
    color:var(--titre-color);
    font-size:2.3rem;
    font-weight:700;
}
.row-2{
    margin:100px 0 0 0;
}
.c-white{
    color: #FFFFFF;
}
.fw-300{
    font-weight: 300px;
}
.fw-500{
    font-weight: 500px;
}
.fond-violet{
    background-color: var(--secondary-color);
}
.fond-gris{
    background-color: #F7F7F7;
}

.mon-icone{
    font-size: 1.7rem;
}
.mon-icone1{
    height: 2rem;
    width: 2rem;
}
.container-i-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.barre-sous-titre{   
    border: none;
    background-color: var(--secondary-color);
    width: 150px;
    height: 3px;
    position: absolute;
    bottom: 0%;
    left:30%;
    transform: translateX(-50%);
    margin-top: 40px;
}*/
/* ---------------- Pour le modal --------------*/
.modal-header{
    border-bottom:0;
    color:var(--secondary-color);
}
h2.modal-title{
    font-size:1rem;
    font-weight:700;
}
.modal-body{
    margin-bottom:15px;
}.modal-body p.titre-modal{
    background:var(--secondary-color);
    color: #FFFFFF;
    padding: 10px 0 10px 10px;
    border-radius: 3px;
}
.modal-content{
    padding:25px 33px 10px 33px;
    background:#FFFFFF;
    border-radius:3px;
    border:0;
    color:var(--titre-color);
    box-shadow: 0px 3px 5px 0px rgba(150, 147, 147, 0.7);
}
.modal-content p{
    color:var(--contenu-color);
    font-size:1rem;
}
input[type="text"],input[type="email"]{
    border-radius:0;
    border:0;
    opacity:.7;
    background-color:#EDEDED;
}
textarea#message{
    border-radius:0;
    border:0;
    opacity:.7;
    background-color:#EDEDED;
}
.form-group{
    font-weight: 700;
    font-size:1rem;
    color:var(--secondary-color);
}
 button.close{
    background:var(--secondary-color);
    color:#FFFFFF;
    width:40px;
    height:40px;
    border-radius:50%;
    padding-bottom: 5px;
}
button.close:hover{
    background:var(--secondary-color);
    color:#FFFFFF;
}
.envoye{
    margin-top:10px;
    color:#FFFFFF;
    background-color:var(--primary-color);
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
    font-weight: 600;
    /* box-shadow: 0 3px 17px 0 rgb(255 200 115 / 27%); */
    box-shadow: 0 3px 17px 0 rgb(0 0 0 / 8%); /* SHADOW BOUTON */
}
.envoye:hover{
    background-color:var(--primary-hover-color);
    color:#FFFFFF !important;
    border:1px solid var(--primary-hover-color);
    transition: .5s;
}
#scroll_to_top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 30px;
    background:#6C5CE7;
    border-radius: 50px;
    cursor: pointer;
    /*visibility: hidden;*/
  }
  #scroll_to_top img {
    width: 25px;
    margin: 30% 0% 10% 25%;
  }
  .scroll_to_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(180px);
    transition: all .5s ease
  }
  .show-scroll{
    opacity: 1;
    transform: translateY(0)  
  }

  html {
    scroll-behavior: smooth;
  }

  #scroll_to_top img {
    width: 25px;
    margin: 30% 0% 10% 25%;
  }
  .container-btn{
    display: flex;
    justify-content: flex-end;
}
/* ------------ Pour le header -------------*/
header{
    color:var(--titre-color);
    height:auto;
}
.dans-menuhamburger{
    display:none;
}
header nav a .yellow{
    color:var(--primary-color);
}
a:hover.behance, a:hover.instagram{
    opacity:.8;
    background:none;
}
ul li a{
    display: inline-block;
    color: var(--titre-color);
    font-size:1rem;
    margin: 2px;
    transition: all ease 0.5s;
}

ul li a:hover, .active{
    display: inline-block;
    color: var(--secondary-color);
    border-radius:50px;
    background-color: var(--secondary-light-color);
}
/*.sous-menu a{
    display: inline-block;
    color: var(--titre-color);
    font-size:1rem;
    margin: 2px;
    transition: all ease 0.5s;
}
.sous-menu a:hover{
    color: var(--secondary-color);
    background-color: transparent;

}
.sous-menu{
    width: auto;
    height: auto;
    padding: 1.3rem;
    border-radius: 1.5rem;
    border: solid 1px var(--secondary-color);
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
}*/
/*.active:hover{
    color: #FFFFFF;
}*/
a.bouton-contact{
    display:block;
    background:#4D4DCE;
    color:#FFFFFF;
    border: solid 1px var(--secondary-color);
    font-weight: 600;
    padding:1rem 2.5rem;
    font-size:1rem;
    border-radius:1.5rem;
    letter-spacing: 1px;
    transition: all ease 0.5s;
}

a.bouton-contact:hover{
    background:#FFF;
    border: solid 1px var(--secondary-color);
    color:var(--secondary-color);
    text-decoration: none; 
}
a.bouton-message{
    display:none;
}
#logo{
    display:block;
    width:200px;
    height:auto;
}
#navbar{
    background-color:#FFFFFF;
    height:auto;
    position:fixed;
    top:0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*position:fixed;*/
    z-index:999;
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
}
#navbar-autres{
    background-color:#FFFFFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position:fixed;
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
    z-index:1;
}

/*--------------- Menu hamburger --------------------*/
.menu-toggle,.hamburger{
    display:none;
}

/*--------------- Pour section main -----------------*/
section.main{
    padding:150px 0 0 0;
    height:auto;
}
section.main2{
    padding:90px 0 90px 0;
    height:auto;
    /*background-color: #ffd543;*/
    /*background-color: #FFBB33; */
    background-color: var(--secondary-light-color); 
}
section.main3{
    padding:90px 0 90px 0;
    height:auto;
    /*background-color: #ffd543;*/
    background-color: var(--secondary-light-color);
}
.gauche {
    margin-bottom:24px;
    color:var(--titre-color);
}

p.petit-texte{
    color: #5C6771 !important;
    margin:30px 0;
    line-height:1.9em;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
p.petit-texte-autre{
    margin:30px 0;
    line-height:1.9em;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.texte-noir{
    color:var(--contenu-color);
}

.texte-blanc{
    color: #FFFFFF;
}

.bouton{
    color: #FFFFFF;
    /* background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0)); */
    background-color: var(--primary-color);
    text-transform:uppercase;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius:1.5rem;
    box-shadow: 0 3px 17px 0 rgb(255 200 115 / 27%);
    /* box-shadow: 0 3px 17px 0 rgb(0 0 0 / 15%); */ /* SHADOW BOUTON */
    display: inline-flex;
    align-items: center;
    white-space:nowrap;
}
.bouton i{
    margin-left: 5px;
}

.bouton:hover{
    color: #FFFFFF;
    background-color:var(--primary-hover-color);
    transition: 0.5s;
   /* transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.16); 
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.16);*/
    /* transform: translateY(-5px); */
}
.bouton-banniere{
    color: var(--secondary-color);
    /* background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0)); */
    background-color: #FFFFFF;
    text-transform:uppercase;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius:1.5rem;
    /*box-shadow: 0 3px 17px 0 rgb(255 200 255 / 27%);
     box-shadow: 0 3px 17px 0 rgb(0 0 0 / 15%); */
    display: inline-flex;
    align-items: center;
    white-space:nowrap;
}
.bouton-banniere:hover{
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
.bouton-border{
    color: var(--black-color);
    background-color:transparent;
    border: solid 1px var(--black-color);
    text-transform:uppercase;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius:1.5rem;
    /* padding:15px 30px; */
    display: inline-flex;
    align-items: center;
    white-space:nowrap;
}
.illustration1{
    width: 100%;
    border-radius: 11px;
    /* box-shadow: 0px 13px 50px rgba(0, 0, 0, .11);  */
}
h1.main-titre-noir{
    text-transform:uppercase;
    font-size:2.7rem;
    font-weight:700;
    line-height:1.5em;
}
h3.main-titre-noir{
    text-transform:uppercase;
    font-size:2.3rem;
    font-weight:700;
    line-height:1.3em;
}
h2.main-titre-blanc{
    text-transform:uppercase;
    font-size:35px;
    font-weight:700;
    line-height:1.3em;
    color: var(--titre-color);
}
/* ------------ Pour section les chiffres ------------*/

section.bloc_chiffre{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -70px;
    left: 0;
}
.bloc_chiffre_container{
    background-color: var(--secondary-color);
    border-radius: 2.5rem;
}
.sous_bloc_chiffre{
    display: flex;
    justify-content: center;
}
.bloc_item_chiffre {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc_item_chiffre_icone{
    background-color: #5E4FD1;
    font-size: 2.5rem;
    padding: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: var(--primary-color);
}
.item_chiffre{
    margin-left: 15px;
}
.item_chiffre h3{
    color: var(--primary-color);
    font-weight: 700;
}
.item_chiffre p{
    color: #FFFFFF;
}
#logo-petit{
    display:none;
}
@media screen and (min-width:993px){
    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media screen and (max-width:992px){

    /*------------------------ pour les chiffres ---------------------*/
    .bloc_item_chiffre{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }
    .item_chiffre{
        text-align: center;
    }
    /*.item_chiffre h3{
        font-size: 3rem;
    }
    .item_chiffre p{
        font-size: 2rem;
    }*/
    .bloc_item_chiffre{
        margin-bottom: 1.3rem;
    }
    .bloc_item_chiffre:last-child{
        margin-bottom: 0;
    }

    
}

@media screen and (min-width:992px) and (max-width:1200px){
    .bloc_item_chiffre_icone{
        font-size: 1.7rem;
        width: 50px;
        height: 50px;
    }
}
/* ------------ Pour section skylls ------------*/

section.skylls{
    padding-top:90px;
    padding-bottom:90px;
    /* background-color:#040404;
    background-color:var(--titre-color);*/
    background-color:var(--secondary-light-color);
}
.container-cequejefais{
    row-gap: 2rem;
}
/*
.inspiration{
    height:auto;
    border-left:.4rem solid #FFCC00;
    margin-bottom:40px;
    background:#F4D869;
    padding:20px;
}
p.texte-inspiration{
    color: var(--titre-color);
    text-align:justify;
    font-size:1.3rem;
}
h2.titre-inspiration{
    text-align:justify;
    color:var(--titre-color);
    font-size:1.4rem;
}*/

h4.titre-bloc-branding{
    font-size:1.8rem;
    font-weight:700;
    /* text-transform: uppercase; */
    /* color:var(--titre-color); */
    color: var(--secondary-color);
}
h4.titre-bloc{
    font-size:1.8rem;
    font-weight:700;
    /* text-transform: uppercase; */
}
p.texte-bloc{
    color:var(--contenu-color);
    line-height:1.9em;
    font-size: 18px;
    margin-top:20px;
}
.branding, .bloc-design, .bloc-dev{
    /*word-spacing:initial;*/
    font-size:1.8rem;
    height: 100%;
    min-height:380px;
    padding: 20px;
    background:#FFFFFF;
    color: var(--secondary-color);
    /* box-shadow: 0px 2px 10px 2px rgba(160, 160, 160, .2); */
    box-shadow: 0 0 5px 0 rgb(39 25 77 / 2%), 
    0 3px 20px 0 rgb(112 81 239 / 4%), 
    0 10px 28px 0 rgb(39 25 77 / 3%);
    border-radius: 1rem;
    border: 1px solid #DBDBDB;
}
.container-mon-icone{
    width: 90px;
    height: 90px;
    background-color: var(--secondary-light-color);
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}    
/*.bloc-design{
    background-color:#FFCC00;   
}
.bloc-illustration{
    background-color:#E55039;
}
.bloc-dev{
    background-color:var(--secondary-color);
}*/
/* .icone-design-web{
    margin:0 10px 20px 0;
} */
.fleche{
    margin-left:10px;
}
h3.main-titre-noir-main2{
    font-size:2.3rem;
    font-weight:700;
}

/* ------------ Pour section projets recents galerie fancybox ------------*/

a[data-fancybox] img {
    cursor: zoom-in;
  }
  
  .fancybox__container {
    --fancybox-bg: rgba(17, 6, 25, 0.85);
  }
  
  .fancybox__container .fancybox__content {
    /* Create white border around the image */
    box-sizing: content-box;
    padding: 1rem;
    background: #fff;
  
    border-radius: 28px;
    color: #374151;
    box-shadow: 0 8px 23px rgb(0 0 0 / 50%);
  }
  
  .fancybox__caption {
    max-width: 80%;
  
    /* Prevent opacity change when dragging up/down */
    --fancybox-opacity: 1;
  }
  .gallery__fancy_bloc_img{
      width: 350px;
      /*height: 250px;*/
      transition: .5s;
      border-radius: 1rem;
      overflow: hidden;
      object-fit: cover;
  }
  .gallery__fancy_bloc_img:hover{
      transform: scale(1.05);
  }

  .gallery__fancy_bloc_img img{
    width: 100%;
    height: 100%;
}

/* ------------ Pour section les avis clients ------------*/
.bloc-avis{
    background-color: rgb(108 92 231 / 17%);
}
.container-img-avis{
    width: auto;
    background-color: rgb(108 92 231 / 17%);
    padding: 0;
}
.container-img-avis img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.container-texte-avis{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 2.3rem;
    padding-left: 2.3rem;
}
.bloc-avis{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    height: 100%;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 10px 2px rgba(160, 160, 160, .2); */
    box-shadow: 0 0 5px 0 rgb(39 25 77 / 2%), 
    0 3px 20px 0 rgb(112 81 239 / 4%), 
    0 10px 28px 0 rgb(39 25 77 / 3%);
    border-radius: 10px;
    overflow: hidden;
}
.swiper-horizontal>.swiper-pagination-bullets 
.swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: var(--secondary-color);
    width: 13px;
    height: 13px;
}

.swiper {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffcc;

    /* Center slide text vertically */
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/* ------------- Un Projets -------------*/
section.un-projet{
    color: #FFFFFF;
    background: linear-gradient(to right, rgb(108, 92, 231), rgb(176, 106, 179));
    background-color: var(--secondary-color); 
    padding: 50px 0 0 0;  
}
h3.titre-un-projet{
    font-size: 2.3em;
    margin-bottom: 40px;
    line-height: 1.4em;
    text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}
section.un-projet small{
    color: #FFFFFF;
}
/* ------------- Pour Projets recents -------------*/
section.projets-recents{
    padding-bottom:90px;
    padding-top:90px;
    height:auto;
}
.bloc-projets-recents{
    margin-bottom:40px;
}
h3.titre-projets-recents{
    color:var(--titre-color);
    font-size:2.7rem;
    font-weight:700;
}
p.texte-projets-recents{
    color:var(--contenu-color);
    font-size:1rem;
    margin-bottom:40px;
}
.acote-projet-recent{
    width: 100%;
    height: auto;
    margin-left: 0;
}
.container-b{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13); */
    box-shadow: 0 0 5px 0 rgb(39 25 77 / 2%), 
    0 3px 20px 0 rgb(112 81 239 / 4%), 
    0 10px 28px 0 rgb(39 25 77 / 3%);
}
.container-b{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13); */
    box-shadow: 0 0 5px 0 rgb(39 25 77 / 2%), 
    0 3px 20px 0 rgb(112 81 239 / 4%), 
    0 10px 28px 0 rgb(39 25 77 / 3%);
}
.gallery__fancy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}
.projet0{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:var(--titre-color);
    padding:30px;
    height: auto;
}
h4.titre-projet{
    margin-top:15px;
    font-size:1.2rem;
}

button.bouton-projet{
    margin-top:15px;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
    color: var(--titre-color);
    border: solid 2px var(--titre-color);
    font-weight:700;
}
button.bouton-projet:hover{
    color:#FFFFFF;
    background-color: var(--titre-color);
    padding: 1rem 2.5rem;
    margin-top:15px;
    font-weight:700;
    transition: 0.5s;
}
small{
    color:var(--contenu-color);
}
/*-------------------- Pour la page des projets ---------------------*/
h2.titre-projets{
    /*color:var(--titre-color);*/
    text-transform:uppercase;
    font-size:1.5rem;
    font-weight:700;
    margin-top:30px;
    margin-bottom:30px;
}
.titre-role-projets{
    /*color:var(--titre-color);*/
    text-transform:uppercase;
    font-size:1.5rem;
    font-weight:700;
    margin-top:40px;
    margin-bottom:10px;
}
p.texte-projets{
    /*color:var(--contenu-color);*/
    font-size:1.2rem;
    margin-bottom:40px;
    line-height:1.9em;
}
p.texte-role-projets{
    /*color:var(--contenu-color);*/
    font-size:1.2rem;
    line-height:1.9em;
}
.fond1 .fond2{
    width: 100%;
}
.fond3{
    padding: 0;
    width: 100%;
}
.fond4{
    padding: 0;
    width: 100%;
    margin-top: 30px;
}
.fond5{
    padding: 0;
    width: 100%;
    margin-top: 30px;
}
.section-role-projet{
    background:#F7F7F7;
}
.bouton-next-prev{
    padding: 15px 30px;
    width: auto;
    color: var(--secondary-color);
    background-color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    border-radius: 10px;
    /* box-shadow: 0 3px 17px 0 rgb(255 200 115 / 27%); */
     box-shadow: 0 3px 17px 0 rgb(0 0 0 / 8%);  /* SHADOW BOUTON */
}
.bouton-next-prev:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--secondary-color);
    transition: 0.5s;
}
.icone-revenir-pro{
    cursor: pointer;
}
.icone-revenir-pro:hover{
    opacity: .7;
    transition: 0.5s;
}
.header-portfolio{
    text-align: center;
    background-color: var(--secondary-color);
    margin-top: 70px;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 20%); */
}
.header-portfolio h3 {
    color: var(--primary-color);
}
.header-portfolio p {
    color: #FFFFFF !important;
    font-size: 1.5rem;
}
/*----------------TOOLTIP------------------------*/

/*---------------- FOND POUR BAHYE ------------------*/
.fond2-bahye{
    width: 100%;
}
.fond3-bahye{
    width: 100%;
}
.fond4-bahye{
    width: 100%;
}
.fond5-bahye{
    width: 100%;
}
section.section1-projet{
    background:#235784;
    width:100%;
    height:auto;
    padding:50px  0;
}
section.section1-projet-bahye{
    padding: 0;
    background:#F6B138;
    width:100%;
    height:auto;
}
section.section1-projet-bahye img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.section-description-projet{
    width:100%;
    height:auto;
    padding:50px  0;
}
.section-timeline{
    width:100%;
    height:auto;
    padding:50px  0;
    background-color: #EAE7FE;
    margin-bottom: 50px;
}
.section-construction-logo{
    width:100%;
    height:auto;
}
section.section2-projet{
    width:100%;
    height:auto;
    /*padding-top:50px;*/
}
section.section3-projet{
    background:#F4D869;
    width:100%;
    height:700px;
    padding:50px  0;
}
section.section4-projet{
    width:100%;
    height:auto;
    padding:100px  0;

}
section.section5-projet{
    background:#235784;
    width:100%;
    height:auto;
    padding:50px  0;
}
section.section6-projet{
    background:#FFFFFF;
    width:100%;
    height:300px;
    padding:100px  0;
}
img.logo-projets{
    margin-top:50px;
}
.bloc-projet{
    height:auto;
    margin:0 auto;
}
.centre-projet{
    padding-left:0;
    padding-right:0;
}
.image-projet{
    width:100%;
    height:auto;
    margin: 40px 0;
}
img.cover-bahye{
    width:100%;
    height:100%;
}
/* ------------ FOND POUR AG FOOD ------------*/
section.section1-projet-agfood{
    background:#A2CA6F;
    width:100%;
    height:100%;
    padding:50px  0;
}
img.cover-agfood{
    width:100%;
    height:100%;
}
.fond-couleur-concept-final{
    background:var(--secondary-color);
}
.extrait-style-guide{
    background:#F7F7F7;
}
.extrait-style-guide-autre {
    background:#A2CA6F;
}
/* ------------ FOND POUR DJII et GENIUS ------------*/

section.section1-projet-djii{
    background:#057855;
    width:100%;
    height:100%;
    /*padding:50px  0;*/
    padding:50px  0;
}
section.section1-projet-genius{
    width:100%;
    height:100%;
    /*padding:50px  0;*/
    padding:150px  0 100px;
    position: relative;
}
.couleur-lecleaner{
    background:#1E1E1E;
}
.couleur-genius{
    background:#1F274A;
}
.couleur-bomoservices{
    background:#02549F;
}
.couleur-myapo{
    background:#0857B2;
}
section.section1-projet-genius .span1{
    position: absolute;
    right: 40%;
    bottom: -30px;
}
section.section1-projet-genius .span2{
    display: none;
}
.texte-projets.infos{
    background-color: var(--secondary-color);
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px; 
}
img.cover-djii{
    width:100%;
    height:100%;
}
img.cover-genius{
    width:100%;
    height:100%;
}


/* ------------ FOND POUR DIGIT OFFICE ------------*/
section.section1-projet-digitoffice{
    background:#1F274A;
    width:100%;
    height:auto;
    padding:50px  0;
}

/* ------------ FOND POUR ESL ------------*/
section.section1-projet-esl{
    background:#F7F7F7;
    width:100%;
    height:auto;
    padding:50px  0;
}

/* ------------ SECTION AUTRE ETUDE DE CAS ------------*/

section.section-autres-etudes{
    background:#F7F7F7;
}
.titre-section-autres-etudes{
    /*background:var(--secondary-color);*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-basis: 30%;
    padding:20px  0;
}
a.fleche-suivant, a.fleche-precedent{
    display: none;
}
.titre-autres-projets{
    font-size:1rem;
    font-weight:700;
    color: var(--titre-color);
}
.titre-de-projet{
    margin: 0 20px;
    font-size:1.4rem;
    font-weight:700;
}
.image-autres-projets{
    width:100%;
    height:auto;
    margin: 20px 0;
}
.bloc-autres-projets{
    background:var(--secondary-color);
    cursor: pointer;
}
.bloc-autres-projets1{
    background:#1F2849;
    cursor: pointer;
}
.bloc-autres-projets2{
    background:#4A69BD;
    cursor: pointer;
}
.bloc-autres-projets3{
    cursor: pointer;
}
/* ------------ Pour la page 404 ------------*/
.section-404{
    background-color: var(--secondary-color);
    padding-bottom:70px;
    padding-top:70px;
    padding-left:0;
    padding-right:0;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
.h1-404{
    color: var(--primary-color);
    font-size: 7rem;
    font-weight: 700;
    text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}
.droit-section-404 h2{
    color: #FFFFFF;
}
.droit-section-404 p{
    color: #FFFFFF;
    line-height: 1.9rem;
}
.bold-p-404{
    color: var(--primary-color);
    font-weight: 500;
}
.gauche-section-404 img{
    width: 100%;
    height: 100%;
}
/* ------------ Pour le avant footer ------------*/
.avant-footer{
    padding:30px 0 0 0;
}
.illustration-avant-footer
{
    width: 100%;
    margin-bottom: -1px;
}
/* Pour le footer */
footer{
    background-color:var(--black-color);
    height:210px;
    padding:30px;
    padding-top:50px;
    color:#FFFFFF;
    font-size:1rem;
}
#logo_bas{
    display:block;
    width:200px;
    height:auto;
}
p.mentions{
    text-transform:uppercase;
    font-weight:100;
    text-align:center;  
    font-size: small;
}
p.mentions a{
    color:#FFFFFF;
}
p.mentions a:hover{
    color:#CCCCCC;
    text-decoration:none;
}
p.copyright{
    text-align:center;
    padding-top:60px;
    font-size: small;
}
.milieu_footer{
    margin-top:-40px;
}
img.social-bouton{
    display:block;
    background:#FFFFFF;
    padding: 5px;
    margin-left:20px;
    width:40px;
    height:40px;
    border-radius:50%;
}
.div-social{
    padding:0;
}

/*-------------------- Pour savoire-faire ---------------------*/
section.section-savoir-faire{
    padding:20px 0 70px 0;
    height:auto;
}
.petite-section-savoir{
    background:var(--secondary-color);
    padding-top:150px;
    margin:0 0 40px 0;
}
.illustration-savoir-faire{
    width:100%;
    height:auto;
}
.bloc-savoir-faire{
    padding: 20px;
    background:#FFFFFF;
    box-shadow: 0 0 5px 0 rgb(39 25 77 / 2%), 
    0 3px 20px 0 rgb(112 81 239 / 4%), 
    0 10px 28px 0 rgb(39 25 77 / 3%);
    height: 100%;
    min-height:380px;
    border-radius: 1rem;
}
h4.bloc-titre-savoir-faire{
    font-size: 1.8rem;
    color: var(--secondary-color);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.container-savoir-faire{
    display: flex;
    justify-content: center;
}
/*-------------------- Pour collaborateur --------------------*/
.section-collaboration{
    padding-bottom:70px;
    padding-top:90px;
    height:auto;
    /*background:#F5F9FA;*/
    background-color: var(--secondary-light-color);
}
h3.titre-collaboration{
    color:var(--titre-color);
    font-size:2.3em;
    font-weight:700;
}
h4.titre-collaboration{
    font-size: 1.8rem;
    /* color: var(--secondary-color); */
    font-weight: 700;
}
p.texte-collaboration{
    color:var(--contenu-color);
    line-height:1.9em;
    margin:10px 0 30px 0;
    text-align: center;
}
.container-avantages{
    display: flex;
    justify-content: center;
}
.container-avantages div li{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-avantages div li i{
    font-size: 2.5rem;
    color: var(--secondary-color);
}
img.illustration-collaboration{
    width:100%;
}
img.fleche-collab{
    margin-left:15px;
}
@media screen and (max-width:992px){

    .container-avantages div:not(:nth-child(1)){
        margin-top: 1.5rem;
    }
    section.section-contact{
        padding-top:0;  
   } 
   .gallery__fancy {
       gap: 35px;
   }
}
.bouton-collab{
    color: #FFFFFF;
    /* background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0)); */
    background-color:var(--primary-color);
    text-transform:uppercase;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
    box-shadow: 0 3px 17px 0 rgb(255 200 115 / 27%);
    /* box-shadow: 0 3px 17px 0 rgb(0 0 0 / 15%); */ /* SHADOW BOUTON */
    display: inline-flex;
    align-items: center;
}
.bouton-collab:hover{
    transition: 0.5s;
    color: #FFFFFF;
    background-color:var(--primary-hover-color);
 
    /* transform: translateY(-5px); */
}
.bouton-avec-moi{
    display:inline-block;
    background:var(--secondary-color);
    color:#FFFFFF;
    border: solid 1px var(--secondary-color);
    font-weight: 600;
    padding:1rem 2.5rem;
    font-size:1rem;
    border-radius:1.5rem;
    letter-spacing: 1px;
    transition: all ease 0.5s;
}
.bouton-avec-moi:hover{
    background:#FFFFFF;
    color:var(--secondary-color);
    border: solid 1px var(--secondary-color);
    background-color: transparent;
}
/*-------------- Pour contact ------------------------*/
.section-contact{
    padding-bottom:70px;
    padding-top:70px;
    padding-left:0;
    padding-right:0;
    height:auto;

}
img.illustration-contact{
    width:100%;
}
.infos-contact{
    color:var(--titre-color);
    background:#FFFFFF;
    box-shadow: 0px 2px 10px 2px rgba(160, 160, 160, .2);
    padding:30px 25px;
    height:auto;
    font-size:.8rem;
    border-radius: 10px;
}
.infos-contact p{
    font-size: 1.2rem;
    font-weight: 400;
}
a.couleur-infos-tel{
    color:var(--titre-color);
}
a.couleur-infos-tel:hover{
    text-decoration:none;
}
li.reseau-c{
    float:left;
    padding:7px;
    margin:0 20px 0 0;
    background-color: var(--secondary-color);
    border-radius:50%;
    font-size: 0;
}

h2.titre-contact{

    color:var(--titre-color);
    font-size: 1.3rem;
    font-weight:600;
    line-height:1.9em;
    margin-bottom: 20px;
    /*white-space:nowrap;*/
}
p.texte-contact{
    color:var(--contenu-color);
}
li a span.reseau-contact{
    margin-left:10px;
    color:var(--titre-color);
}
p.abientot{
    color:var(--titre-color);
    font-size:.8rem;
    clear: both;
}
/* ----------- Pour le blog ---------------*/
section.section-blog-bientot{
    margin-top:150px;
    padding-top:100px;
    padding-left:0;
    padding-right:0;
    width:100%;
    height:auto;
    background:var(--secondary-color);
}
.blog-bientot{
    color:#FFFFFF;
    font-size:1.5rem;
    background:#E74C3C;
    margin-top:30px;
    padding-top:30px;
    padding-left:30px;
    padding-bottom:20px;
}
.illustration-blog-bientot{
    width:100%;
    height:auto;
}.blog-illustration{
    padding:0;
}
p.vite{
    color:var(--primary-color)
}
/* Pour le blog 
section.section-blog{
    padding-bottom:70px;
    padding-top:200px;
    height:auto;
}
.bloc-blog{
    height:auto;
    margin-bottom:90px;
    background:#FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
}
.bloc-titre-blog{
    line-height:1.6em;
    font-size:1.5rem;
    color:var(--titre-color);
    margin-top:20px;
    font-weight:700;

}
.header-bloc-blog1{
    background:#FFCC00;
    margin:0;
    height:200px;
    color:#FFFFFF;
}
.contenu-bloc{
    padding:0 20px 40px 20px;
}
.header-bloc-blog2{
    background:#F85F43;
    margin:0;
    height:200px;
    color:#FFFFFF;
}
.header-bloc-blog3{
    background:#FDECA7;
    margin:0;
    height:200px;
    color:#FFFFFF;
}
img.header-article{
    width:100%;
    height:200px;
}
.header-bloc-blog4{
    background:var(--titre-color);
    margin:0;
    height:200px;
    color:#FFFFFF;
}
.header-bloc-blog5{
    background:#8E44AD;
    margin:0;
    height:200px;
    color:#FFFFFF;
}
.mots-cle{
    color:var(--contenu-color);
    font-weight:bold;
    text-align:center;
    font-size:.7rem;
    text-transform:uppercase;
    margin-top:20px;
}*/
/* Pour mentions legales */
.hearder-section-mentions-legales{
    width:auto;
    height:200px;
    background:var(--secondary-color);
    margin-bottom:30px;
}
.section-mentions-legales{
    /*background:var(--secondary-color);*/
    padding-top:150px;
}
p.contenu-mentions-legales{
    color:var(--contenu-color);
}
.header-mentions-legales{
    color:var(--titre-color);
    font-weight:600;
}
a.url, a.url:hover{
    color:var(--titre-color);
    text-decoration:none;
}
/* --------------- Pour hello ------------------ */
section.section-hello{
    padding-bottom:70px;
    padding-top: 70px;
    height:auto;
}
section.section-sous-illustration-hello{
   /* background:var(--titre-color);
    color:#E7E7E7;*/
    background-color: #FFFFFF;
    width:100%;
    padding:120px 0; 
}
p.sous-illustration-hello{
    line-height: 1.8em;
}
.texte-sous-illustration-hello{
    margin-top:70px;
}
h6{
    /*color:#DEE2E6;*/
    padding-bottom:10px;
    font-weight:700;
}
h6.grand-hello{
   color:var(--primary-color);
   font-weight:700;
   margin-bottom:20px;
   font-size:40px ;
}
h3.titre-hello-moi{
    color:var(--titre-color);
    font-size:2.3rem;
    font-weight:700;
}
.moi{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 1.5rem;
}
.mon-d-flex{
    display: flex;
    align-items: center;
}
h2.sous-hello{
   font-size:2rem;
   line-height:1.5em;
   font-weight: bold;
   color:var(--titre-color);
/* surlignement des lettres 
    display: inline;
    background-image: linear-gradient(
          transparent 50%,
          #F4D869 0%,
          #FFCC00 85%,
          transparent 85%,
          transparent 100%
      );
      background-repeat: no-repeat;
      background-size: 0% 100%;
      animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
  }
  
  @keyframes animatedBackground {
      to {
          background-size: 100% 100%;
      }
fin surlignement des lettres */
}
/*------------------- Pour portfolio ---------------------*/

section.projets-portfolio{
    padding-top:70px;
}
.container-onglet{
    text-align: center;
    margin-bottom: 50px;
}
.container-onglet a{
    margin-left: .7rem;
    text-decoration: none;
 
}
.btn-container-onglet{
    font-size: 1.1rem;
    transition: .5s;
    padding: .7rem 1.4rem;
    color: var(--titre-color);
    display: inline-block;
}
.btn-container-onglet:hover{
    color: var(--secondary-color);
    background-color: var(--secondary-light-color);
    border: solid 1px var(--secondary-color);
    padding: .7rem 1.4rem;
    border-radius: 50px;
}
.btn-active{
    color: var(--secondary-color);
    background-color: var(--secondary-light-color);
    border: solid 1px var(--secondary-color);
    padding: .7rem 1.4rem;
    border-radius: 50px;
    transition: .5s;
}
.contenu{
    opacity: 0;
}


.activeContenu{
    animation: fade 0.5s forwards;
}

@keyframes fade {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
a.lien-site-projet{
    text-decoration: none;
    color: var(--primary-color);
}
/*--------------------- Responsive design ----------------*/

@media screen and (max-width:576px){
    body{
        margin:0;
        padding:0;
    }
     /* header responsive */
   #navbar{
    padding-left:0; 
    padding-right:0; 
}
.navigation{
    display:none;
}
#logo-petit{
    display:block;
    width:160px;
    height:auto;
    margin:0 auto;
}
#logo{
    display:none;
}
a.bouton-contact{
    display:none;
}
a.bouton-message{
    display:block;
}
    #navbar{
        height:70px;
        background: var(--secondary-color);
        box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
    }
   
    /*------------------ Accueil responsive ---------------------*/
    .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
        text-transform:uppercase;
        font-weight: 600;
        padding: 1rem 2.5rem;
        font-size: 1.2rem;
        border-radius: 1.5rem;
    }
    section.main{
        width:100%;
        padding-top:100px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    section.main2{
        padding-bottom: 50px;
    }
    section.skylls{
        width:100%;
        /*padding-left:30px; 
        padding-right:30px; */
        padding-bottom: 90px;
    }
    .gauche, .droit{
        float:none;
        width:100%;
    }
    .droit{
        margin-top: 50px;
    }
    .cequejefais{
        margin-bottom: 0px;
    }
    .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
    }
    .bloc-design, .bloc-dev, .branding{
        padding:20px;
        margin-top: 50px;
        height: auto;
    }
    .projet0{
        height: auto;
    }
    /*p.texte-bloc, p.petit-texte, .bloc-savoir-faire, p.texte-projets-recents, .liste-savoir-faire{
        font-size:1.2rem;
    }*/

    section.projets-portfolio{
        padding-top:30px;
    }
    footer{
        /*padding-left:30px; 
        padding-right:30px; */
        font-size:1rem;
    }
    .reseaux-sociaux-bas{
        display:none;
    }
    #logo_bas {
        display:none;
    }

    h1.main-titre-noir{
        font-size: 1.8rem;
    }

    h3.main-titre-noir-main2, h3.titre-projets-recents{   
        font-size: 2rem;
    }

    .btn-voir-plus-noir:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }
    button.bouton-projet:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }

    /*----------------------- Pour un projet ------------------------*/
    .rentrons-contact{
        width: 70%;
        margin-top: 30px;
    }
    .un-projet{
        text-align: center;
    }
    /*------------------------ pour les chiffres ---------------------*/
  
    /*------------------------ Hello responsive -----------------------*/

    section.section-sous-illustration-hello{
        width:100%;
        padding:50px 30px; 
    }
    section.section-hello{
        padding-top:100px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .texte-sous-illustration-hello{
        margin-top:50px;
        padding:30px 20px;
        background:var(--secondary-color);
        color:#FFFFFF;
    }
    .illustration-hello{
        margin-top:50px;
    }
    section.main3{
        padding: 50px 0 25px 0;
    }

    /*--------------------------- Savoir-faire responsive -----------------------*/

    .petite-section-savoir {
        padding-top:90px;
        margin-bottom:0;
    }
    .bloc-savoir-faire{
        margin-bottom:50px;
        height: auto;
    }
    .section-collaboration{
        padding-top:50px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .illustration-savoir-faire, .illustration-collaboration{
        margin-top:50px;
    }
    .bouton-collab{
        color:#FFFFFF;
        background:var(--primary-color);
    }

    /* Contact responsive */

    .illustration-contact, .infos-contact{
        margin-top:50px;
    }
     
    /* section.section-contact{
        /* padding-top:90px; */
        /*padding-left:30px; 
        padding-right:30px; */
    /*} */
  
     /* Blog responsive */

     section.section-blog{
        padding-top:150px;
        /*padding-left:30px; 
        padding-right:30px; */
     }

    /*------------------------- Projet responsive -------------------------*/
    section.section1-projet-genius .span1{
        display: none;
    }
    section.section1-projet-genius .span2{
        display: block;
        position: absolute;
        right: 40%;
        bottom: -30px;
    }
    img.logo-projets{
        width:100%;
    }
    a.fleche-suivant, a.fleche-precedent{
        display: block;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, .15); 
    }
    
    .bouton-next-prev, .bouton-next-prev{
        display: none;
    }
.pagination{
        background:var(--primary-color);
    }

    .section-role-projet{
        padding-top: 0;
        padding-bottom: 0;
    }

    .block-client{
        padding-bottom: 0;
    }
    .role-client{
        padding-top: 0;
    }

    /*--------------------------- Bouton menu responsive -----------------------*/

    .menu-toggle {
        display:block;
        position: absolute;
        padding: 0.8em 0;
        top: 1.2rem;
        left: 15px;
        cursor: pointer;
        z-index: 9999;
      }
      
      .hamburger,
      .hamburger::before,
      .hamburger::after {
        content: '';
        display: block;
        background: var(--primary-color);
        height: 3px;
        width: 1.7rem;
        border-radius: 3px;
        -webkit-transition: all ease-in-out 350ms;
        transition: all ease-in-out 350ms;
      }
      
      .hamburger::before {
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px);
      }
      
      .hamburger::after {
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
      }
      
      .nav .hamburger {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      
      .nav .hamburger::before {
        display: none;
      }
      
      .nav .hamburger::after {
        -webkit-transform: translateY(-1px) rotate(-90deg);
                transform: translateY(-1px) rotate(-90deg);
      }
      .opening {
          display:block;
    }

/* Empiler les élements du menu les uns en dessou des autres*/
nav {
    margin: 0;
    padding: 0;
}
ul{
    display: flex;
    flex-direction:column;
    list-style-type: none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100vh;
    background:var(--secondary-color);
    color:#FFFFFF;
    padding-top:30px;
    margin: 0;
    text-align:center;
    font-size:1.7rem;
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1); 
    transition: 0.5s;
}
.dans-menuhamburger{
    display: block;
    position: absolute;
    bottom:0;
    top:250px;
    padding-top:30px;
    padding-bottom:0;
    width:100%;
    height:150px;
    background: rgba(255,255,255,.13);
    font-size:1rem;
    color:#FFFFFF;
    
}

nav li {
    margin-top:10px;
  }
  nav li a {
    color:#FFFFFF;
    font-size:1.2rem;
    font-weight:600;
  }

ul li a:hover{
    /*background: var(--secondary-color); */
    width:270px;
    display:block;
    margin:0 auto;
    opacity: .7;
}
.active{
    /*background: var(--secondary-color); */
    width:270px;
    display:block;
    margin:0 auto;
}
.details-contact{
    color:var(--primary-color);
    /*background:#CE451B;*/
    font-weight:600;
}
p.contact-mail{
    color:#FFFFFF;
    font-weight:600;
}
a.couleur-phone{
    color:#FFFFFF;
    font-weight:600;
    text-decoration:none ;
}
  nav li:last-child {
    border-bottom: none;
    height:200px;
  }
/* Footer responsive */
img.social-bouton{
    display:block;
    background: #FFFFFF;
    width:32px;
    height:32px;
    margin-left:0;
}
.div-social{
    margin:0 auto;
    width:200px;  
}
footer{
    height:auto;
}
.avant-footer{
    display: none;
}
    
}
/* blog */
section.section-blog-bientot {
    margin-top:0;
}


@media screen and (min-width:576px) and (max-width:768px){

     /* header responsive */
     #navbar{
        padding-left:0; 
        padding-right:0; 
    }
    .navigation{
        display:none;
    }
    #logo-petit{
        display:block;
        width:160px;
        height:auto;
        margin:0 auto;
    }
    #logo{
        display:none;
    }
    a.bouton-contact{
        display:none;
    }
    a.bouton-message{
        display:block;
        margin-right: 15px;
    }

    #navbar{
        height:70px;
        background: var(--secondary-color);
        box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
    }
    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
    }
    
     /* Accueil responsive */
     .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
        text-transform:uppercase;
        font-weight: 600;
        padding: 1rem 2.5rem;
        font-size: 1.2rem;
        border-radius: 1.5rem;
    }
     section.main{
        width:100%;
        padding-top:150px;
        /*padding-left:30px; 
        padding-right:30px; */
    }

    section.main2{
        padding-bottom: 50px;
    }

    section.skylls{
        width:100%;
        /*padding-left:30px; 
        padding-right:30px; */
        padding-bottom: 90px;
    }
    .gauche, .droit{
        float:none;
        width:100%;
    }
    .droit{
        margin-top: 50px;
    }
    .cequejefais{
        margin-bottom: 0px;
    }
    .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
    }
    .bloc-design, .bloc-dev, .branding{
        padding: 20px;
        margin-top: 50px;
        height: auto;
    }
    .projet0{
        height: auto;
    }

    section.projets-portfolio{
        padding-top:30px;
    }
    footer{
        /*padding-left:30px; 
        padding-right:30px; */
        font-size:1rem;
    }
    .reseaux-sociaux-bas{
        display:none;
    }
    #logo_bas {
        display:none;
    }

    h1.main-titre-noir{
        font-size: 1.8rem;
    }

    h3.main-titre-noir-main2, h3.titre-projets-recents{   
        font-size: 2rem;
    }

    .btn-voir-plus-noir:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }
    button.bouton-projet:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }

     /* --------------------- Pour un projet --------------------*/
     .rentrons-contact{
        width: 70%;
        margin-top: 30px;
    }
    .un-projet{
        text-align: center;
    }
     /* Hello responsive */
     section.section-sous-illustration-hello{
        width:100%;
        padding:50px 30px; 
    }
    .texte-sous-illustration-hello{
        margin-top:50px;
        padding:30px 20px;
        background:var(--secondary-color);
        color:#FFFFFF;
    }
    section.section-hello{
        padding-top:100px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .illustration-hello{
        margin-top:50px;
    }
    /* Savoir-faire responsive */
    .petite-section-savoir {
        padding-top:90px;
        margin-bottom:0;
    }
    .bloc-savoir-faire{
        margin-bottom:50px;
        height: auto;
    }
    .section-collaboration{
        padding-top:50px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .illustration-savoir-faire, .illustration-collaboration{
        margin-top:50px;
    }
    /* Contact responsive */
    .illustration-contact, .infos-contact{
        margin-top:50px;
    }
    /*section.section-contact{
        padding-top:90px;*/
        /*padding-left:30px; 
        padding-right:30px; */
    /*}*/
     /* Blog responsive */
     section.section-blog{
        padding-top:150px;
        /*padding-left:30px; 
        padding-right:30px; */
     }
    /*-------------------- Projet responsive ---------------------*/

    img.logo-projets{
        width:100%;
    }
    a.fleche-suivant, a.fleche-precedent{
        display: block;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, .15); 
    }
    .bouton-next-prev, .bouton-next-prev{
        display: none;

    }
    .section-role-projet{
        padding-top: 0;
        padding-bottom: 0;
    }

    /*---------------------- Bouton menu responsive --------------------*/

    .menu-toggle {
        display:block;
        position: absolute;
        padding: 0.8em 0;
        top: 1.2rem;
        left: 0;
        cursor: pointer;
        z-index: 9999;
      }
      
      .hamburger,
      .hamburger::before,
      .hamburger::after {
        content: '';
        display: block;
        background: var(--primary-color);
        height: 3px;
        width: 1.7rem;
        border-radius: 3px;
        -webkit-transition: all ease-in-out 350ms;
        transition: all ease-in-out 350ms;
      }
      
      .hamburger::before {
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px);
      }
      
      .hamburger::after {
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
      }
      
      .nav .hamburger {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      
      .nav .hamburger::before {
        display: none;
      }
      
      .nav .hamburger::after {
        -webkit-transform: translateY(-1px) rotate(-90deg);
                transform: translateY(-1px) rotate(-90deg);
      }

      .opening {
        display:block;
      }

      /* Empiler les élements du menu les uns en dessou des autres*/
nav {
    margin: 0;
    padding: 0;
}

ul{
    display: flex;
    flex-direction:column;
    list-style-type: none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100vh;
    background:var(--secondary-color);
    color:#FFFFFF;
    padding-top:30px;
    margin: 0;
    text-align:center;
    font-size:1.7rem;
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
}
.dans-menuhamburger{
    display: block;
    position: absolute;
    bottom:0;
    top:250px;
    padding-top:30px;
    padding-bottom:0;
    width:100%;
    height:150px;
    background: rgba(255,255,255,.13);
    font-size:1rem;
    
}
ul li a:hover{
    color: #FFFFFF; 
    /*background: var(--secondary-color); */
    width:270px;
    display:block;
    margin:0 auto;
    opacity: .7;
}
.active{
    color: #FFFFFF; 
    /*background: var(--secondary-color);*/
    width:270px;
    display:block;
    margin:0 auto;
    opacity: .7;
}
.details-contact{
    color:var(--primary-color);
    /*background:#CE451B;*/
    font-weight:600;
}
p.contact-mail{
    color:#FFFFFF;
    font-weight:600;
}
a.couleur-phone{
    color:#FFFFFF;
    font-weight:600;
    text-decoration:none ;
}
nav li {
    margin-top:10px;
  }
  nav li a {
    color:#FFFFFF;
    font-size:1.2rem;
    font-weight:600;
  }
  nav li:last-child {
    border-bottom: none;
    height:200px;
  }
  /* Footer responsive */
img.social-bouton{
    display:block;
    background: #FFFFFF;
    width:32px;
    height:32px;
    margin-left:0;
}
.div-social{
    margin:0 auto;
    width:200px;
}
}
/* blog */
section.section-blog-bientot {
    margin-top:0;
}
@media screen and (min-width:768px) and (max-width:992px){

    /* header responsive */
    #navbar{
        padding-left:0; 
        padding-right:0; 
    }
    .navigation{
        display:none;
    }
    #logo-petit{
        display:block;
        width:160px;
        height:auto;
        margin:0 auto;
    }
    #logo{
        display:none;
    }
    img.social-bouton{
        display:block;
        background: var(--titre-color);
        padding: 5px;
        width:32px;
        height:32px;
    }
    a.bouton-contact{
        display:none;
    }
    a.bouton-message{
        display:block;
        margin-right: 15px;
    }
    #navbar{
        height:70px;
        background: var(--secondary-color);
        box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
    }
    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
    }
     /* ----------------------- Accueil responsive -----------------------*/
     .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
        text-transform:uppercase;
        font-weight: 600;
        padding: 1rem 2.5rem;
        font-size: 1.2rem;
        border-radius: 1.5rem;
    }
     section.main{
        width:100%;
        padding-top:150px;
        /*padding-left:30px; 
        padding-right:30px; */
    }

    section.main2{
        padding-bottom: 50px;
    }

    section.skylls{
        width:100%;
        /*padding-left:30px; 
        padding-right:30px; */
        padding-bottom: 90px;
    }
    .gauche, .droit{
        width:100%;
    }
    .droit{
        margin-top: 50px;
    }
    .cequejefais{
        margin-bottom: 0px;
    }
    .bouton{
        color:#FFFFFF;
        background-color:var(--primary-color);
    }
    .bloc-design, .bloc-dev, .branding{
        padding: 20px;
        margin-top: 50px;
        height: auto;
    }
    .projet0{
        height: auto;
    }
    p.texte-bloc{
        font-size:1.2rem;
    }

    section.projets-portfolio{
        padding-top:30px;
    }
    footer{
        /*padding-left:30px; 
        padding-right:30px; */
        font-size:1rem;
    }
    .reseaux-sociaux-bas{
        display:none;
    }
    #logo_bas {
        display:none;
    }

    h1.main-titre-noir{
        font-size: 1.8rem;
    }

    h3.main-titre-noir-main2, h3.titre-projets-recents{   
        font-size: 2rem;
    }

    .btn-voir-plus-noir:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }
    button.bouton-projet:hover{
        border: solid 2px var(--titre-color);
        background: transparent;
        color: var(--titre-color);
    }

     /*----------------- Pour un projet ------------------*/
     .rentrons-contact{
        width: 70%;
        margin-top: 30px;
    }
    .un-projet{
        text-align: center;
    }
     /* Hello responsive */
     section.section-sous-illustration-hello{
        width:100%;
        padding:50px 30px; 
    }
    .texte-sous-illustration-hello{
        margin-top:50px;
        padding:30px 20px;
        background:var(--secondary-color);
        color:#FFFFFF;
    }
    section.section-hello{
        padding-top:100px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .illustration-hello{
        margin-top:50px;
    }
    /* Savoir-faire responsive */
    .petite-section-savoir {
        padding-top:90px;
        margin-bottom:0;
    }
    .bloc-savoir-faire{
        margin-bottom:50px;
        height: auto;
    }
 
    .section-collaboration{
        padding-top:50px;
        /*padding-left:30px; 
        padding-right:30px; */
    }
    .illustration-savoir-faire, .illustration-collaboration{
        margin-top:50px;
    }
     /* Blog responsive */
     section.section-blog{
        padding-top:150px;
        /*padding-left:30px; 
        padding-right:30px; */
     }
    /* Contact responsive */
    .illustration-contact, .infos-contact{
        margin-top:50px;
    }
    /*section.section-contact{
        padding-top:90px;*/
        /*padding-left:30px; 
        padding-right:30px; */
    /*}*/
    .bas-illustration-contact{
        height:150px;
        margin-top:-85px;
    }

    /*------------------------- Projet responsive -----------------------*/

    img.logo-projets{
        width:100%;
    }
    a.fleche-suivant, a.fleche-precedent{
        display: block;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, .15); 
    }
    .bouton-next-prev, .bouton-next-prev{
        display: none;
    }
    .section-role-projet{
        padding-top: 0;
        padding-bottom: 0;
    }

    /*--------------------------- Bouton menu responsive ------------------------*/

    .menu-toggle {
        display:block;
        position: absolute;
        padding: 0.8em 0;
        top: 1.2rem;
        left: 0;
        cursor: pointer;
        z-index: 9999;
      }
      
      .hamburger,
      .hamburger::before,
      .hamburger::after {
        content: '';
        display: block;
        background: var(--primary-color);
        height: 3px;
        width: 1.7rem;
        border-radius: 3px;
        -webkit-transition: all ease-in-out 350ms;
        transition: all ease-in-out 350ms;
      }
      
      .hamburger::before {
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px);
      }
      
      .hamburger::after {
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
      }
      
      .nav .hamburger {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      
      .nav .hamburger::before {
        display: none;
      }
      
      .nav .hamburger::after {
        -webkit-transform: translateY(-1px) rotate(-90deg);
                transform: translateY(-1px) rotate(-90deg);
      }

      .opening {
        display:block;
      }
      /* Empiler les élements du menu les uns en dessou des autres*/
nav {
    margin: 0;
    padding: 0;
}

ul{
    display: flex;
    flex-direction:column;
    list-style-type: none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100vh;
    background:var(--secondary-color);
    color:#FFFFFF;
    padding-top:30px;
    margin: 0;
    text-align:center;
    font-size:1.7rem;
    box-shadow: 0px 2px 15px 2px rgba(150, 147, 147, 0.1);
}
.dans-menuhamburger{
    display: block;
    position: absolute;
    bottom:0;
    top:250px;
    padding-top:30px;
    padding-bottom:0;
    width:100%;
    height:150px;
    background: rgba(255,255,255,.13);
    font-size:1rem;
    
}
ul li a:hover{
    color: #FFFFFF; 
    width:270px;
    display:block;
    margin:0 auto;
    opacity: .7;
}
.active{
    color: #FFFFFF; 
    width:270px;
    display:block;
    margin:0 auto;
    opacity: .7;
}
.details-contact{
    color:var(--primary-color);
    /*background:#CE451B;*/
    font-weight:600;
}
p.contact-mail{
    color:#FFFFFF;
    font-weight:600;
}
a.couleur-phone{
    color:#FFFFFF;
    font-weight:600;
    text-decoration:none ;
}
nav li {
    margin-top:10px;
  }
  nav li a {
    color:#FFFFFF;
    font-size:1.2rem;
    font-weight:600;
  }
  nav li:last-child {
    border-bottom: none;
    height:200px;
  }
  /* Footer responsive */
img.social-bouton{
    display:block;
    background: #FFFFFF;
    width:32px;
    height:32px;
    margin-left:0;
}
.div-social{
    margin:0 auto;
    width:200px;
}
}

/* blog */
section.section-blog-bientot {
    margin-top:0;
}


