* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --Redwane-color: #11487f;
    --padding: 5%;

}
html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    height: 100vh;
}
body{
    position: relative;
    margin: 0;
    min-height: 100vh;
    
}

/* -----------------------------------------------------------------
------------------------------ home -------------------------------- 
----------------------------------------------------------------- */

.home{
    width: 100%;
    /* height: 70vh; */
    /* background-color: #11487f ; */
    display: flex;
    flex-direction: column;
    
}


header{
    background-color: #eeeff0;
    width: 100%;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 1;
}
nav{
    width: 1000px;
    position: fixed;
    padding-top: 0.8rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 1;
    
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    padding-bottom: 10px;
    
}
nav ul li a{
    padding: 5px 10px;
    border-radius: 5px;
    color: #383838;
    text-decoration: none;
    font-size: 15px;
    transition: 1s ease;
    font-weight: bold;
    
}
nav ul li a:hover, .active{
   background-color: #11487f;
    color: #ffffff;
}

.logo {
    padding-top: 10px;
    margin-right: 100px;
    width: 70px;
    height: 70px;
}

/* -----------------------------------------------------------------
------------------------------ menu -------------------------------- 
----------------------------------------------------------------- */
#menu{
    display: none;
    position: relative;
    appearance: none;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    user-select: none;
    
}
#menu span{
    display: block;
    width: 33px;
    height: 4px;
    background-color: #11487f;
    border-radius: 30px;
    transform-origin: 0 0;
    transition: 0.5s;
    margin-bottom: 6px;
    z-index: 1000;
}
#menu.is-active span:nth-child(1){
   transform: translate(0px, -1px) rotate(45deg);
}
#menu.is-active span:nth-child(2){
    opacity: 0;
    transform: translateX(15px);
 }
 #menu.is-active span:nth-child(3){
    transform: translate(-3px, 3px) rotate(-45deg);
 }
 #menu.is-active span{
    background-color: #f10505;
 }


 /* -----------------------------------------------------------------
------------------------ content ------------------------- 
----------------------------------------------------------------- */
.couverture{
    /* width: 1300px; */
    display: flex;
align-items: center;
justify-content: center;
}
.content {  
padding-top: 80px;
margin-bottom: 40px;
width: 1100px;
display: flex;
align-items: center;
justify-content: space-between;
 
}
.container-textes {
    width: 600px;
}
.container-textes h1 {
    color: #11487f;
    font-size: 6rem;
}
.container-textes h2 {
    font-size: 50px;
    color: #000000; 
    margin-bottom: 25px;
}
.container-textes p {
    font-size: 35px;
    color: #000000; 
    margin-bottom: 25px;
}

.container-images {
    width: 330px; 
    height: 300px;
}
.container-images img {
    height: 300px;
    transition: 1s;
    filter: drop-shadow(1px 1px 10px rgb(17, 72, 127, 0.4));
}
.container-images img:hover{
    scale: 110%;
    filter: drop-shadow(1px 1px 10px rgb(17, 72, 127, 1));
}


