/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sree+Krushnadevaraya&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --color-highlight: #0E6001;
  --bg-dark: #0E6001;
  --bg-light-grey: #E7EFE6;
  --color-1: #0E6001;
  --color-2: #B1E432;
  --color-3: #D1F5BE;
  --color-4: #E7EFE6;
  --color-other: #DBA100;
}
.font-main {
  font-family: "Open Sans", sans-serif;
}
.font-secondary {
  /*font-family: "Sree Krushnadevaraya", serif;*/
  font-family: "Dosis", sans-serif;
}
.font-s3 {
  font-size: 3em !important;
}
.font-s1p6 {
  font-size: 1.6em !important;
}
/*
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px
*/
body, html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #153a5e;
  background-color: #ffffff;
  color:#000;
}
* {
  outline: none;
}
a {
  color: var(--color-highlight);
}
table {
  width: 100%;
}
table tr td {
  vertical-align: top;
}
hr {

  opacity: 1;
}

.bg-papier {
  background-image: url("src/img/bg-papier.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-blanc {
  background-color: rgba(255,255,255);
}
.bg-blanc-50p {
  background-color: rgba(255,255,255,0.5);
}
/* BANDEAU TOP */
#bandeau-top {
  background-color: #ffffff;
  color: #000;
  /*letter-spacing: 0.25em;*/
  font-size: 0.9em;
  font-weight: 400;
}
/* /BANDEAU TOP */

/* LOGO TOP */
#logo-top {
  /*width: 100px !important;*/
}
@media (max-width: 768px) {
  #logo-top {
    margin-bottom:10px;
  }
}
/* /LOGO TOP */

/* MENU */
.bg-nav {
  background: var(--color-1);
}
.navbar {
  --bs-navbar-padding-y: 0px;
}
.nav-link {
  --bs-nav-link-padding-y: 0rem;
  font-weight:700;
  color:#ffffff;
}
.nav-link.active {
  color:#fff !important;
}
.nav-link:hover {
  color: var(--color-3) !important;
}
.navbar li {
  margin-left : 0.5em;
  margin-right : 0.5em;
}
.navbar li:first-child {
  margin-left : 0em;
}
.navbar li:last-child {
  margin-right : 0em;
}
/* /MENU */

@media (max-width: 540px) {
  body, html {
    font-size: 14px !important;
  }
}

/* CTA */
.cta {
  color:#ffffff;
  background-color: var(--color-1);
  text-decoration: none;
  padding:5px 10px;
  font-weight: 700;
  font-size:1.5em;
}
.cta:hover {
  color: var(--color-1);
  background-color: var(--color-3);
}
.cta-clair {
  color: var(--color-1);
  background-color: var(--color-2);
  text-decoration: none;
  padding:5px 10px;
  font-weight: 700;
  font-size:1.5em;
}
.cta:hover {
  color: var(--color-1);
  background-color: var(--color-3);
}
.cta-other {
  color: #ffffff;
  background-color: var(--color-other);
  text-decoration: none;
  padding:5px 10px;
  font-weight: 700;
  font-size:1.5em;
}
.cta-other:hover {
  background-color: #000000;
}
/* /CTA */

