@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


h1, h2, h3, h4{
  font-family: "Cormorant Garamond", serif !important;
  font-optical-sizing: auto;
  color: #000000 !important;
}
h1 span, h2 span{
  color: #c2b49b !important;
  font-family: "Cormorant Garamond", serif !important;
}
p, a, span, li{
  font-family: "Lato", sans-serif !important;
  color: #000000 !important;
}
.elementor-button{
  background-color: #c2b49b !important;
  border-radius: 20px !important;
  transition: all ease 0.3s;
  border: 1px solid #c2b49b;
}
.elementor-button span{
  color: #3c698f !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px;
  font-family: "Cormorant Garamond", serif !important;
}
.elementor-button:hover{
  background-color: #ffffff !important;
}
.elementor-button:hover span{
  color: #c2b49b !important;
}
.swap-btn .elementor-button{
  background-color: #3c698f !important;
  border-radius: 20px !important;
  transition: all ease 0.3s;
  border: 1px solid #3c698f;
}
.swap-btn .elementor-button span{
  color: #ffffff !important;
}
.swap-btn .elementor-button:hover{
  background-color: #ffffff !important;
}
.swap-btn .elementor-button:hover span{
  color: #3c698f !important;
}






#site-header{
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  width: 100%;
  transition: all ease 0.3s;
}
#site-header .site-logo img{
  width: 290px !important;
  z-index: 1;
  position: relative;
  opacity: 0;
}
#site-header .site-logo{
  position: relative;
}
#site-header .site-logo::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/head-logo_white.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
}
#site-header.onPoint .site-logo img{
  opacity: 1;
}
#site-header.onPoint .site-logo::before{
  opacity: 0;
}
#site-header .site-navigation a{
  color: #ffffff !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  position: relative;
  transition: all ease 0.3s;
}
#site-header .site-navigation #menu-item-73 a{
  background-color: #3c698f !important;
  border-radius: 20px !important;
  padding: 8px 24px !important;
  transition: all ease 0.3s;
  border: 1px solid #3c698f;
  text-transform: none !important;
  font-size: 15px !important;
  color: #c2b49b !important;
  font-family: "Cormorant Garamond", serif !important;
  margin-left: 20px;
}
#site-header .site-navigation #menu-item-73 a:hover::after{
  opacity: 0;
}

#site-header.onPoint .site-navigation a{
  color: #000000 !important;
}
#site-header .site-navigation #menu-item-73 a:hover{
  background-color: #ffffff !important;
  color: #3c698f !important;
}
#site-header .site-navigation a:hover{
  color: #c2b49b !important;
}
#site-header .site-navigation a::after{
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c2b49b;
  opacity: 0;
  transition: all ease 0.3s;
}
#site-header .site-navigation a:hover::after{
  opacity: 1;
}
#site-header.onPoint{
  background-color: #ffffff !important;
  box-shadow: 0px 5px 10px #00000030;
}


.banner{
  position: relative;
}
.banner::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #C2B49B;
  background: linear-gradient(280deg, rgba(194, 180, 155, 1) 0%, rgba(18, 87, 115, 1) 100%);
  opacity: 0.9;
}
.banner h1, .banner p{
  color: #ffffff !important;
}
.rv-color h2, .rv-color p, .rv-color h3{
  color: #ffffff !important;
}


.text-right, .text-left{
  position: relative;
}
.text-left::after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  height: 300px;
  background-image: url('assets/marble_g2.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.text-right::after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 190px;
  height: 190px;
  background-image: url('assets/lys_blue.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1440px){
  .text-right::after{
    width: 350px;
    height: 350px;
  }
}

.c1 input, .c2 input{
  width: 48%;
}
.c1 .nom, .c2 .email{
  margin-right: 2%;
}
.c1 .prenom, .c2 .tel{
  margin-left: 2%;
}
.sujet{
  margin-bottom: 15px;
}
.c1 input, .c2 input, .c3 textarea, .c3 input{
  border: 1px solid #c2b49b;
  border-radius: 20px;
}
.c1 input::placeholder, .c2 input::placeholder, .c3 textarea::placeholder, .c3 input::placeholder{
  color: #000000 !important;
}
.c1 input:active, .c2 input:active, .c3 textarea:active, .c3 input:active{
  border: 1px solid #c2b49b !important;
  border-radius: 20px;
}
.c1 input:focus-visible, .c2 input:focus-visible, .c3 textarea:focus-visible, .c3 input:focus-visible{
  border: 1px solid #c2b49b !important;
  border-radius: 20px;
}
.c4 p{
  text-align: center;
}
.c4 input{
  padding: 8px 25px !important;
  background-color: #c2b49b !important;
  border-radius: 20px !important;
  transition: all ease 0.3s;
  border: 1px solid #c2b49b;
  color: #3c698f !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px;
  font-family: "Cormorant Garamond", serif !important;
}
.c4 input:hover{
  background-color: #ffffff !important;
  color: #c2b49b !important;
}

.footer-web p, .footer-web a{
  color: #ffffff !important;
  transition: all ease 0.3s;
}
.footer-web a:hover{
  color: #c2b49b !important;
}
.footer-web p{
  margin-bottom: 0px !important;
}
