@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");

/* new code 2025 HI! */
:root {
  --jaune: #fecc38; /* Define a root variable for primary color */
  --jaune-dark: #e8ba31;
  --rose: #e95f70;
  --font-obviously-regular: "obviously", sans-serif;
  --font-obviously-medium: "obviously", sans-serif;
  --font-obviously-bold: "obviously", sans-serif;
  --font-obviously-narrow: "obviously-narrow", sans-serif;
/* weight */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: var(--font-obviously-regular);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--jaune);
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--font-obviously-bold);
  /* font-family: "Source Sans Pro", sans-serif; */
}

.script-font {
  font-family: 'Shadows Into Light', cursive;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: var(--font-obviously-regular);
  /* margin: 0px; */
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.text-infos {
  font-size: 1rem;
  font-weight: 500;
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: var(--jaune);
  font-size: 38px;
  text-align: center;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #EE7F00;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #EE7F00;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-danger:hover {
  background-color: #f55262;
  border-color: #f55262;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #EE7F00;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  color: var(--jaune);
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 20px 6px 12px 6px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon li a:hover {
  color: #fff;
}

.social-icon li .facebook:hover {
  background: var(--jaune-dark);
}

.social-icon li .instagram:hover {
  background: var(--jaune-dark);
}

.social-icon li .linkedin:hover {
  background: var(--jaune-dark);
}

.social-icon li .youtube:hover {
  background: var(--jaune-dark);
}

.social-icon li .twitter:hover {
  background:var(--jaune-dark);
}

.social-icon li .mail:hover {
  background:var(--jaune-dark);
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: var(--jaune);
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.square-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.square-spin img {
  max-width: 64px;
}

.section-padding {
  padding: 60px 0;
}

#about .img-thumb img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.profile-wrapper {
  padding: 45px 0;
}

.profile-wrapper .btn {
  margin: 10px 10px 0px 0px;
}

.profile-wrapper .btn i {
  vertical-align: middle;
  margin-right: 5px;
}

.about-profile {
  position: relative;
  margin: 20px 0 20px 0;
}

.about-profile .pro-title {
  font-weight: 700;
  color: #040404;
  position: relative;
  width: 120px;
  display: inline-block;
  margin-bottom: 5px;
}

.about-profile .pro-title:after {
  position: absolute;
  content: ':';
  color: #040404;
  font-size: 14px;
  left: 77px;
}

.about-profile .admin-sign {
  position: absolute;
  right: 45px;
  bottom: 10px;
}

.counter-section {
  background: url(../img/background/bg-1-yellow.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
 /*  background: rgba(0, 0, 0, 0.5); */
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 30px;
}

.counter-section .counter .icon i {
  font-size: 48px;
  color: var(--jaune);
}

.counter-section .counter p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 42px;
  margin-top: 15px;
  font-weight: 700;
}

/* Resume */
.timeline {
  position: relative;
}

.timeline .timelin-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 25px;
}

.timeline li {
  padding: 0 20px 20px 30px;
  list-style: none;
  border-left: 2px solid #f1f1f1;
}

.timeline li .content-text {
  background: #f2f2f2;
  padding: 20px;
}

.timeline li .line-title {
  font-size: 16px;
  line-height: 6px;
}

.timeline li span {
  font-size: 12px;
  padding: 9px 0;
  display: block;
}

.timeline li .line-text {
  color: #888;
  line-height: 18px;
}

.timeline li:first-child:before {
  border: 0;
  background: none;
  position: relative;
}

.timeline li:last-child {
  padding: 0 20px 0px 30px;
}

.timeline li:before {
  content: "";
  border: solid 2px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 8px;
  margin-left: -35px;
  font-weight: 400;
  background: #fff;
  display: block;
  position: absolute;
  margin-top: 18px;
  border-color: #EE7F00 !important;
}

.timeline li:first-child i {
  font-size: 20px;
  float: left;
  margin-left: -30px;
  line-height: 50px;
  border-radius: 30px;
  margin: -12px -55px;
  background: #EE7F00;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: var(--jaune) !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: var(--jaune-dark) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: var(--jaune-dark) !important;
}

.indigo {
  background: #fff;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 28px;
  color: var(--jaune-dark);
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link i:hover {
  color: var(--jaune-dark);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--jaune);
  font-weight: 700;
  padding: 0 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: var(--jaune-dark);
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: var(--jaune-dark);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: var(--jaune);
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: var(--jaune-dark);
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: var(--jaune-dark);
}

.slicknav_menu .slicknav_icon-bar {
  background: var(--jaune);
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: var(--jaune-dark);
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  background: url(../img/montpellier.jpg) no-repeat;
  background-size: cover;
}

#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#hero-area .contents {
  padding: 250px 0px 200px;
}

