/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#formules .wpb_text_column.wpb_content_element {
	border: 3px dashed #60130f;
	padding: 1rem;
	/* width: 60%; */
	border-radius: 20px;
}

.formules {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 28px;
    margin: 20px 0;
}

.formules img{
    width: 85px;
    height: auto;
}
.formules-details p {
	margin: 0;
}

#section-3 {
    color: #fff!important;
}

#section-3 h2{
    color: #fff!important;
}
section#section-3 p {
    font-size: 14px;
}
.aio-icon-img.uavc-circle {

    padding: .35em!important;
}

#section-visite .vc_inner.vc_column-gap-35 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper{
    background: white;
    padding: 15px;
    border-radius: 20px;
    cursor: pointer;

}

.slick-slide  .wpb_wrapper{
    background: white;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    /* box-shadow: 0px 6px 29px 0px #0000001A; */

}
.slick-slide .wpb_wrapper .ult-item-wrap:last-child{
    height: 220px;
    min-height: 220px;
}
.slick-slide .wpb_wrapper .ult-item-wrap p{
  font-size: 14px;
}
.slick-slide img {
    display: block;
    border-radius: 20px;
}

#section-visite .vc_inner.vc_column-gap-35 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column wpb_content_element {
    min-height: 190px;

}
#section-visite .vc_inner.vc_column-gap-35 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
#section-visite .vc_inner.vc_column-gap-35 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper img{
  border-radius: 20px;

}
#section-visite .vc_inner.vc_column-gap-35 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p:last-child{
  min-height: 80px;

}
#section-visite .btn-coco {
	background: #ee7436;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	color: white;
	font-weight: 700;
    display: inline-block;
    margin: 5px 0;
}

.widget-title {
	font-weight: 700!important;
}
#bottom-bar .wf-float-right {
	-ms-flex-pack: start;
	-ms-justify-content: start;
	justify-content: start;

}
#bottom-bar .wf-float-left {
	margin-right: 10px;
	display: none;
}

.right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 100vw;
}
.dt-mobile-header {
    background-color: #831813;
    width: 100vw;
}
.mobile-main-nav {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    align-items: center;
    justify-content: center;
}
.mobile-header-scrollbar-wrap {
    height: 100%;
}
.dt-mobile-header .mobile-header-scrollbar-wrap {
    width: 100vw;
    padding: 45px 15px 30px 15px;
    box-sizing: border-box;
    max-width: 100vw!important;
}
.mobile-main-nav li.act > a .menu-text {
    /* border-bottom: 2px solid #FCC131;
    padding-bottom: 10px; */
    font-weight: 700!important;
    position: relative;
}
.mobile-main-nav > li > a {
    padding: 14.3px 0;
}
.mobile-main-nav li.act > a .menu-text::after {
    content: '';
    height: 4px;
    background-color: #FCC131;
    position: absolute;
    bottom: -10px;
    width: 30px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
}
#formulaire{
    display: flex;
    align-items: stretch;
    height: 100%; /* Assurez-vous que le conteneur a une hauteur définie */
    gap: 10%;
}
.form-group {
    width: 50%;
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-group p {
    position: relative;
    margin-bottom: 20px;
}
.form-group p label {
    position: absolute;
    top: 10px;
    z-index: 99;
    left: 10px;
    background: white;
    padding: 0 10px;
    color: #828282;
    z-index: -1;
    transition: all 0.3s ease;
    pointer-events: none;
}
.form-group p.focused label {
    position: absolute;
    top: -10px;
    z-index: 99;
    left: 10px;
    background: white;
    padding: 0 10px;
    color: #828282;
    z-index: 99;
    animation: labelMove 0.3s ease forwards;
}
.form-group input{
    height: 50px;
}
.form-group textarea{
    width: 100%;
    resize: none;
    height: 100%;
    box-sizing: border-box;
    height: 200px;
    max-height: 200px;

}

.form-group br {
    display: none;
}
.form-group input,.form-group textarea,.form-group select {
    border: 1px solid #828282;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FCC131;
    color: #000;
    border-radius: 30px;
    font-size: 22px;
    padding: 1rem 1.75rem;
}
.form-submit {
    text-align: right;
}
@keyframes labelMove {
    0% {
      transform: translateY(0);
      opacity: 0.5;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      transform: translateY(-10px);
      opacity: 1;
    }
  }
  
  /* Animation pour le retour du label */
  @keyframes labelReturn {
    0% {
      transform: translateY(-10px);
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      transform: translateY(0);
      opacity: 0.5;
    }
  }
  
  /* Appliquer l'animation de retour quand le focus est perdu */
p:not(.focused) label {
    animation: labelReturn 0.3s ease forwards;
  }
  
  /* Style pour l'input en focus */
  input:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
  }

  div#gpForm > .wpb_column {
    background-color: white!important;
    /* border: 1px solid #000; */
    margin: 5% 0;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5% 1%;
}
#section-visite .slick-slide img {
    display: block;
    height: 170px;
    /* width: auto; */
    aspect-ratio: 16/9;
}
@media screen and (max-width: 778px) {
    #footer .wf-container-footer {
        padding-top: 50px;
        padding-bottom: 15px;
        text-align: center;
    }
    .custom-nav>li>a {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    .mobile-main-nav li > a .menu-text {
        font-weight: 300!important;
    }
    .mobile-logo-menu{
        text-align: center;
        position: relative;
        top: 10rem;
    }
    #formulaire {
        display: block;
        align-items: stretch;
        height: 100%;
        gap: 10%;
    }
    .form-group {
        width: 100%;
        padding: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}
