/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:wght@300;400;700;900&family=Roboto+Slab:wght@100..900&display=swap');
* {
  box-sizing: border-box;
  margin : 0px;
  padding : 0px;
}
body {
    font-family: "Roboto Slab", serif;
    line-height: 1.6;
    background: #f1f1f1;
  }

  .logo img {
    width : 20%;
  }
  .logomob {
    display: none;
  }
  .container{
    background:#fff;
  }
  .container-color{
    background: #353232;
  }

  .container-center {
    width : 80%;
    margin : auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding : 7px 0px
  }
  
  .contacts {
    display: flex;
    align-items: center;
    color : #353232;
  }

  .contacts-infos i{
    margin-left : 20px;
  }

  .contacts-socials button{
    margin-left : 20px;
  }

  .contacts-infos span{
    margin-left : 6px;
  }
  .nav-items {
    display: flex;
    align-items: center;
    list-style: none;

  }


  .nav-item a{
    text-transform: capitalize;
    text-decoration: none;
    color:#fff;
    font-weight: 500;
  }

  .nav-item a:hover{
    color : red;
  }

  .nav-items i{
    color:#f1f1f1;
    margin-right : 4px;
  }

  .nav-item:not(first-child) {
    padding-left : 30px;
  }

  .nav {
    padding : 20px 0px;
  }

  .main-hero {
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/images/bgcidi.jpg');
    background-position: center;
    background-size: cover;
  }

  .main-hero h1{
    text-transform: uppercase;
    font-size : 2.5rem;
    color:#f1f1f1;
  }
  .main-hero p{
    font-size : 1.5rem;
    color:#f1f1f1;
  }
  .main-hero button{
    margin : 30px 0px;
    padding : 20px 30px;
    border-radius: 45px;
    border: 2px solid #f1f1f1;
    background: transparent;
    color :#f1f1f1;
    width : 30%;
    font-size : 1.2rem;
    font-weight: 600;
  }
  .main-hero button:hover{
    cursor: pointer;
    background:#353232;
    color :#f1f1f1;
  }
  .grand-titre {
    display: flex;
    justify-content: center;
    align-items: center;
    background:#353232;
    margin-bottom: 20px;
  }

  .grand-titre span {
    padding :50px 0px;
    font-size : 4rem;
    text-transform: uppercase;
    font-weight: 600;
    color:#f1f1f1;
  }
  .domaines {
    display: flex;
    column-gap: 10px;
    justify-content: center;
  }

  .domaine {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: #353232 1px solid;
    border-radius: 5px;
    padding:10px;

    overflow: hidden;
  }
  .domaine i {
    font-size : 100px;
    border-radius: 50%;
    padding:30px;
    border: #353232 solid 2px;
  }

  .domaine i:hover {
    border: #353232 solid 4px;
    background :#353232;
    color:#f1f1f1;
    cursor:pointer;
  }

  .domaine h4 {
    font-size : 20px;
    text-align: center;
    line-height: 25px;
    margin :5px 0px;
  }
  .domaine p {
    text-align: center;
    line-height: 20px;
  }

  .domaine-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    width : 30%;
    padding : 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    background :#f1f1f1;
    border-radius: 10px;

  }
  .domaine-btn:hover {
    background : #353232;
    color:#f1f1f1;
    cursor: pointer;

  }

  .realisations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  background-color:#fff;
  }
  .realisations h4 {
    font-size : 30px;
    line-height: 25px;
    margin :5px 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
  }

  .titre-realisations {
    margin: 40px;
    text-align: center;
  }
  .titre-realisations::after {
    content: '';
    height : 2px;
    width:100px;
    background-color: #353232;
    display: inline-block;
  }
  .titre-realisations h4{
    padding: 5px 5px;
    text-align: center;
  }
  .titre-realisations span{
    text-transform: uppercase;
  }
  .titre-realisations hr {
    margin: 0px 0px;
    text-align: center;
    width : 30%;
  }
  .items-realisations {
    margin-bottom : 40px;
    display: flex;
    overflow: hidden;
  }
  .items {
    display: flex;
    column-gap: 10px;
    position : relative;
    transition : transform 0.3s ease-in-out;
    text-align : start;
    height : 100%;
  }

  .item {
    flex: 0 0 calc(100% /3);
    flex-direction: column;
    min-width: 33,33%;

  }
  .item img{
    width : 100%;
  }
  .item a{
    text-decoration: none;
    color:#353232;
    cursor: pointer;
  }
  .item a:hover{
    text-decoration: none;
    color:#6dbbf6;
    cursor: pointer;
  }
  .coordo {
    display: flex;
    /*column-gap: 25px;*/
  }
  .coordo-image {
    width:100%;
   }
  .coordo-image img{
   border-radius: 5px 20px;
   width:80%;
  }
  .coordo-mot span{
    font-size:1.2rem;
    line-height:1.2rem ;
    font-weight: 600;
  }
  .murhola {
    color:#6dbbf6;
  }
  .coordo-mot{
    width : 70%;
  }
  .coordo-mot a{
    text-decoration: none;
    color:#353232;
    cursor: pointer;
  }
  .coordo-mot a:hover{
    text-decoration: none;
    color:#6dbbf6;
    cursor: pointer;
  }

  .slide-dots {
    display: flex;
    justify-content: center;
    margin-top:10px;
    margin-bottom : 20px;
  }

  .dot {
    width : 1Opx;
    height : 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin : 0 5px;
    cursor: pointer;
  }

  .active {
    background-color: #353232;
  }

  .footer-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width : 80%;
    margin : 0px auto auto auto;
    padding : 20px
  }
  .footer-main p{
text-align: center;
  }

  .btn {
    display: inline-block;
    cursor: pointer;
}

.btn-navbar {
    display: block;
    float: right;
    padding: 12px 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.icon-bar {
    display: block;
    width: 18px;
    height: 3px;
    background-color:#CECECE;
    -webkit-border-radius: 1px; /* Ce sont des préfixes, pour que les navigateurs */
       -moz-border-radius: 1px; /* prennent en charge les nouvelles propriétés. */
            border-radius: 1px;
}

.icon-bar + .icon-bar { /* Le + permet de sélectionner les éléments qui suivent */
    margin-top: 3px;
}

@media (max-width : 800px){

  body {
    
  }
  .logo {
    display : none;
  }
  .logomob {
    display: inline;
    width : 80%;
  }
  .logomob img{
    width : 20%;
  }
  .contacts-socials {
    display: none;
  }
  .nav {
    padding : 0px 0px;
  }

  .nav-items{
    display: none;
  }

  .main-hero h1{
    font-size : 2rem;
    margin : 20px 0px;
    text-align: center;
  }
  .main-hero p{
    font-size : 1.3rem;
    margin : 0px 0px;
    text-align: center;
  }
  .main-hero button{
    padding : 10px 10px;
    border-radius: 25px;
    font-size : 1rem;
  
  }

  .grand-titre span {
    padding :50px 0px;
    font-size : 2rem;
    padding :10px 10px;
  }

  .domaines {
    display: flex;
    flex-wrap: wrap;
    flex-direction : column;
    justify-content: space-between;
    row-gap: 10px;
  }

  .domaine {
    display: flex;
    flex : 1 1 20%;
    justify-content: center;
  }
  .domaine-btn {
    margin: 30px auto;
    width : 50%;
    background :#f1f1f1;
  }
  .coordo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
  }
  .coordo-mot{
    width : 100%;
  }
  }
  
  