@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
    margin: 0;
}
h2 {
    font-family: "Cormorant Garamond";
    font-size: 38px;
    font-weight: 100;
    font-style: italic;
}
h3 {
    font-family: "Catamaran", sans-serif ;
}
h4 {
    margin-bottom: 15px;
}
hr {
    border: none;
    background-color: rgb(255,140,125);
    width: 140px;
    height: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
}
p {
    font-family: "Catamaran", sans-serif;
}
button {
    border: none;
    background-color: rgb(255,140,125);
    color: white;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
}
.backimg {
    background-image: linear-gradient(
      50deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.7)
    ),
    url(/image/navbarimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 95vh;
}
.logo {
    margin-top: 18px;
    width: 150px;
    height: auto;
}
.title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}
.title > h2 {
    margin-bottom: 10px;
    font-family: "Cormorant Garamond";
    font-size: 48px;
    font-weight: 100;
    font-style: italic;
}
.title > h3 {
    color: white;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 300px;
}
nav > ul {
    margin-top: 18px;
    display: flex;
    list-style: none;
}
nav > ul > li {
    padding: 10px;
    margin-left: 10px;
    font-size: 11px;
    font-family: "catamaran", sans-serif;
}
nav > ul > li:hover {
    border-bottom: 3px solid rgb(255,140,125);
}
nav > ul > li > a:hover {
    color:  rgb(255,140,125);
}
nav > ul > li > a {
    text-decoration: none;
    color: white;
}
.intro {
    padding: 415px;
    display: flex;
    margin-top: -300px;
    margin-bottom: -300px;
}

.img {
    width: 480px;
    height: 480px;
    border-radius: 7px;
    margin-top: 10px;
    z-index: 1;
}

.texte {
    transform: translate(-13%);
    width: 415px;
    /* height: 57vh; */
    padding: 35px;
    border-radius: 7px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 8;
}
.texte > p {
    margin-bottom: 20px;
}
.imgmargot {
    width: 150px;
    height: auto;
    margin-top: 20px;
}
.texte > button {
    margin-top: 30px;
    border: none;
    width: 115px;
    height: 40px;
    background-color: rgb(255,140,125);
    color: white;
    cursor: pointer;
}
.texte > button:hover {
    background-color: rgb(21, 42, 69);
}
.deleguer {
    display: flex;
    justify-content: center;
    background-color: rgb(21, 42, 69);
    height: 35vh;
}
.imgdeleguer {
    padding: 40px;
}
.monguide {
    max-width: 33%;
    padding: 50px;
    color: white;
    text-align: center;
}
.monguide--guide > h3{
    color: rgb(21, 42, 69);
}
.monguide > p {
    font-size: 30px;
}
.button > button:hover {
    color: black;
    background-color: white;
}
.boxbox {
    display: flex;
}
.boxbox > .name >input {
    height: 33px;
}
.boxbox > .email > input {
    height: 33px;
}
.name {
    padding: 10px;
}
.email {
    padding: 10px;
}
.button {
    padding: 10px;
}
.conditions {
    text-align: left;
    margin-left: 20px;
}
a {
    text-decoration: none;
    color: rgb(255,140,125);
}
.exp {
    padding-left: 300px;
    padding-right: 300px;
}
.exp > h2 {
    margin-top: 50px;
}
.lr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
.left {
    width: 450px;
    border-radius: 7px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background-color: white;
}
.left > h2 {
    font-size: 28px;
    color: rgb(21, 42, 69);
}
.left > p {
    margin-top: 20px;
}
.right {
    width: 450px;
    border-radius: 7px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background-color: white;
}
.right > h2 {
    font-size: 28px;
    color: rgb(21, 42, 69);
}
.right > p {
    margin-top: 20px;
}
.under-lr {
    text-align: center;
}
.under-lr > button {
    margin-top: 30px;
}
.under-lr > button:hover {
    background-color: rgb(21, 42, 69);
}
.imgfleche {
    background-image: url(/image/fleche.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.para {
    font-family: "Cormorant Garamond";
    font-size: 30px;
    text-align: center;
    padding: 50px;
    color: rgb(21, 42, 69);
}
footer {
    background-color:  rgb(21, 42, 69);
    color: white;
    display: flex;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    gap: 50px;
    padding: 30px;
    margin-left: 400px;
}
.dune > img {
    margin-bottom: 8px;
}
.dune > p {
    margin-bottom: 8px;
}
.lien {
    margin-top: -15px;
}
.lien > p > i {
    padding-right: 5px;
}
.lien > p > a > i {
    padding-right: 5px;
}
.lien > p > a {
    color: white;
}
.lien > p {
    margin-bottom: 8px;
    font-family: "catamaran" ;
}
.info > ul > li {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 8px;
}
.info > ul > li > a {
    color: white;
}
.imgcharpentier {
    height: 50%;
    margin-left: 400px;
    margin-top: 50px;
}
.deleguer--footer {
    background-color: rgb(244,244,244);
}
.deleguer--footer > .monguide {
    color: rgb(21, 42, 69);
}
.head{
    background-image: linear-gradient(
      50deg,
      rgba(21, 42, 69, 0.8),
      rgba(21, 42, 69, 0.7)
    ),
    url(/image/motif-dune.jpg)
}
.head > h2 {
    color: rgb(187,193,201);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
}
.imgvirgule {
    padding: 100px;
}
.parag {
    height: 20vh;
    background-image: url(/image/guillemet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
    padding: 80px;

}
.parag > p {
    text-align: center;
    font-family: "Cormorand Garamond";
    font-size: 30px;
    width: 600px;
    margin: auto;
}
.troisbox {
    display: flex;
    padding-left: 400px;
    padding-right: 400px;
}
.boxleft {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.boxleft > h4 {
    color: rgb(21, 42, 69);
}
.boxleft > p {
    margin-bottom: 20px;
}
.fondimg {
    display: flex;
    background-image: linear-gradient(
      50deg,
      rgba(21, 42, 69, 0.8),
      rgba(21, 42, 69, 0.7)
    ),
    url(/image/motif-dune.jpg)
}
.boxright {
    text-align: center;
    padding: 30px;
    margin: 30px;
    background-color: rgb(187,193,201);
    width: 300px;
}
.boxright > h4 {
    color: rgb(255,140,125);
}
.boxright > p {
    font-family: "Catamaran";
}
h3 {
    margin-bottom: 20px;
    color:  rgb(255,140,125);
    font-size: 28px;
    font-family: "Cormorand Garamond";
}
h5 {
    font-family: "Cormorand Garamond";
    font-style: italic;
    font-size: 28px;
}
h6 {
    font-family: "Cormorand Garamond";
    font-style: italic;
    font-size: 22px;
    margin-top: 8px;
    color: rgb(255,140,125);
}
.marge {
    margin-bottom: 50px;
}
.tarif {
    padding-left: 400px;
    padding-right: 400px;
}
.produit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px;
    padding: 40px;
    text-align: center;
}
.prd > p {
    margin-bottom: 50px;
    font-family: "Catamaran";
}
.pointillé {
    border: none;        
    border-top: 2px dotted rgb(255,140,125); 
    background-color: white;
    height: 3px;          
    width: 100%;
    margin: 20px 0;
}
.footerproduit {
    margin-top: 50px;
    text-align: center;
}
.footerproduit > button {
    margin-top: 20px;
    margin-bottom: 60px;
}
.footerproduit > button:hover {
    background-color: rgb(21, 42, 69);
}