.int-hero .header .logo {

    height: 80px;

}



/* .introduction h5 {

    font-size: 45px;

    margin-top: 18px;

} */



/* Header fixe */

.header {

    position: relative;

    z-index: 1000;

    transition: all 0.3s ease;

    background: transparent;

    padding: 20px 0;

}



.header.fixed {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.9);

    padding: 10px 0;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

}



.header .logo {

    height: 80px;

    transition: all 0.3s ease;

}



.header.fixed .logo {

    height: 50px;

}



/* Ajustement du contenu principal uniquement quand le header est fixe */

body.header-fixed main {

    padding-top: 100px;

}



/* Style pour le sélecteur de langue */

.language-switcher {

  margin-left: 20px;

  display: flex;

  align-items: center;

}



.language-switcher a {

  display: inline-flex;

  align-items: center;

  padding: 5px;

  border-radius: 3px;

  transition: all 0.3s ease;

}



.language-switcher a:hover {

  background-color: rgba(255, 255, 255, 0.1);

}



.language-switcher img {

  border-radius: 2px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

}



/* Ajustement pour l'affichage dans le menu */

.navigation .table-middle .inner ul li.language-switcher {

  padding: 0;

  margin: 0 0 0 20px;

}



.navigation .table-middle .inner ul li.language-switcher a {

  padding: 5px 10px;

}



.navigation .table-middle .inner ul li.language-switcher a span {

  display: none;

}

.language-switcher {

    display: flex;

    align-items: center;

    margin-left: 20px;

    padding: 10px 0;

}



.language-switcher a {

    display: inline-block;

    opacity: 0.7;

    transition: all 0.3s ease;

}



.language-switcher a:hover,

.language-switcher a.active {

    opacity: 1;

    transform: scale(1.1);

}



.language-switcher .separator {

    margin: 0 8px;

    color: #fff;

    opacity: 0.5;

}



/* Ajustement pour l'affichage dans le menu */

.navigation .table-middle .inner ul li.language-switcher {

    padding: 0;

    margin: 0 0 0 20px;

}



.navigation .table-middle .inner ul li.language-switcher a {

    padding: 0;

}



.navigation .table-middle .inner ul li.language-switcher a span {

    display: none;

}



.introduction p {

    max-width: none;

}



/* .clients figure img { 

    width: 300px;

    height: 150px;

} */



.footer {

    position: relative;

    background-color: #37050E;

    padding-bottom: 110px;

}



.link_footer {

    color: #FFFFFF;

    width: 50px;

    height: 50px;

    font-size: 14px;

    border: solid 2px #FFFFFF;

    padding: 15px;

    border-radius: 30px;

    margin-right: 10px;

    text-align: center;

    display: inline-block;

}



main {

    margin-bottom: 0px;

}



/* .intro h2 {

    width: 100%;

    display: inline-block;

    font-size: 30px;

    line-height: 50px;

    margin-bottom: 20px;

    font-family: 'Playfair Display', serif;

} */



.intro h2 em {

    color: #37050E;

    font-style: italic;

    border-bottom: 1px solid #37050E;

}



.text-service {

    padding: 150px;

    text-align: justify;

    font-size: 20px;

}



.home-services {

    background-color: #FDF1E1;

}



.home-intro {

    background-color: #FDF1E1;

}



.solutions {

    background-color: #FDF1E1;

}



.solutions .title, .solutions h4 {

    color: #7F0E12;

}



.solutions h4:before {

    background-color: #7F0E12;

}



.support.home {

    background-color: #7F0E12;

}



.support a {

    color: #7F0E12;

}



.support a:hover {

    color: #FFFFFF;

    background-color: #7F0E12;

}



.support h3 {

    font-size: 28px;

}

.main-hero {

    background: #4e0810;

}



.introduction .title{

    color: #7F0E12;

}



.services-intro .left-box a {

    color: #7F0E12;

    border: 2px solid #7F0E12;

}



.team-members .title {

    color: #7F0E12;

}



.team-members {

    background-color: #FDF1E1;

}



.support {

    background-color: #FFF;

}



.colored-h5 {

    color: #7F0E12;

}

.btn_wise {

    background-color: #7F0E12!important;

    color: #FFFFFF!important;

}

.btn_wise:hover {

    background-color: #FFFFFF!important;

    color: #7F0E12!important;

    border: 2px solid #7F0E12!important;

    transition: all 0.3s ease;

}



.support.wow {

    background-color: #4e0810;

}



.support.wow.support_white {

    background-color: #FFFFFF;

}



.support.wow.support_white h5,

.support.wow.support_white h3 {

    color: #7F0E12;

}