#hero-area .contents h1 {
  font-size: 50px;
  margin-top: 50px;
}

#hero-area .contents h5 {
  font-size: 40px;
}

#hero-area .orange {
  color: var(--jaune-dark);
}

#hero-area .contents .head-title {
  color: var(--jaune-dark);
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

#hero-area .contents p {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#hero-area .contents .news {
  margin-top: 70px;
}

#hero-area .contents .btn {
  margin: 25px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #ddd;
}

/* ==========================================================================

3 BIS. ONLINE Area

========================================================================== */
.online-area-bg {
  background: url(../img/online.jpg) no-repeat;
  background-size: cover;
}

#online-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#online-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

}

#online-area .contents {
  padding: 250px 0px 200px;
}

#online-area .contents h1 {
  font-size: 40px;
  margin-bottom: 50px;
}

#online-area .contents h5 {
  font-size: 50px;
}

#online-area .contents .head-title {
  color: var(--jaune);
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

#online-area .contents p {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin: 25px 0 25px;
}

#online-area .btn-common {
  background-color: var(--jaune);
  position: relative;
  z-index: 1;
}

#online-area .contents .btn {
  margin: 25px 0px;
  text-transform: uppercase;
}

#online-area .banner_bottom_btn {
  margin-top: 40px;
}

#online-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#online-area .banner_bottom_btn i:hover {
  color: #ddd;
}

/* ==========================================================================
  Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f2f2f2;
}

#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: var(--jaune-dark) !important;
  border-color: var(--jaune-dark);
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
  color: #fff;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 180, 217, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay {
  opacity: 0;
}

.overlay .icons i {
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: var(--jaune-dark);
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  border-radius: 4px;
}

.overlay .preview {
  position: absolute;
  left: 45%;
  top: 50%;
  color: #fff;
}

.overlay .link {
  position: absolute;
  left: 60%;
  margin-left: 10px;
  top: 50%;
  color: #fff;
}

.shot-item:hover .overlay {
  opacity: 1;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* Services et Conférences Item */
.services,
.conferences {
  background: #F0F0F0;
}

.conferences {
  padding-top: 15px;
}

.container-jours {
  background-color: #FFFFFF;
  border-radius: 4px;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.services-item,
.conferences-item {
  background: #fff;
  border-radius: 4px;
  padding: 48px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.conferences-item {
  /*min-height: 340px;*/
  padding-bottom: 38px;
}

.jours-item {
  min-height: 214px;
  box-shadow: none !important;
}

.services-item .icon i {
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
  width: 48px;
  display: block;
  margin: 0 auto;
  height: 48px;
  color: var(--jaune);
}

.services-item .services-content h3,
.conferences-item .conferences-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-item .services-content h3 a,
.conferences-item .conferences-content h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--jaune);
}

.services-item .services-content h3 a:hover,
.conferences-item .conferences-content h3 a:hover {
  color:var(--jaune-dark);
}

.services-item .services-content h3.jours,
.conferences-item .conferences-content h3.jours {
  font-size: 2rem;
}

.conferences-item .conferences-content h4.heures {
  margin-top: 25px;
  color:var(--jaune-dark);
  font-size: 1.3rem;
}

.conferences-item .conferences-content h5.heures {
  font-size: 1rem;
  font-weight: 500;
}

.services-item .services-content p,
.conferences-item .conferences-content p {
  line-height: 22px;
}