/* VIDEO HOME */
header {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /*width: 100%;*/
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
header .align-contenu {
  /*margin-bottom:5em;*/
}
header .cta-clair {
  font-size:1.4em;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

.bg-video {
  background: url('src/img/bg-visuel.svg') #ffffff no-repeat center center scroll;
  background-size: cover;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://cdn.jwplayer.com/thumbs/xxeqwjA8-1920.jpg') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    background: url('src/img/bg-video-mobile.jpg') no-repeat center center;
    background-size: cover;
  }

  header video {
    display: none;
  }
}
/* /VIDEO HOME */

.top-titre {
  /*height: 30vh;*/
  padding-top:40px;
  padding-bottom:40px;
}
.top-titre h1{
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight:400;
  font-size:5em;
  line-height:1em;
}
@media (max-width: 768px) {
  .top-titre h1{
    font-size:4em;
  }
}
.top-titre .picto {
  width: 50px;
}
#index .top-titre {
  background-image: url("src/img/bg-index.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#carte .top-titre {
  background-image: url("src/img/bg-carte.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#points .top-titre {
  background-image: url("src/img/bg-points.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#reglement .top-titre {
  background-image: url("src/img/bg-reglement.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#offre .top-titre {
  background-image: url("src/img/bg-index.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.color-other {
  color: var( --color-other);
}

.highlight {
  color: var(--color-highlight);
}
.highlight-light {
  color: var(--color-2);
}
.accroche h2 {
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size:3em;
  padding-bottom:25px;
}
.article h2 {
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size:1.8em;
  padding-bottom:25px;
}

.article p {
  font-size:1.2em;
  line-height: 1.2em;
}

.article ul li {
  font-size:1.6em;
  line-height: 1.2em;
  padding-bottom:5px;
}
.bloc-point {
  background-color: var(--bg-dark);
  background-image: url("src/img/bg-toque.svg");
  background-repeat: no-repeat;
  background-position: right 70%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size:2.9em;
  line-height:1.3em;
}
@media (max-width: 768px) {
  .bloc-point {
    background-image: none;
  }
}
.bloc-point .mentions {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.bloc-point a {
  font-size:28px;
}
.bloc-anniversaire h2 {
  color: var(--color-other);
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size:2.9em;
  line-height:1.3em;
}
.img-carte-silver {
  /*max-width:500px;*/
}

.bloc-hotlines {
  background-color: var(--bg-dark);
  background-image: url("src/img/bg-toque.svg");
  background-repeat: no-repeat;
  background-position: right 115%;
  color: #fff;
}
.bloc-hotlines h2 {
  font-family: "Open Sans", sans-serif;
  font-weight:600;
  font-size:2.9em;
  padding-bottom:25px;
}
.bloc-hotlines p {

  font-size:1.6em;
  line-height: 1.2em;
}
.bloc-hotlines .border-right-bottom {
  border-right:1px solid #fff;
}
@media (max-width: 768px) {
  .bloc-hotlines .border-right-bottom {
    border-bottom:1px solid #fff;
    border-right:0px;
  }
}

/* OFFRE DU CHEF */
.bloc-france {
  background-color: var(--bg-dark);
  background-image: url("src/img/bg-toque.svg");
  background-repeat: no-repeat;
  background-position: right 105%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  font-size:2.9em;
  line-height:1.3em;
}
@media (max-width: 768px) {
  .bloc-france {
    background-image: none;
  }
}
.bloc-france a {
  font-size:28px;
}
/* /OFFRE DU CHEF */

/* CARTE ETAPES */
.col-etape {
  display: inline-block;
  margin-left: 4px;
}
.col-etape:first-child {
  margin-left: 0px;
}
.etape-mastercard {
  border: 1px solid #000;
  font-size:1.1em;  
  background: url('src/img/bg-visuel.svg') #ffffff no-repeat center center scroll;
  background-size: 1000px;
}
.num {
  font-family: "Open Sans", sans-serif;
  color: var(--color-highlight);
  font-size: 3em;
  font-weight: 700;
  display: inline-block;
  line-height: 0.7em;
}
/* /CARTE ETAPES */

/* REGLEMENT */
.reglement h2 {
  font-family: "Open Sans", sans-serif;
  font-weight:600;
  font-size:2.9em;
}

.reglement p {
  font-size:1.4em;
  line-height: 1.2em;
  padding-bottom:30px;
  text-align: justify;
}
.reglement.mentions p {
  font-style: italic;
}
.reglement a.cta {
  font-size:1.2em;
}
/* /REGLEMENT */

/* TABLEAU DES POINTS */
#points table {
  font-size: 1.6em;
}
#points table thead tr {
  padding-left:0.25em;
  padding-right:0.25em;
}
#points table thead tr th {
  font-family: "Open Sans", sans-serif;
  font-weight:700;
  padding-bottom:25px;
  padding-left:0.5em;
  padding-right:0.5em;
}
#points table tbody tr td {
  padding-bottom:10px;
  padding-left:0.5em;
  padding-right:0.5em;
}
#points table tbody tr:last-child td {
  padding-bottom:0px;
}
/* encadré partie bonus */
#points table.bonus {
  background: url('src/img/bg-visuel.svg') #ffffff no-repeat center center scroll;
  background-size: cover;
}
#points table.bonus-bis {
  background: url('src/img/bg-visuel-gold.svg') #ffffff no-repeat top center scroll !important;
  background-size: cover;
}
#points table thead.bonus tr {
  border-top:2px solid #000;
  border-left:2px solid #000;
  border-right:2px solid #000;
}
#points table tbody.bonus tr {
  border-left:2px solid #000;
  border-right:2px solid #000;
}
#points table tfoot.bonus tr {
  border-left:2px solid #000;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
}
#points table tbody tr td.separateur {
  padding-left:0em;
  padding-right:0em;
}
#points table tbody.bonus tr td.points {
  font-size:1.15em;
}
/* /encadré partie bonus */
#points .mentions p {
  font-size:1.1em;
  line-height: 1.2em;
  font-style: italic;
}
#points .bloc-point {
  line-height: 1.2em;
  padding-bottom:20px;
}
#points .bloc-point p {

  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
}
#points .bloc-point .tableau {

  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  border:1px solid #fff;
}
/* /TABLEAU DES POINTS */

/* FOOTER */
.footer {
  background: var(--bg-light-grey);
  /*margin-top: 30px;*/
  margin-bottom: 0px;
  padding: 0px;
}
/* /FOOTER */

/* POPUP */
.modal-content {
  font-family: "Open Sans", sans-serif;
  /*background-image: url("src/img/bg-papier.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  font-size: 1.2em;
  border: 2px solid var(--color-highlight); 
  background-color: var(--color-4); 
  padding:20px 0px;
  border-radius:0px;
}
.modal-content a {  

  margin:0 auto; 
  font-size:1.1em;
  /*background-color: var(--color-highlight); 
  border:0px; 
  padding:10px 30px; 
  font-size:1.1em; 
  color:#fff; 
  font-weight:700;*/
}
.modal-content a:hover {
  cursor: pointer;
}  
.modal-content .text-points {
  font-size:1.5em; 
  font-weight:600; 
  padding-bottom:10px; 
  text-align:center;
}
.modal-content .text-liste {

  font-size:1.1em;
}
/* /POPUP */
