* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: inherit;
  }
  a{
      text-decoration: none;
      color: inherit;
  }
  html {
    font-size: 62.5%;
  }
/*----------reset----------*/

*{
    scroll-behavior: smooth;
};

@font-face {
    font-family: 'Caviar Dreams';
    font-style: normal;
    font-weight: normal;
    src: local('Caviar Dreams'), url('https://taxiechcharrat.ayoub-echcharrat.fr/fonts/CaviarDreams.woff') format('woff');
    }

.header_home{
    position: relative;
    display: flex;
    flex-direction: column;
    background:url(img/fond-nuage-1920.jpg);
    background-position: center;
    height:100vh;
    background-size: cover;
}
.menu{
    font-family: 'Caviar Dreams';
    font-weight: normal;
    margin-top: 10vh;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    height: 135px;
    min-height: 90px;
    justify-content: space-around;
}



.textcote{
    width: 900px;
    height:200px ;
    color:white;
    font-family: 'Caviar Dreams';
    font-size: 80px;
    letter-spacing: 0.8em;
    position: absolute;
    right: -300px;
    bottom:445px;
    transform: rotate(-90deg);
}

.cardhead{
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.473);
}
.cardexterieur{
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.laphoto{
    position: absolute;
    bottom: 10px;
    left:20px;
    color:white;
    font-size: 13px;
}

/* ---------projets--------- */

#main{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    height: 100vh;
    background:/*  linear-gradient(60deg,
    rgba(255, 88, 51, 0.24), 
    rgba(144, 12, 63, 0.103)
    ), */  linear-gradient(120deg,
    rgba(0, 0, 0, 0.493), 
    rgba(0, 0, 0, 0.582)
    ),url(img/fond-footer.jpg);
}

.contain{
    margin-left: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 80%;
    width: 75vw;
}

.inside{
    display: flex;
    align-items: center;
    font-family: 'Caviar Dreams';
    font-size: 20px;
    letter-spacing: 10px;
    color:rgb(255, 255, 255);
    height: 20%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: -1px 12px 38px 6px rgba(57,57,57,0.1);
}

.contain a{
    display:block;
    width:100%;
    height:100%;
}

#site{
    background-image:linear-gradient(to right,
        rgb(27, 27, 27) 5%, 
        rgba(255, 255, 255, 0) 50%
      ), url(img/header-carcelle.jpg);
}

#logo{
    background-position-y: 44%;
    background-image:linear-gradient(to right,
        rgb(27, 27, 27) 5%, 
        rgba(255, 255, 255, 0) 50%
      ), url(img/logoDestinationMaroc.jpg);
}
#illu{
    background-image:linear-gradient(to right,
        rgb(27, 27, 27) 5%, 
        rgba(255, 255, 255, 0) 50%
      ), url(img/illustrations.jpg);
}
#autrep{
    background-image:linear-gradient(to right,
        rgb(27, 27, 27) 5%, 
        rgba(255, 255, 255, 0) 50%
      ), url(img/autresp.jpg);
}
.lg{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background:linear-gradient(to right,
    rgb(27, 27, 27) 20%, 
    rgba(255, 255, 255, 0) 75%);
    background-position-x: -900px;
    margin-left: 0;
    padding-left: 20px;
    transition: all 0.3s ease-out;
    background-repeat: no-repeat;
}

.lg:hover{
    background-position-x: 0px;
    margin-left:35px;

}

.contain h3{
    color:rgb(255, 250, 242);
    padding-left:5px;
    font-family: 'poppins';
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
}

/* ----------- info et contact -------------- */

#main2{
    position: relative;
    height: 100vh;
    background: url(img/fond-proj.jpg);
    background-size: cover;
}

/* ---------------- crea web ---------------- */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


#menu_lateral{
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    background-color: #00223A;
    width: 200px;
    z-index: 999;
}
#menu_lateral .logo{
    align-self: center;
    margin-top: 15px;
    box-shadow: 0 0 10px 0 rgba(22, 22, 22, 0.37);
} 
#menu_lateral ul{
    align-self: center;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style-type: none;
    height: 70%;
}
#bouton_info,#menu_lateral ul{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:white;
}
#bouton_info{
    align-self: center;
    padding:20px 0;
}
#bouton_info .bouton{
    padding: 10px 25px;
    background-color: #1598D1;
    border: none;
    border-radius: 5px;
}

.page_entiere{
    background-color: #EFF2F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.cote1{
    color:#81B6C2;
    position: fixed;
}
.main3{
    position: relative;
}