.services-item:hover,
.conferences-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.infos-restauration {
  display: flex;
  width: -webkit-fill-available;
  background: var(--jaune);
  border-radius: 4px;
  margin: 20px 15px 45px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.infos-restauration span {
  flex: auto;
  align-content: center;
  font-size: 0.85rem ;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area {
  background: #fff;
  box-shadow: 0 0 30px #ededed;
  padding: 60px 40px;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-right-contact {
  padding: 4px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
}

.footer-right-contact .single-contact {
  margin: 10px 22px;
  padding: 3px 55px;
  position: relative;
  color: var(--jaune);
}

.footer-right-contact .single-contact p {
  margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
  color: var(--jaune);
}

.footer-right-contact .contact-icon {
  background: var(--jaune-dark);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: var(--jaune-dark);
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 370px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

/* Footer Area Start */
.footer-area {
  background: var(--jaune);
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: white;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: var(--jaune-dark);
}

.footer-2 {
  background: var(--jaune);
}

.footer-2 img {
  margin-top: -8px;
}

.footer-2 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-2 p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-2 ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-2 ul li a:hover {
  color: var(--jaune-dark);
}

#copyright {
  background: var(--jaune);
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: var(--jaune-dark);
}



.container-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(6, auto);
  gap: 0px;
  background-image: url('../img/bg-header.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 6rem 2rem ;  
}
#jaune{
  display: none;
}
.container-header span{
  font-family: var(--font-obviously-narrow);
  font-weight: var(--weight-bold);
}
.container-header p{
  font-size: 2.2rem;
  gap: 1rem;
}

/* LOGO AREAD */
#hp{
  grid-column: 1; 
  grid-row: 1; 
}
.logo { 
  display: flex;
  justify-content: flex-start;
}
.catchphrase { 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* height: fit-content; */

}
.catchphrase p{
  /* margin-left: 2.5rem; */
  font-family: var(--font-obviously-narrow);
}
/* DATES */
.dates{
  grid-column: 2; 
  grid-row: 1; 
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;

}
.dates p{
  font-size: 5.3em;
}
.date2{
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: -5rem;
  /* height: fit-content; */
  /* margin-top: 1rem; */
}
.date1 p{
  font-size: 7rem;
  font-family: var(--font-obviously-narrow);
}
.date2 p{
  font-size: 5rem;
  font-family: var(--font-obviously-narrow);
  display: flex;
  align-items: flex-start;
}
/* INFOS */
.info1 { 
  grid-column: 2; 
  grid-row: 4; 
  gap: 10px; 
  display: flex;
  align-items: center;
  height: fit-content;
  padding: .5rem;
  justify-content: end;
  /* margin-top: 2rem; */
}
.info1 div{
  font-size: 2rem;
  width: fit-content;
  padding: 1rem;
  font-family: var(--font-obviously-medium);
  width: fit-content;
  border: 2px solid white;
}

.info1 div p{
  font-size: 1em;
}
.info2 { 
  grid-column: 2; 
  grid-row: 5; 
  display: flex; 
  justify-content: end;
  gap: 10px; 
}
.info2 p{
  font-size: 1.7rem;
  font-family: var(--font-obviously-medium);
}
.items { 
  grid-column: 2; 
  grid-row: 6; 
  display: flex; 
  justify-content: end;
  gap: 1rem;
  align-items: center;
}
.items div{
  display: flex;
  flex-direction: column;
      /* gap: 3.5rem; */
}
.items span{
  font-size: 5rem;
  font-family: var(--font-obviously-bold);
}
.items p{
  font-size: 3rem;
}
#baton{
  width: 15px;
  height: 120px;
  background-color: white;
}
/* SAVE THE DATE */
.std { 
  grid-column: 1; 
  grid-row: 6; 
  background-color: rgba(255, 255, 255, 0.254);
  border-radius: 100px;
  text-align: center;
  width: fit-content;
  color: white;
  margin-left: .5rem;
  padding: 3em;
}
.std p{
  font-size: 2.5rem;
  font-family: var(--font-obviously-bold);
  font-weight: var(--weight-bold);
}
#billeterie{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#billeterie a{
  border-radius: 60px;
}

