@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, a, p, span{
  font-family: "Urbanist", sans-serif !important;
  color: #ffffff !important;
  font-weight: 300;
}
h2{
  position: relative;
  margin-bottom: 10px !important;
  line-height: 2.5rem !important;
  /*padding-bottom: 15px !important;*/
}
.set-yellow{
  color: #ffffff00 !important;
  -webkit-text-stroke: 1px #efac25;
  font-weight: 900;
}

.elementor-button{
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative;
  padding: 15px 25px !important;
}
.elementor-button span{
  z-index: 1;
  font-weight: 600;
}
.elementor-button::after{
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  left: 4px;
  bottom: 4px;
  border-left: 1px solid #5b00b2;
  border-bottom: 1px solid #5b00b2;
  transition: all ease 0.3s;
}
.elementor-button::before{
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  left: 0;
  bottom: 0;
  border-left: 1px solid #efac25;
  border-bottom: 1px solid #efac25;
  transition: all ease 0.3s;
}
.elementor-button:hover::after{
  width: calc(100% - 8px);
  height: 1px;
}
.elementor-button:hover::before{
  width: 100%;
  height: 1px;
}


.site-logo{
  width: 90px;
  position: relative;
}
.site-logo img{
  transition: all ease 0.3s;
  opacity: 0;
}
.site-logo a{
  z-index: 99;
  position: relative;
}
.onPoint .site-logo img{
  opacity: 1;
}
.site-logo:before{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('/wp-content/themes/hello-elementor/assets/logo_white.svg');
  opacity: 1;
  transition: all ease 0.3s;
}
.onPoint .site-logo:before{
  opacity: 0;
}
.onPoint .site-logo:after{
  display: none;
}
#site-header{
  position: fixed !important;
  width: 100%;
  z-index: 99;
  transition: all ease 0.3s;
}
.onPoint{
  background-color: rgba(10,10,10,0.7);
  backdrop-filter: blur(10px);
}
.menu-item-18{
  position: relative;
  margin-left: 50px;
}
.menu-item-18::after{
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  left: 4px;
  bottom: 4px;
  border-left: 1px solid #5b00b2;
  border-bottom: 1px solid #5b00b2;
  transition: all ease 0.3s;
}
.menu-item-18::before{
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  left: 0;
  bottom: 0;
  border-left: 1px solid #efac25;
  border-bottom: 1px solid #efac25;
  transition: all ease 0.3s;
}
.menu-item-18:hover::after{
  width: calc(100% - 8px);
  height: 1px;
}
.menu-item-18:hover::before{
  width: 100%;
  height: 1px;
}
.site-navigation li a{
  transition: all ease 0.3s;
  font-weight: 600;
}
.site-navigation li a:hover{
  color: #efac25 !important;
}
.site-navigation .menu-item-18 a:hover{
  color: #ffffff !important;
}
.site-description {
  display: none;
}


.footer .link-all a{
  transition: all ease 0.3s;
}
.footer .link-all a:hover{
  color: #efac25 !important;
}

.set-back, .set-bg, .pres{
  position: relative;
}
.set-bg::before{
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  left: 20px;
  top: 20px;
  border-left: 1px solid #5b00b2;
  border-top: 1px solid #5b00b2;
}
.set-bg::after{
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  border-right: 1px solid #efac25;
  border-bottom: 1px solid #efac25;
}
.set-back::before, .pres::before{
  position: absolute;
  display: block;
  content: '';
  width: 110%;
  height: 140%;
  left: -10%;
  top: -30%;
  background-image: url('/wp-content/themes/hello-elementor/assets/back-title_1.svg');
  background-size: 40px;
  background-repeat: repeat;
}
.t-y{
  color: #ffffff00 !important;
  -webkit-text-stroke: 1px #efac25;
  font-weight: 900;
}
.t-p{
  color: #ffffff00 !important;
  -webkit-text-stroke: 1px #5b00b2;
  font-weight: 900;
}
.t-c{
  color: #ffffff00 !important;
  -webkit-text-stroke: 1px #faf4dc;
  font-weight: 900;
}


.banner-home, .footer{
  position: relative;
}
.banner-home::before, .footer::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.two-list{
  position: relative;
}
/*
.two-list::after{
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  right: 20px;
  bottom: 20px;
  border-bottom: 1px solid #efac25;
  border-left: 1px solid #efac25;
  border-right: 1px solid #efac25;
  transition: all ease 0.3s;
}
*/
/*.two-list::before{
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 20px;
  border-top: 1px solid #5b00b2;
  border-left: 1px solid #5b00b2;
  border-right: 1px solid #5b00b2;
  transition: all ease 0.3s;
}*/

.part-p::before{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #5b00b2 calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% - 2px));
  background-size: 100% 200%;
  background-position: bottom;
  transition: all ease 0.3s;
}
.part-p:hover::before{
  background-position: top;
}
.part-p:hover h2{
  color: #5b00b2 !important;
  -webkit-text-stroke: 1px #ffffff;
}
.part-y::before{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #efac25 calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% - 2px));
  background-size: 100% 200%;
  background-position: bottom;
  transition: all ease 0.3s;
}
.part-y:hover::before{
  background-position: top;
}
.part-y:hover h2{
  color: #efac25 !important;
  -webkit-text-stroke: 1px #ffffff;
}
.two-list h2, .two-list p{
  transition: all ease 0.3s;
}
.two-list:hover h2, .two-list:hover p{
  scale: 1.2;
}
/*
.two-list:hover::after{
  height: 50px;
}
.two-list:hover::before{
  height: 50px;
}
*/



.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 #efac25;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.c1 input::placeholder, .c2 input::placeholder, .c3 textarea::placeholder, .c3 input::placeholder{
  color: #ffffff !important;
}
.c1 input:active, .c2 input:active, .c3 textarea:active, .c3 input:active{
  border: 1px solid #efac25 !important;
}
.c1 input:focus-visible, .c2 input:focus-visible, .c3 textarea:focus-visible, .c3 input:focus-visible{
  border: 1px solid #efac25 !important;
}
.c4 p{
  text-align: center;
}
.c4 span{
  position: relative;
}
.c4 input{
  border: 0px;
  position: relative;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-family: "Urbanist", sans-serif !important;
  letter-spacing: 2px;
  transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative;
  padding: 15px 25px !important;
  color: #ffffff !important;
}
.c4 .aft-in{
  width: 130px;
  display: block;
  height: 54px;
  margin: auto;
}
/*
.c4 input:hover{
  transform: scale(1.3);
}
*/
.c4 .aft-in::after{
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  left: 4px;
  bottom: 4px;
  border-left: 1px solid #5b00b2;
  border-bottom: 1px solid #5b00b2;
  transition: all ease 0.3s;
}
.c4 .aft-in::before{
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  left: 0;
  bottom: 0;
  border-left: 1px solid #efac25;
  border-bottom: 1px solid #efac25;
  transition: all ease 0.3s;
}
.c4 .aft-in:hover::after{
  width: calc(100% - 8px);
  height: 1px;
}
.c4 .aft-in:hover::before{
  width: 100%;
  height: 1px;
}
.elementor-button a{
  z-index: 1;
}
.wpcf7-response-output{
  color: #ffffff !important;
}

@media (max-width: 992px){
  .menu-item a{
    background: #0a0a0a !important;
  }
  .menu-item-18{
    margin-left: 0;
  }
  .menu-item-18::after, .menu-item-18::before{
    display: none;
  }
  .set-back::before, .pres::before{
    width: 100%;
    left: 0;
  }
  .banner-home{
    background-attachment: fixed;
  }
}
