/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


@font-face {
  font-family: 'futurabold';
  src: url('../fonts/futura_bold_font-webfont.woff2') format('woff2'),
  url('../fonts/futura_bold_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'futurabook';
  src: url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
  url('../fonts/futura_book_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}





@font-face {
  font-family: 'futuraextra_black';
  src: url('../fonts/futura_extra_black_font-webfont.woff2') format('woff2'),
  url('../fonts/futura_extra_black_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'futuraheavy';
  src: url('../fonts/futura_heavy_font-webfont.woff2') format('woff2'),
  url('../fonts/futura_heavy_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'futuralightbt';
  src: url('../fonts/futura_light_bt-webfont.woff2') format('woff2'),
  url('../fonts/futura_light_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'futuralight';
  src: url('../fonts/futura_light_font-webfont.woff2') format('woff2'),
  url('../fonts/futura_light_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'futuramedium';
  src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
  url('../fonts/futura_medium_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'futuramediumcondensed';
  src: url('../fonts/futura_medium_condensed_bt-webfont.woff2') format('woff2'),
  url('../fonts/futura_medium_condensed_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --blue-srb:                     #120054;
  --blue-srb_bis:                 #000427;
  --green-srb:                    #68FFBF;

  --white-color:                  #ffffff;
  --primary-color:                #120054;
  --secondary-color:              #68FFBF;
  --section-bg-color:             #eeeeee;

  --custom-btn-bg-color:          #ffffff;
  --custom-btn-bg-hover-color:    #120054;

  --dark-color:                   #000000;
  --p-color:                      #120054;
  --border-color:                 #7fffd4;
  --link-hover-color:             #68FFBF;

  --body-font-family:             'Montserrat'; /*'Nunito Sans';*/
  --btn-font-family:              'Montserrat';
  --weight-font-family:           'Montserrat';
  --baseline-font-family:         'Playfair Display';

  --h1-font-size:                 58px;
  --h2-font-size:                 23px;
  --h3-font-size:                 18px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  15px;
  --menu-font-size:               18px;
  --btn-font-size:                15px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-normal-plus:      500;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}

.bg-blue {
  background-color: var(--blue-srb);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blue-srb);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'futuraheavy';
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  line-height: 23px;
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

a.extern, a.extern-white {
  position: relative;
}
a.extern:after, a.extern-white:after {
  content: "";
  position: absolute;
  background: url("../images/arrow_blu.svg");
  width: 12px;
  height: 12px;
  background-size: cover;
  /*top: 5px; */
  margin-left: 10px;
}

a.extern-white:after {
  background: url("../images/arrow_white.svg");
  background-size: cover;
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


.navbar-brand img {
  max-width: 180px;
  margin-right: 20px;
}

/*
.baseline {
  font-family: var(--baseline-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  padding-top: 15px;
}

.is-sticky .navbar .baseline,
.mega-menu-open .baseline { color: var(--blue-srb)}
*/
.no-after:after {
    display: none!important
}

.devis_link a, .devis_link a:hover {
  background: var(--green-srb);
  color: var(--blue-srb);
  padding: 5px 40px;
  font-weight: bold;
  margin-left: 20px;
  height: 34px;
}
.devis_link {
  background: var(--blue-srb);
  color: #fff;
  text-align: right;

  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 34px;

}

/*---------------------------------------
  SECTION               
-----------------------------------------*/

.illustre_left {
  position: absolute;
  z-index: -1;
  left: 0;
  text-align: left;
  top: -15%;
}

.illustre_right {
  position: absolute;
  z-index: -1;
  right: 0;
  text-align: right;
}

.illustre_left img, .illustre_right img {
  border-radius: 50%;
}

.page-section {
  margin-top: 120px;
  margin-bottom: 60px;
}

.page-section .container, .medium-section .container {
  max-width: 1140px;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay.blue-bg {
  background-color: var(--blue-srb);

}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.hero-section .custom-btn {
  background: var(--green-srb);
}

.custom-btn {
    background: var(--white-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--blue-srb);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: 20px;
  transition: all 0.3s;
  padding: 10px 50px;
}


.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}



.custom-btn-blue {

  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-btn-blue:hover {

  background: var(--secondary-color);
  color: var(--blue-srb);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video, .custom-picture {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  BREADCRUMB
-----------------------------------------*/

.breadcrumb-section {
  margin-top: 70px;
  margin-bottom: 65px;
}

.breadcrumb-section .container {
  max-width: 1140px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  margin-right:10px;
}

.breadcrumb li a, .breadcrumb li {
  font-size: 20px;

}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

main.is-sticky .sticky-wrapper {
  position: relative;
}

.is-sticky .navbar {
  background-color: var(--blue-srb);
  background-color: #fff;
}

.navbar {
  background: transparent;
  z-index: 9;
  padding:15px 0;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 5px;
  padding: 6px 0 0;
  font-size: 14px;
  margin-left: 50px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link.img {
  padding: 5px 10px 0 15px;
  padding: 0px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link img {
  max-width: 60px;
  vertical-align: text-bottom;
}

.mega-menu-open {
  overflow: hidden;
}

.is-sticky .navbar .nav-link,
.is-sticky .navbar .lang a,
.mega-menu-open .navbar-nav .nav-link {
  color: var(--blue-srb);
}

.menutitle {
  font-family: var(--weight-font-family);
  color: var(--blue-srb);
  font-size: 55px;
  font-weight: 700;
}

.megamenu .col-6 {
  width: 42%;
}

.megamenu a {
  font-size: 18px;
  color: var(--blue-srb);
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}

.megamenu p {
  font-size: 12px;
  color: var(--blue-srb);
  line-height: 17px;
}

.nav-item.dropdown .dropdown-menu {
  display: none;
}

/* Affiche le menu déroulant au survol de l'élément parent */
.nav-item.dropdown:hover .dropdown-menu {
  display: flex;
}


.menuelem:hover {
  background-color: #FCFCFC;
  box-shadow: 0px 2px 4px rgba(206, 206, 206, 0.5);

}

.navbar-nav .nav-link---.active,
.navbar-nav .nav-link---:hover {
  color: var(--secondary-color);
}

.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:after:hover,
.navbar-nav .nav-link.show::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px; /* Épaisseur de la bordure */
  background-color: #007bff; /* Couleur de la bordure */
  position: absolute;
  bottom: -10px; /* Ajustez en fonction de l'espacement souhaité */
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--blue-srb);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--blue-srb);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


.lang .dropdown-toggle::after {
  vertical-align: 0.1em;
  border-top: .5em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.lang a {
  font-size: 16px;
  font-weight: 700;
}

nav .bi-search {
  font-size: 24px;
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;
    top: -1px;
    height: 101vh;
    bottom: 0;
    border-radius: 0;
    z-index: -1;
  }

  .navbar .megamenu.show {
    display: flex;
  }

}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
  }
}

/*---------------------------------------
  BLOC ADMIN
-----------------------------------------*/

section ul li {
  color: var(--blue-srb);
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

.bg-section img {
  object-fit: cover;
  width: 100%;
}

.txtimg-section .title {

  color: var(--blue-srb);
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom:20px;
}

.txtimg-section p {
  color: var(--blue-srb);
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

.txtimg-section .order-md-1 img {
  margin-right: auto;
  max-width: 80%;
}

.txtimg-section .order-md-2 img {
  margin-left: auto;
  max-width: 80%;
}

.txtimg-section.bg-blue .title,
.txtimg-section.bg-blue p {
  color: #fff;
}

.txt-section .title {
  color: var(--blue-srb);
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.txt-section p {
  color: var(--blue-srb);
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  margin:50px 0 0;
}

.cta-section {
  background-color: var(--blue-srb_bis);
  text-align: center;
  color: #fff;
  margin:30px 0;
  margin:0;
  padding:50px;
}

.cta-section .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.cta-section p {
  color: #fff;
  margin:0;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin-top:20px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px);
}

.hero-section a:not(.btn) {
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-section .container .row {
  height: 100%;
}

.hero-section.interne h1 {
  font-size: 50px;
}

.hero-section.interne p {
  color: white;
  font-size: 20px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  position: relative;
  padding:20px;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 36px;
}

.about-section2 {
  color: rgba(255, 255, 255, 1);
  font-size: 60px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: center;
  line-height: 68px;
}

.about-section p {
  color: #fff;
  line-height: 36px;
  font-size: 22px;
  margin-bottom:0;
}

.about-section .col {
  padding: 40px;
}
.about-section2 .col {
  padding: 90px;
}

.about-section2 span {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  display: block;
  margin-top: 30px;
}


.bloctitre {
  color: rgba(255, 255, 255, 1);
  font-size: 60px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: center;
  line-height: 68px;
}


.bloctitre .col {
  padding: 90px;
}

.bloctitre span {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  display: block;
  margin-top: 30px;
}

.about-section a.links {
  background: var(--blue-srb);
  border-radius: 20px;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  width: 145px;
  text-align: center;
}

.about-section a.links:hover {

  background: var(--green-srb);
  color: var(--blue-srb);
}


.services-info {
  padding: 20px;
  min-height: 345px;
  background-position: center;
  background-size: cover;
}

.services-info h2 {
  min-height: 56px;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  FLOTTE
-----------------------------------------*/

.flotte-section {

}

.flotte-section h2 {
  font-size: 40px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left;
  line-height: 46px;
}
.flotte-section p {
  font-size: 18px;
  font-weight: 300;
  font-style: Light;
  letter-spacing: 0px;
  text-align: left;
  line-height: 33px;
  margin: 0px;
  margin-top: 20px;
}

.carte-france {
  position: absolute;
  top: -15%;
  width: 100%;
}

.zone-section {
  padding: 80px;
  color: var(--blue-srb);
  font-size: 20px;
  font-weight: 300;
  font-style: Light;
  letter-spacing: 0px;
  text-align: left;
  line-height: 33px;
}

.intersite-section {

  color: var(--blue-srb);
  font-size: 17px;
  font-weight: 700;
}

.intersite-section img {
  width: 170px;
}

.esg-section .col {
  padding:50px;
  background: rgba(227, 229, 241,0.3);
  border-top:10px solid #fff;
  border-bottom:10px solid #fff;
  border-left : 5px solid #fff;
  border-right:5px solid #fff;
}

.esg-section .col:nth-child(2n+1) {
  background: rgba(161, 177, 255,0.3);
}

.esg-section span {
  color: var(--blue-srb);
  font-size: 22px;
  font-weight: 300;
  line-height: 48px;
}

.esg-section h3 {
  color: var(--blue-srb);
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin:15px 0;
}

.esg-section p {
  color: var(--blue-srb);
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
}

/*---------------------------------------
  GROUPE
-----------------------------------------*/
.groupe-section {
  position: relative;
  padding:100px;
}

.groupe-section h2 {
  font-size: 50px;
  line-height: 55px;
  font-size: 42px;
  line-height: 47px;
  font-weight: 700;
}

.groupe-section, .groupe-section p {
  font-size: 20px;
  line-height: 32px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.groupe-section .order-md-1 img {
  margin: auto auto auto 0;
}

.groupe-section .order-md-2 img {
  margin: auto 0 auto auto;

}


/*---------------------------------------
  EQUIPE
-----------------------------------------*/

.equipe-section {
  padding: 160px 0;
}

.equipe-section h3 {
  font-size: 60px;
  line-height:68px;
  font-weight: 700;
}

.equipe {
  color: var(--blue-srb);
  font-size: 23px;
  font-size: 18px;
  line-height: 22px;
}

.equipe a {
  max-width: 20px;
}

.equipe a img {
  vertical-align: inherit;
}

/*---------------------------------------
  NUMBER
-----------------------------------------*/

.number-section {
  background-color:var(--primary-color);
  padding: 130px 0;
  color:var(--white-color);
}

.number-section h3 {
  color:var(--white-color);
  font-size: 90px;
}

.number-section p {
  color:var(--white-color);
  font-size: 22px;
  font-weight: 500;
}


/*---------------------------------------
  PRESENT
-----------------------------------------*/

.present-section {
  padding: 90px 0;
}

.present-section h3 {
  font-size: var(--h3-font-size);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal-plus);
}

.present-section p.title {
  font-family: var(--weight-font-family);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: 73px;
}

.present-section p {

}

.present-section a.links {
  background: var(--blue-srb);
  border-radius: 20px;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  line-height: 40px;
  width: 145px;
  text-align: center;
}

.present-section a.links:hover {

  background: var(--green-srb);
  color: var(--blue-srb);
}

.present-section .pastille {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  z-index: -100;
  right: -25%;
  top: -10%;
  opacity: 0.8;
}


/*---------------------------------------
  CLIENT
-----------------------------------------*/

.client-section {
  padding: 160px 0;
}

.client-section h3 {
  font-size: 38px;
  font-weight: var(--font-weight-bold);
}

.client img{
  filter: grayscale(100%);
  max-height: 50px;
  object-fit: contain;
  max-width: 100%;
  margin: auto;
}

.client:hover img {
  filter: grayscale(0%);
}

/*---------------------------------------
  ACTU
-----------------------------------------*/

.actu_filter-section .container {
  max-width: 1140px;
}

.actu_filter-section {
  margin-bottom: 120px;
  margin-top: 80px;
}

.actu {
  color: var(--blue-srb);
  font-size: 15px;
  border: 0.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.actu .content {
  padding: 20px 10px;
}

.actu .content span {
  display: block;
  font-size: 10px;
}

.actu-section a:hover {
  color: var(--blue-srb);
  background-color: var(--section-bg-color);
}

.external {
  color: #fff;
  text-align: center;
}

.external .surtitre {
  font-size: 17px;
}
.external .titre {
  font-family: var(--weight-font-family);
  font-size: 60px;
}
.external .txt {
  font-size: 28px;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  list-style: none;
  align-items: end;
  align-content: end;
  padding: 0;
  margin: 0;
}

.filter li {
  margin-left: 10px;
}

.filter li a {
  background: var(--blue-srb);
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
}

.filter li a.active, .filter li a:hover {
  background: var(--green-srb);
  color:  var(--blue-srb);

}

  /*---------------------------------------
    CONTACT
  -----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


#contactForm input, #contactForm textarea {
  width: 100%;
  padding: 5px;
  margin: 10px 0 30px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .2);
  border: 0;
}

.grey {
  color: var(--grey-srb);
}

.submit {
  background: var(--green-srb);
  color: var(--blue-srb);
  border: 0;
  border-radius: 20px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #fff /*var(--blue-srb);*/
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 85px;
  border-top: 20px solid var(--blue-srb);
  margin-top: 5px;
}

.site-footer-col {
 /* max-width: 27%; */
}

.site-footer-bottom {
}

.site-footer-bottom img {
  max-width: 280px;
}

.site-footer-bottom .baseline {
  color: var(--blue-srb);
  font-size: 25px;
  font-weight: 700;
}

.site-footer-title {
  opacity: 0.4;
  color: rgba(18, 0, 84, 1);
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
}

.site-footer-p {
  color: var(--blue-srb);
  line-height: 28px;
  font-size: 18px;
  font-size: 16px;
}


.site-footer-link-item a,
.copyright-text {
  color: var(--blue-srb);
}

.copyright-text img {
  width: 25px;
  vertical-align: baseline;
  margin-left: 10px;
  margin-top:20px;
}

.site-footer-link-item a {
  font-size: 18px;
  font-weight: 700;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 25px;
}

.site-footer-bloc {
  border-bottom:1px solid rgba(18,0,84,0.4);
  margin: 0 0 50px;
  height: 100%;
}

.copyright-text {
  font-size: 15px;
}

.copyright-text span {
  font-size: 38px;
  padding-left:10px;
}

.copyright-text .lang {
  font-size: 18px;
  font-weight: 700;
}

.sivae { width: 55px!important}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }



  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}


.hhs-scroll-down
{
  border: 2px solid #fff;
  border-radius: 50px;
  bottom: 2%;
  height: 50px;
  opacity: .4;
  width: 30px;
  z-index: 1;
}

.hhs-scroll-down
{
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.hhs-scroll-down::before
{
  animation: scrollDown 2s infinite;
  background-color: #fff;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translate(-50%);
  width: 2px;
}


@keyframes scrollDown {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}


/*---------------------------------------
  ANIMATION
-----------------------------------------*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pretitle {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
}

.go-fade {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards ;
}

.go-delay-05 {
  animation-delay: .5s; /* Délai de 2 secondes avant que l'animation ne commence */
}
.go-delay-1 {
  animation-delay: 1s; /* Délai de 2 secondes avant que l'animation ne commence */
}
.go-delay-15 {
  animation-delay: 1.5s; /* Délai de 2 secondes avant que l'animation ne commence */
}
.go-delay-2 {
  animation-delay: 2s; /* Délai de 2 secondes avant que l'animation ne commence */
}
.go-delay-25 {
  animation-delay: 2.5s; /* Délai de 2 secondes avant que l'animation ne commence */
}

.mts-1 { margin-top: 1rem !important; }
.mbs-1 { margin-bottom: 1rem !important; }

.mts-2 { margin-top: 2rem !important; }
.mbs-2 { margin-bottom: 2rem !important; }

.mts-3 { margin-top: 3rem !important; }
.mbs-3 { margin-bottom: 3rem !important; }

.mts-4 { margin-top: 4rem !important; }
.mbs-4 { margin-bottom: 4rem !important; }

.mts-5 { margin-top: 5rem !important; }
.mbs-5 { margin-bottom: 5rem !important; }


/*---------------------------------------
  RESPONSIVE
-----------------------------------------*/


@media screen and (max-width: 991px) {

  h1 {
    font-size: 50px;
  }

  .navbar {
    padding: 0;
  }
  .navbar-collapse {
    padding-top: 20px;
  }

  .hero-section {
    height: calc(100vh - 70px);
  }


  .number-section {
    padding:50px 0;
  }

  .number-section h3 {
    font-size: 65px;
  }

  .client-section {
    padding: 80px 0;
  }

  .carte-france {
    position: relative;
    top: auto;
  }

  .client-section {
    background-color: #fefefe;
  }
  .client-section {
    padding: 40px 0;
  }

  .client-section h3 {
    font-size: 25px;
  }

  .about-section2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-section2 .col {
    padding: 30px;
  }

  .about-section2 span {
    font-size: 22px;
    line-height: 30px;
  }

  .bloctitre {
    font-size: 35px;
    line-height: 45px;
  }

  .bloctitre .col {
    padding: 30px;
  }

  .bloctitre span {
    font-size: 22px;
    line-height: 30px;
  }

  .txt-section .title {
    font-size: 50px;
    line-height: 54px;
  }

  .txtimg-section .title {
    font-size: 30px;
    line-height: 36px;
  }

  .illustre_right, .illustre_left {
    opacity: 0.5;
    top:auto;
    bottom:10px;
    left:auto;
    right: 10px;
    text-align: right;
  }

  .hero-section .container .row {
    height: calc(100vh - 100px );
  }

  .devis_link .container {
    max-width: 100%;
    padding: 0;
  }

}


@media screen and (max-width: 480px) {

  h1 {
    font-size: 42px;
  }

  section {
    overflow: hidden;
  }

  .present-section {
    padding: 60px 0;
    overflow: hidden;
  }

  .present-section p.title {
    font-size: 40px;
    line-height: 50px;
  }

  .present-section p.title span {
    margin-bottom: 20px;
  }

  .client-section {
    padding: 40px 0;
  }

  .client-section h3 {
    font-size: 25px;
  }

  .intersite-section a {
    display: block;
  }

  .site-footer-col:first-child {
    flex: unset;
  }

  .site-footer {
    padding-top: 50px;
  }

  .site-footer-col {
    width: 100%;
    max-width: 100%;
  }

  .site-footer-link-item {
    margin-bottom: 20px;
  }

  .site-footer-link-item a {
    font-size: 16px;
  }

  .esg-section .col {
    padding: 20px;
  }
  .esg-section h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section.interne h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-section.interne p {
    font-size: 15px;
    line-height: 25px;
  }

  .txt-section .title {
    font-size: 40px;
    line-height: 45px;
  }

  .txtimg-section img {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .cta-section {
    padding: 30px;
  }

  .cta-section .title {
    font-size: 50px;
    line-height: 58px;
  }

  .devis_link {
    bottom: -28px;
    height: 28px;
    font-size: 12px;
  }

  .devis_link a, .devis_link a:hover {
    padding: 5px 20px;
    height: 28px;
  }

}