/*********************************
              2021
*********************************/
/* Fonts */
@font-face {
  font-family: 'LibreFranklin';
  src: url('/public/itinerairegagnant/fonts/LibreFranklin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('/public/itinerairegagnant/fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('/public/itinerairegagnant/fonts/LibreFranklin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Colors */
/*********************************
              2018
*********************************/
body {
  background-color: var(--primary-color);
}
header {
  background-image: url('/public/itinerairegagnant/img/banner_2025.jpg');
  background-size: cover;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Colors */
/* Fonts */
/* Mixins */
.red {
  color: #d81e24;
}
/*********************************
              2017
*********************************/
/* Fonts */
/* Breakpoints */
/* Colors */
/* transition */
/* General styles */
html {
  -ms-overflow-style: scrollbar;
}
.text-danger {
  color: #e96e21;
}
input::-ms-clear {
  display: none;
}
a:focus {
  outline: none;
}
/* Mixins */
.no_radius {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.loader {
  cursor: wait;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050;
}
.loader::before {
  animation: 1s infinite both linear turn;
  border: 5px solid transparent;
  border-radius: 100%;
  border-bottom-color: #555;
  border-right-color: #555;
  border-top-color: #555;
  content: '';
  display: block;
  left: calc(50% - 100px);
  height: 100px;
  position: absolute;
  top: 33.3333%;
  width: 100px;
}
@keyframes drive {
  0% {
    transform: none;
  }
  49.5% {
    right: calc(100% - 100px);
    transform: none;
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
    right: 50px;
  }
}
@keyframes turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*********************************
              2016
*********************************/
/* Define font family */
/* Colors */
/* background color */
/* badge background color */
/* badge background color */
/* text badge color */
/* header top background color */
/* header top text color */
/* header bottom background color */
/* header bottom text color */
/* background footer color */
/* footer text color */
/* footer link separator color */
/* title color */
/* subtitle color */
/* subtitle light */
/* Other titles */
/* text general color */
/* breadcrumb */
/* background breadcrumb */
/* link hover color */
/* borders */
/* borders */
/* alert color */
/* selection background color */
/* selection text color */
/* modal background color */
/* modal tab background color */
/* modal tab hover background color */
/* modal tab text color */
/* modal tab hover text color */
/* facebook color */
/* twitter color */
/* linkedin color */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.top-buffer {
  margin-top: 20px;
}
.form-label {
  font-family: Lato, Sans-Serif;
  font-size: 14px;
  color: #807E7E;
}
.form-input {
  font-family: Lato, Sans-Serif;
  font-size: 14px;
  color: #807E7E;
  color: #262626;
}
.dropdown-arrow {
  width: 18px;
  height: 18px;
  border: 1px solid #d81e24;
  display: inline-block;
}
.uppertext {
  text-transform: uppercase;
}
.lowertext {
  text-transform: uppercase;
}
.row-underlined {
  border-bottom: 1px solid #d81e24;
}
.placeholder-text {
  z-index: 99;
}
.tmp {
  outline: 1px solid red;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.border_all {
  border: 1px solid green;
}
.border_none {
  border: 0;
}
.height-90 {
  height: 90px;
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.uppercase {
  text-transform: uppercase;
}
.style-modal .form-container {
  margin: 10px 40px;
}
.style-modal .form-container button {
  text-align: center;
}
.style-modal-info {
  text-align: left;
}
.style-modal-info .modal-content {
  background-color: #ffffff;
}
.style-modal-info .modal-content .modal-header {
  border: none;
}
.style-modal-info .modal-content .modal-header #valid-edit-account-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.style-modal-info .modal-content .modal-header .close span {
  font-size: 26px;
}
.style-modal-info .modal-content .modal-body {
  text-align: center;
}
.style-modal-info .modal-content .modal-body .title-confirm {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.style-modal-info .modal-content .modal-body .subtitle-confirm {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* @TODO: refactor */
body {
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
  background-color: var(--primary-color);
  background-image: none;
  background-repeat: no-repeat, repeat-y;
  background-position: top center, bottom center;
  background-size: 100% 15%, 100% 82%;
  min-height: 380px;
}
main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
header {
  height: 295px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #f49800;
  background-image: url(/public/itinerairegagnant/img/banner_2025.jpg);
  background-repeat: 50% -30px;
  background-position: 0 -62px;
  background-size: cover;
}
@media (max-width: 991px) {
  header {
    background-image: url(/public/itinerairegagnant/img/banner_2025.jpg);
  }
}
section {
  position: relative;
  top: 180px;
  width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 32px;
  background-color: #ffffff;
}
section h4 {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f49800;
}
section h2 {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f49800;
}
section hr {
  width: 78px;
  height: 2px;
  margin: 6px 0 14px 0;
  background-color: #f49800;
}
section p {
  color: #4C4C4C;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
section strong {
  font-size: 14px;
  color: var(--primary-color);
}
section .service-rappel {
  font-size: 18px;
  margin-bottom: 62px;
}
section .play_break-img {
  height: 200px;
}
section .phone_icon-img {
  height: 86px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section {
    width: auto;
  }
}
footer {
  max-width: 512px;
  margin: 200px 0 26px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
footer ul {
  display: flex;
  padding: 16px 0;
  list-style: none;
  border-bottom: 1px dashed var(--primary-color);
}
footer ul li {
  padding: 0 10px;
  text-align: center;
}
footer ul li a {
  color: inherit;
}
footer p {
  padding: 2px 0;
  font-size: 12px;
  line-height: 1.83;
  text-align: center;
}
