header {
    padding: 25px;
}

nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 a{
   color: #2e2e2e;
   font-family: 'Montserrat', sans-serif;
   font-weight: bold;
   font-size: 2em;
   margin-right: 25px;
   text-decoration: none; 
}

.cta {
    margin-top: 10px ;      
}

.cta img {
    display: inline;
}

.cta-btn {    
    border: solid 2px #2e2e2e;
    border-radius: 18px;
    padding: 5px;
    transition: all 0.5s ease-out;
}

.cta-btn:hover, .cta-btn:focus {
    background-color: rgba(46, 46, 46, 0.8);
    color: #d6b98c;
}

.primaire {
    background-color: #e67e22;
}

.logo {
    height: 50px;
}

.hero {
    background-color: #d6b98c;
    display: flex;
    flex-direction: row;
    height: 50vh;
    justify-content: space-around;
    padding: 20px;   
}

.left,.right {   

   text-align: center;    
}

.une  {
    border-radius: 16px;    
    box-shadow: 3px 0 10px, 0 3px 10px, -3px 0 10px, 0 -3px 10px rgba(0, 0, 0, 0.3);
    height: 400px;
}

.micro-rea {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;    
}

.micro-rea em {
    margin-right: 2em;
}

h1, h2 {
     font-family: 'Manrope', sans-serif;
}

.hero h1 {
    font-size: 4em;
    
}

.hero h2 {
    font-size: 2em;    
}

.hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    min-width:100%;
    height: auto;
}

.centre {    
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

em {
   font-family: 'Manrope', sans-serif;
   font-size: 1.6em;
   font-weight: 900;
}

footer {
    background-color: #2e2e2e;
    color: #d6b98c;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    
}

ul {
    text-align: left;
    list-style: none;
    margin-bottom: 40px;
}

footer a {
    color: #d6b98c;
    font-size: 1em;    
}

 a:hover {
    color: #e67e22;
}

.logo-soc img {
    display: inline;    
}

.logo-soc a {
    vertical-align: top;
    margin-left: 20px;
}

.carte-grid {
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-template-rows: 600 600 600;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 35px;   
    
}

.carte {
    background-color: #fafafa;
    padding: 20px;
    text-align: center;    
    justify-content: center; 
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: 900;
    
}

.une {
    display: block;
    margin: 0 auto;
}

.zoom img{
    transition: transform 0.3s;
}

.zoom img:hover {
    transform: scale(1.2);
    opacity: 0.5;
}

 p, li{
    font-family: 'Montserra';
    font-size: 1.2em;
 }





.icon {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-left: 6px;
}

