/* custom.css */
/* vide */
.main-nav {
  display: flex;
  justify-content: flex-end;
}
/*
.navbar-nav {
  list-style: none;
  display: flex;
  gap: 30px;
}

.navbar-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}


.navbar-nav a:hover {
  color: #ff6600;
}
*/
/* accordion */
.horizontal-accordion {
  border:1px solid #ddd;
  border-radius:6px;
  overflow:hidden;
}

.horizontal-accordion .tab-titles {
  display:flex;
  background:#f2f2f2;
  border-bottom:1px solid #ddd;
}

.horizontal-accordion .tab-title {
  flex:1;
  padding:12px;
  text-align:center;
  cursor:pointer;
  font-weight:600;
  border-right:1px solid #ddd;
}

.horizontal-accordion .tab-title:last-child {
  border-right:none;
}

.horizontal-accordion .tab-title.active {
  background:#fff;
  color:#000;
}

.horizontal-accordion .tab-content {
  display:none;
  padding:20px;
  background:#fff;
}

.horizontal-accordion .tab-content.active {
  display:block;
}

.comment-list li .vcard img {
    width: 80px;
    border-radius: 50%;
    margin-left: -5px;
}
.icontact{
  margin-bottom:-200px;
}

.content-section{
    margin-bottom: -50px;
    margin-top: -50px;
}

/* Supprimer les puces */
.navbar-nav,
.navbar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Desktop : hover */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Dropdown container */
.dropdown-menu {
  margin-top: 12px;
  padding: 8px 0;
  border-radius: 6px;
  border: none;
  background-color: #f15d30;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  min-width: 220px;
}

/* Dropdown items */
.dropdown-menu .nav-link,
.dropdown-menu a {
  display: block;
  padding: 10px 22px;
  font-size: 15px;
  color: #474646;
  position: relative;
  transition: all 0.25s ease;
}

/* Séparation subtile */
.dropdown-menu a:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

/* Hover */
.dropdown-menu a:hover {
  background-color: #f15d30;
  color: #5e5d5d;
  padding-left: 26px;
}

/* Mobile: éviter hover bizarre */
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
  }
}

.navbar-dark .navbar-nav .nav-link {
    color: #f15d30 ;
    font-weight: 500;
}

.slider-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.heading-section .accroche {
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

.sectionmargin {
    margin-top: -150px;
}

.para {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

.ftco-intro h2 {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: 700;
text-transform: lowercase;
}

.heading-section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.heading-section.heading-section-white h2 {
    font-size: 24px;
    color: #fff;
}

h3, .h3 {
    font-size: 20px;
}

.project-destination .text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -8px;
    padding: 4px 10px;
    background: #f15d30;
}

.project-destination .text p:before {
    width: 0;
    right: -8px;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #c7390d;
}

.project-destination .text p:after {
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #c7390d transparent;
}

.project-destination .text p:after, .project-destination .text p:before {
    position: absolute;
    top: 0;
    content: '';
}

.foot {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dee2e6;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link{

  padding-left: 15px;
  padding-right: 15px;

}

.titre{
    font-size: 35px;
    display: block;
    color: #f15d30;
    font-family: "Arizonia", cursive;    
    text-align:center;
    margin-bottom: -50px;
}

.ftco-navbar-light .navbar-brand {
font-family: 'Montserrat', sans-serif;
}

.navbar-brand span {
 font-family: 'Caveat', cursive;
font-size: 20px;

}

.ftco-footer-social li a i {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.icon-video{
    width: 220px;
    height: 80px;
    border-radius: 5%;
    background-color:#f15d30;
}

.icon-video span {
    color: #fff;
    font-size: 15px;

}
.language-switcher {
    margin-left: 15px;
    display: inline-block;
}

.language-switcher img {
    vertical-align: middle;
}


@media (max-width: 767.98px) {
    .slider-text .icon-video {
        position: absolute;
        top: 1em; /* On passe de 7em à 3em pour le remonter */
        left: 0;
    }
}


figure {

    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    border: 15px solid #fff;
}

.author-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 25px;
}

.card img {
    width: 100%;
    border-radius: 8px;
}
.author-avatar {

    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    border: 15px solid #fff;
}