/* -----------------------------------------------------------------
------------------------ Qui sommes-nous ? ------------------------- 
----------------------------------------------------------------- */
.Qui-sommes-nous{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .title-Qui-sommes-nous{
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #11487f;
    margin-bottom: 10px;
}  
.box {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
 /* .icon-par{
    height: 100px;
    margin-bottom: 23px;
 } */
 .icon-services{
    height: 17px;
    margin-right: 10px;
 }
 .par{
    color: #000000;
    font-weight:500;
    font-size: 21px;
    text-align:justify;
    margin: 20px;
}
.carde-1, .carde-2, .carde-3, .carde-4, .carde-5, .carde-6 {
    width: 360px;
    height: 210px;   
    border-radius: 15px;
    text-align: center;
    margin: 20px;
    transition: 0.5s;
    box-shadow: 0px 0px 14px #bad2e9;
}
.carde-1 span{
    color: #11487f;
    font-weight:700;
    font-size: 22px;
}

.carde-1:hover, .carde-2:hover, .carde-3:hover, .carde-4:hover, .carde-5:hover, .carde-6:hover {
    box-shadow: 0px 0px 15px rgb(17, 72, 127, 0.6);
}

/* -----------------------------------------------------------------
------------------------------ Projet ------------------------------ 
----------------------------------------------------------------- */
.Projets{
    padding-top: 70px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
} 
.title-section{
    text-align: center;
    font-size: 39px;
    color: #11487f;
    margin-bottom:10px;
}
.content-projets{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 10px;
}
.Projets-card{
    border: 2px solid #818181;
    width: 380px;
    /* height: 320px; */
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s ease;
    box-shadow: 0px 0px 10px #7e7e7e;
    position: relative;
}
.Projets-card:hover{
    box-shadow: 0px 0px 14px #11487f;
    border: 2px solid #f86666;
}
.Projets-card img{
    border-radius: 0;
    width: 100%;
    display: block;
    margin: auto;
}
.projet-info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #ffffff;
    display: flex;
    justify-content: end;
    align-items: start;
    background-image: linear-gradient(
        rgba(17, 72, 127, 0),
        rgba(17, 72, 127, 0),
        rgba(17, 72, 127, 0.6),
        rgb(17, 72, 127));
    flex-direction: column;
    transition: 0.5s;
}
.projet-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.plus-info{
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #11487f;
    font-size: 12px;
    margin-top: 5px;
    transition: 0.3s ease;
}
.plus-info:hover{
    color: #ffffff;
    background-color: #f10505;
}

/* *******>>>o<<<******* */
.sub-titel{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 10px 0;
} 
.sub-titel span{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #11487f;
}
.images-card{
    background-color: #ffffff;
    border: 2px solid #818181;
    width: 350px;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s ease;
    box-shadow: 0px 0px 15px #7e7e7e;
}
.images-card:hover{
    box-shadow: 0px 0px 14px #11487f;
    border: 2px solid #f86666;
    transform: scale(1.05);
}
.images img{
    width: 100%;
}


/* -----------------------------------------------------------------
------------------------------ Equipe ------------------------------ 
----------------------------------------------------------------- */

.Equipe {
    display: flex;
    flex-direction: column;
     /* height: 90vh; */
     padding-top: 70px;
     align-items: center;
}
.equipe-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.member {
    width: 150px;
    height: 245px;
    border-radius: 20px;
    text-align: center;
    margin: 10px;
    transition: 0.5s;
}
.member {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}      
.member:hover {
    box-shadow: 0 5px 12px 0 #11487f;
}
.member p{
    position: relative;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    margin-top: 4px;
}
img {
    border-radius: 5px 5px 0 0;
}
.container-equipe {
    padding: 2px 12px; 
}
h4 {
    font-size: 12px;
    color: #11487f;
    font-weight: bold;
    margin-bottom: 5px;
}
.icon-job{
    height: 12px;
}   

/* -----------------------------------------------------------------
------------------------------- Prix ------------------------------- 
----------------------------------------------------------------- */
.Prix-section {
    display: flex;
    flex-direction: column;
     /* height: 1000vh; */
    padding-top: 70px;
    align-items: center;
    justify-content: center;
}

.prix {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}      
.carde-prix {
     width: 350px;
     text-align: center;
    transition: 0.5s;
}
.images-prix{
    width: 100%;
    border-radius: 20px;
    border: solid 2px #11487f;
    box-shadow: 0px 0px 15px #11487f;
    margin-bottom: 10px;
}
.par-p{
    color: #000000;
    font-weight:500;
    font-size: 18px;
    text-align: center;
   

}
span {
    color: #11487f;
    font-weight: bold;
}

        
/* -----------------------------------------------------------------
--------------------------- Partenaires ---------------------------- 
----------------------------------------------------------------- */
 
.Partenaires{
    height: 80vh;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}       
.part-box {
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Partenaires-box{
    width: 230px;
    background-color: #ffffff;
    box-shadow: 0 1px 8px 0 #a3a3a3;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
/* -----------------------------------------------------------------
----------------------------- Contact ------------------------------ 
----------------------------------------------------------------- */
.home-contact{
    width: 100%;
    height: 70vh;
    background-color: #11487f ;
    display: flex;
    flex-direction: column;  
}
 
.contact{
    height: 1000vh;
    margin-bottom:60px;
}
.contact .title-section{
    margin-top: 90px;
    color: #ffffff;
}      
.contact-box {
        display: flex;
        justify-content: center;
       padding-left: var(--padding);
        padding-right: var(--padding);
        flex-wrap: wrap;
       
}
.E-M-icon {
    padding: 5px;
    width: 70px;
    background-color: #838181;
    box-shadow: 0 1px 10px 0 #1d1d1d;
    border-radius: 10px;
    margin: 10px;
    transition: 0.6s;
}
.E-M-icon:hover {
    background-color: #c71610;
    transform: scale(1.2);
}

.PH-icon {
    padding: 5px;
    width: 70px;
    background-color: #838181;
    box-shadow: 0 1px 10px 0 #1d1d1d;
    border-radius: 10px;
    margin: 10px;
    transition: 0.6s;
}
.PH-icon:hover {
    background-color: #019c0e;
    transform: scale(1.2);
}


.WA-icon {
    padding: 5px;
    width: 70px;
    background-color: #838181;
    box-shadow: 0 1px 10px 0 #1d1d1d;
    border-radius: 10px;
    margin: 10px;
    transition: 0.6s;
}
.WA-icon:hover {
    background-color: #25d366;
    transform: scale(1.2);
}

.FB-icon {
    padding: 5px;
    width: 70px;
    background-color: #838181;
    box-shadow: 0 1px 10px 0 #1d1d1d;
    border-radius: 10px;
    margin: 10px;
    transition: 0.6s;
}
.FB-icon:hover {
    background-color: #1877f2;
    transform: scale(1.2);
}

.localisation-box {
    display: flex;
    justify-content: center;
   padding-left: var(--padding);
    padding-right: var(--padding);
    flex-wrap: wrap;
   
}
.localisation {
padding: 15px;
width: 600px;
height: 430px;
background-color: #ffffff;
box-shadow: 0 1px 10px 0 #333333;
border-radius: 10px;
margin: 10px;
transition: 0.6s;
}
.localisation strong{
    color: #11487f;
    padding-left: 10px;
    font-size: 30px;
    
}
.localisation p{
    color: #000000;
    padding-left: 44px;
    font-size: 20px;
    top: 20px;
}
.loc-ico{
    width: 30px;
}
.maps{
    border-radius: 10px;
    margin: 20px;
    width: 93%;
    height: 300px;
}



/* -----------------------------------------------------------------
----------------------------- footer ------------------------------- 
----------------------------------------------------------------- */
 
footer {
    position: relative;
    height: 150px;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--padding);
    padding-right: var(--padding);
    background-color: #000000;
    color: #ffffff;
    right: 0;
    left: 0;
    bottom: -110px;
}
.footer-content{
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footer-content h3{
    font-size: 1.5rem;
    font-weight: 400;
    margin-top:5px;
    
}
.footer-content p{
    margin: 5px ;
    font-size: 20px;
    
}

.social img {
    margin: 1px;
    width: 30px;
    transition: 0.5s;
}
.social img:hover {
    transform: scale(1.3);
}
.footer-bottom{
word-spacing: 2px;
    text-align: center;
    margin-top: 1px;
}
.footer-bottom img{
    width: 34px;
}

      /* -----------------------------------------------------------------
----------------------------- media-quiry ------------------------------- 
----------------------------------------------------------------- */

      @media screen and (max-width: 445px) {
        :root {
            --Redwane-color: #11487f;
            --padding: 4%;
        
        }
        html {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
        }
        
        .home{
           
            width: 100%;
            /* height: 400px; */
            display: flex;
            flex-direction: column;
            /* padding-top: 90px; */
        }
        
        
        header{
            background-color: #eeeff0;
            width: 100%;
            height: 60px;
            position: fixed;
            display: flex;
            justify-content:center;
            align-items: center;
            z-index: 1;
        }
        nav{
            width: 90%;
            position: fixed;
            padding-top: 0.8rem;
            display: flex;
            justify-content:space-between;
            align-items: center;
            z-index: 1;
        }
        nav > a{
            display: block;
            z-index: 100;
        }
        nav ul {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 60%;
            height: 230px;
            background-color: #eeeff0;
            box-shadow: 0 1px 22px 0 #424242;
            border-radius: 0 0 0 20px;
            padding: 15px;
            
            
        }
        nav ul.is-active{
            display: block;
        }

        nav ul li {
            display: block;
            text-align: start;
            margin: 8px;
        }
    
        #menu{
            /* padding-right: 25px; */
            display: block;
            z-index: 1;
        }
        .logo {
            padding-top: 10px;
            margin-right: 0;
            width: 70px;
            height: 70px;
        }

/* -----------------------------------------------------------------
------------------------ content ------------------------- 
----------------------------------------------------------------- */

        .content {  
            width: 100%;
            padding-top: 80px;
            margin-bottom: 20px;
             
            }
        .container-textes{
            width: 100%;
            margin-left: 8%;
        
        }
        .container-textes h1{
            font-size: 50px; 
        }
        .container-textes h2 {
            font-size: 40px;
            color: #000000; 
            margin-bottom: 25px;
        }
        .container-textes p {
            font-size: 30px;
            color: #000000; 
            margin-bottom: 25px;
        }
        .container-images img {
            display:none
        }
        /* -----------------------------------------------------------------
------------------------ Qui sommes-nous ? ------------------------- 
----------------------------------------------------------------- */
 .Qui-sommes-nous{
    width: 100%;
 }
        .title-Qui-sommes-nous{
            font-size: 30px;
            margin-bottom: 0;
        }
        .title-section {
            font-size: 30px;
            margin-bottom: 10px;
           padding-top: 20px;

        }
        .box {
            width: 95%;
            display: flex;
            justify-content: center;
            margin-top: 0px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }
        .par{
            text-align:justify;
            font-size: 20px;
            margin: 18px;
        }
        .icon-par{
            display: none;
         }
        .carde-1 span{
            color: #11487f;
            font-size: 21px;
        }
       
        .carde-1, .carde-2, .carde-3, .carde-4, .carde-5, .carde-6 {
            margin: 10px;
            width: 90%;
            height: 50%;   
        }

       
       
        /* -----------------------------------------------------------------
------------------------------ Projet ------------------------------ 
----------------------------------------------------------------- */
        .Projets{
            /* height: 85vh; */
            width: 100%;
            padding-top: 70px;
        } 
        .content-projets{
            width: 100%;
            gap: 10px;
        }
        .Projets-card{
            width: 45%;
            /* height: 210px; */
            box-shadow: 0px 0px 5px #868686;
            border: 2px solid #3a3a3a;
            border-radius: 10px;
        }
        .Projets-card:hover{
            box-shadow: none;
            border: 2px solid #f86666;
            transform: scale(1);
        }
        .projet-info {
            padding: 5px;
        }
        .projet-info h3{
            font-size: 10px;
            margin-bottom: 2px;
        }
      
        .plus-info{
            padding: 3px 7px;
            border-radius: 3px;
            font-size: 6px;
        }
    /* *******>>>o<<<******* */
        .sub-titel{
            width: 80%;
            font-size: 18px;
        } 
        .sub-titel span{
            font-size: 21px;
        }
        .images-card:hover{
            box-shadow: none;
            border: 2px solid #f86666;
            transform: scale(1);
        }

/* -----------------------------------------------------------------
------------------------------ Equipe ------------------------------ 
----------------------------------------------------------------- */


        .Equipe{
            height: 130%;
            /* padding-top: 70px; */
            margin-bottom: 30px;
        } 
        .equipe {
            width: 40%;
            height: 100%;
            border-radius: 10px;
            text-align: center;
            margin: 10px;
            
        }
        h4 {
            font-size: 100%; 
            margin-top: 5px; 
        }
        .equipe p{
            font-size: 100%;
            margin: 5px;
        }
 /* -----------------------------------------------------------------
------------------------------ Prix ------------------------------ 
----------------------------------------------------------------- */
 
        .prix{
            width: 100%; 
        } 
        .images-prix {
            margin-top: 10px;
        }
 /* -----------------------------------------------------------------
------------------------------ Partenaires ------------------------------ 
----------------------------------------------------------------- */
 
        .Partenaires{
            /* height: 90vh; */
            padding-bottom: 35px;
        } 
        .part-box {
            width: 90%;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
        }
        .Partenaires-box{
            width: 160px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
       
                /* -----------------------------------------------------------------
------------------------------ contact ------------------------------ 
----------------------------------------------------------------- */
  
        .home-contact{
            height: 400px;
        }
        .contact{
            
            padding-top: 130px;
            min-height: 84vh;
            display: flex;
            flex-direction: column;
            
        }
        .contact .title-section{
            margin-top: -31px;
            color: #ffffff;
        }   
        .E-M-icon {
            background-color: #c71610;
            width: 40px;
            border-radius: 6px;
        }
        
        .PH-icon {
            width: 40px;
            background-color: #019c0e ;
            border-radius: 6px;
        }
       
        .WA-icon {
            width: 40px;
            background-color: #25d366;
            border-radius: 6px;

        }
        
        .FB-icon {
            width: 40px;
            background-color: #1877f2; 
            border-radius: 6px;
        }

        .localisation {
            padding: 20px;
            width: 600px;
            height: 430px;
            background-color: #ffffff;
            box-shadow: 0 1px 8px  #11487f;
            border-radius: 10px;
            margin-top: 20px;
            transition: 0.6s;
            }
            .localisation strong{
                color: #11487f;
                padding-left: 10px;
                font-size: 21px;  
            }
            .localisation p{
                color: #000000;
                padding-left: 44px;
                font-size: 20px;
                margin-top: 3px;
                margin-bottom: 17px;
            }
            .loc-ico{
                width: 30px;
            }
            .maps{
                border-radius: 10px;
                margin: 0px;
                width: 100%;
                height: 300px;
            }
           .footer{
            margin-top: auto;
            bottom: 0;
           } 
        .footer-bottom {
            font-size: 80%;
        }
        .footer-bottom img{
            width: 20px;
            }

      
        } 
       
    
      @media screen and (min-width: 446px) and (max-width: 745px) {
            :root {
                --Redwane-color: #11487f;
                --padding: 4%;
            
            }
            html {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
            }
            
            .home{
               
                width: 100%;
                /* height: 400px; */
                display: flex;
                flex-direction: column;
                /* padding-top: 90px; */
            }
            
            
            header{
                background-color: #eeeff0;
                width: 100%;
                height: 60px;
                position: fixed;
                display: flex;
                justify-content:center;
                align-items: center;
                z-index: 1;
            }
            nav{
                width: 90%;
                position: fixed;
                padding-top: 0.8rem;
                display: flex;
                justify-content:space-between;
                align-items: center;
                z-index: 1;
            }
            nav > a{
                display: block;
                z-index: 100;
            }
            nav ul {
                display: none;
                position: fixed;
                top: 0;
                right: 0;
                width: 60%;
                 height: 230px;
                background-color: #eeeff0;
                box-shadow: 0 1px 22px 0 #424242;
                border-radius: 0 0 0 20px;
                padding: 15px;
                
                
            }
            nav ul.is-active{
                display: block;
            }
    
            nav ul li {
                display: block;
                text-align: start;
                margin: 8px;
            }
        
            #menu{
                /* padding-right: 25px; */
                display: block;
                z-index: 1;
            }
            .logo {
                padding-top: 10px;
                margin-right: 0;
                width: 70px;
                height: 70px;
            }
    
    /* -----------------------------------------------------------------
    ------------------------ content ------------------------- 
    ----------------------------------------------------------------- */
    
            .content {  
                width: 100%;
                padding-top: 80px;
                margin-bottom: 20px;
                 
                }
            .container-textes{
                width: 100%;
                margin-left: 8%;
            
            }
            .container-textes h1{
                font-size: 50px; 
            }
            .container-textes h2 {
                font-size: 40px;
                color: #000000; 
                margin-bottom: 25px;
            }
            .container-textes p {
                font-size: 30px;
                color: #000000; 
                margin-bottom: 25px;
            }
            .container-images img {
                display:none
            }
            /* -----------------------------------------------------------------
    ------------------------ Qui sommes-nous ? ------------------------- 
    ----------------------------------------------------------------- */
     .Qui-sommes-nous{
        width: 100%;
     }
            .title-Qui-sommes-nous{
                font-size: 30px;
                margin-bottom: 0;
            }
            .title-section {
                font-size: 30px;
                margin-bottom: 10px;
               padding-top: 20px;
    
            }
            .box {
                width: 95%;
                display: flex;
                justify-content: center;
                margin-top: 0px;
                margin-bottom: 50px;
                flex-wrap: wrap;
            }
            .par{
                text-align:justify;
                font-size: 20px;
                margin: 18px;
            }
            .icon-par{
                display: none;
             }
            .carde-1 span{
                color: #11487f;
                font-size: 21px;
            }
           
            .carde-1, .carde-2, .carde-3, .carde-4, .carde-5, .carde-6 {
                margin: 10px;
                width: 90%;
                height: 50%;   
            }
    
           
           
            /* -----------------------------------------------------------------
    ------------------------------ Projet ------------------------------ 
    ----------------------------------------------------------------- */
            .Projets{
                /* height: 85vh; */
                width: 100%;
                padding-top: 70px;
            } 
            .content-projets{
                width: 100%;
                gap: 10px;
            }
            .Projets-card{
                width: 45%;
                /* height: 210px; */
                box-shadow: 0px 0px 5px #868686;
                border: 2px solid #3a3a3a;
                border-radius: 10px;
            }
            .Projets-card:hover{
                box-shadow: none;
                border: 2px solid #f86666;
                transform: scale(1);
            }
            .projet-info {
                padding: 5px;
            }
            .projet-info h3{
                font-size: 14px;
                margin-bottom: 6px;
            }
          
            .plus-info{
                padding: 3px 7px;
                border-radius: 3px;
                font-size: 11px;
            }
        /* *******>>>o<<<******* */
            .sub-titel{
                width: 80%;
                font-size: 18px;
            } 
            .sub-titel span{
                font-size: 21px;
            }
            .images-card:hover{
                box-shadow: none;
                border: 2px solid #f86666;
                transform: scale(1);
            }
    
    /* -----------------------------------------------------------------
    ------------------------------ Equipe ------------------------------ 
    ----------------------------------------------------------------- */
    
    
    .Equipe {
        padding-top: 70px;
   }
   .equipe-box {
    width: 70%;
}    
         
     /* -----------------------------------------------------------------
    ------------------------------ Prix ------------------------------ 
    ----------------------------------------------------------------- */
    .prix {
        width: 90%;
        gap: 40px;
        margin-bottom: 40px;
    }   
    .carde-prix {
        width: 300px;
        text-align: center;
       transition: 0.5s;
   }
     /* -----------------------------------------------------------------
    ------------------------------ Partenaires ------------------------------ 
    ----------------------------------------------------------------- */
     
            .Partenaires{
                height: 80vh;
                padding-bottom: 35px;
            } 
            .part-box {
                width: 90%;
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
            }
            .Partenaires-box{
                width: 160px;
                border-radius: 10px;
                margin-bottom: 20px;
            }
           
                    /* -----------------------------------------------------------------
    ------------------------------ contact ------------------------------ 
    ----------------------------------------------------------------- */
      
            .home-contact{
                height: 400px;
            }
            .contact{
                
                padding-top: 130px;
                min-height: 84vh;
                display: flex;
                flex-direction: column;
                
            }
            .contact .title-section{
                margin-top: -31px;
                color: #ffffff;
            }   
            .E-M-icon {
                background-color: #c71610;
                width: 40px;
                border-radius: 6px;
            }
            
            .PH-icon {
                width: 40px;
                background-color: #019c0e ;
                border-radius: 6px;
            }
           
            .WA-icon {
                width: 40px;
                background-color: #25d366;
                border-radius: 6px;
    
            }
            
            .FB-icon {
                width: 40px;
                background-color: #1877f2; 
                border-radius: 6px;
            }
    
            .localisation {
                padding: 20px;
                width: 600px;
                height: 430px;
                background-color: #ffffff;
                box-shadow: 0 1px 8px  #11487f;
                border-radius: 10px;
                margin-top: 20px;
                transition: 0.6s;
                }
                .localisation strong{
                    color: #11487f;
                    padding-left: 10px;
                    font-size: 21px;  
                }
                .localisation p{
                    color: #000000;
                    padding-left: 44px;
                    font-size: 20px;
                    margin-top: 3px;
                    margin-bottom: 17px;
                }
                .loc-ico{
                    width: 30px;
                }
                .maps{
                    border-radius: 10px;
                    margin: 0px;
                    width: 100%;
                    height: 300px;
                }
               .footer{
                margin-top: auto;
                bottom: 0;
               } 
            .footer-bottom {
                font-size: 80%;
            }
            .footer-bottom img{
                width: 20px;
                }
    
          
        } 


      @media screen and (min-width: 746px) and (max-width: 1080px) {
        :root {
            --Redwane-color: #11487f;
            --padding: 4%;
        
        }
        html {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
        }
        .home{
            width: 100%;
            display: flex;
            flex-direction: column;
        }
       
        header{
            width: 100%;
            height: 50px;
        }
        nav{
            width: 90%;
            
        }
        nav ul li {
            list-style-type: none;
            display: inline-block;
            padding-bottom: 10px;
        }
        nav ul li a{
            padding: 5px 10px;
            border-radius: 5px;
            color: #383838;
            
        }
        nav ul li a:hover, .active{
           background-color: #11487f;
            color: #ffffff;
        }
        
        .logo {
            padding-top: 10px;
            margin-right: 100px;
            width: 70px;
            height: 70px;
        }
        
        /* -----------------------------------------------------------------
------------------------ content ------------------------- 
----------------------------------------------------------------- */

.content {  
    padding-top: 80px;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
     
    }
    .container-textes {
        width: 50%;
    }
    .container-textes h1 {
        font-size: 5rem;
    }
    .container-textes h2 {
        font-size: 40px;
    }
    .container-textes p {
        font-size: 30px;
    }
    .container-images {
        width: 350px;
        height: 350px;
        align-self:flex-end;
    }
    .container-images img {
        width: 100%;
        height: 100%;
    }

/* -----------------------------------------------------------------
------------------------ Qui sommes-nous ? ------------------------- 
----------------------------------------------------------------- */


.box {
    width: 90%;
}


.carde-1, .carde-2, .carde-3, .carde-4, .carde-5, .carde-6 {
    width: 45%;
    height: 210px; 
    margin: 10px;
   
}

/* -----------------------------------------------------------------
------------------------------ Projet ------------------------------ 
----------------------------------------------------------------- */


.content-projets{
    width: 90%;
}
.Projets-card{
    width: 300px;
}

.projet-info h3{
    font-size: 15px;
    margin-bottom: 8px;
}
.plus-info{
    font-size: 12px;
}


/* -----------------------------------------------------------------
------------------------------ Equipe ------------------------------ 
----------------------------------------------------------------- */

.Equipe {
     height: 75vh;
}


/* -----------------------------------------------------------------
------------------------------- Prix ------------------------------- 
----------------------------------------------------------------- */


.prix {
    width: 90%;
    gap: 40px;
    
}      
.carde-prix {
     width: 280px;
}

/* -----------------------------------------------------------------
--------------------------- Partenaires ---------------------------- 
----------------------------------------------------------------- */
 
    
.part-box {
    width: 90%;
    
}

 
      }
     
