﻿/* File Created: juillet 31, 2014 */
/*Default Color*/
/* Consigne Eleonora*/
/*@cLurssenBG: #d8eeeb;*/
/*@cLurssenYellow: #feb534;
@cLurssenYellowHover:  darken(@cLurssenYellow, 6.5%);
@cLurssenYellowBorder: darken(@cLurssenYellow, 13%);


@cLurssenOrange: #feb534;
@cLurssenOrangeHover: darken(@cLurssenOrange, 6.5%);
@cLurssenOrangeBorder: darken(@cLurssenOrange, 13%);

@cLurssenMarroon: #874022;
@cLurssenMarroonHover: darken(@cLurssenMarroon, 6.5%);
@cLurssenMarroonBorder: darken(@cLurssenMarroon, 13%);

@cLurssenMarroonDark: #542c09;
@cLurssenMarroonDarkHover: darken(@cLurssenMarroonDark, 6.5%);
@cLurssenMarroonDarkBorder: darken(@cLurssenMarroonDark, 13%);

@cLurssenPink: @cPink;
@cLurssenPinkHover: darken(@cLurssenMarroonDark, 6.5%);
@cLurssenPinkBorder: darken(@cLurssenMarroonDark, 13%);*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/*Elsie Regular*/
@font-face {
  font-family: 'elsieregular';
  src: url('../fonts/elsie-regular-webfont.eot');
  src: url('../fonts/elsie-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/elsie-regular-webfont.woff2') format('woff2'), url('../fonts/elsie-regular-webfont.woff') format('woff'), url('../fonts/elsie-regular-webfont.ttf') format('truetype'), url('../fonts/elsie-regular-webfont.svg#elsieregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Stempel Garamond Roman*/
@font-face {
  font-family: 'StempelGaramond-Roman';
  src: url('../fonts/StempelGaramondRoman.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/StempelGaramondRoman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/StempelGaramondRoman.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/StempelGaramondRoman.woff') format('woff'), /* Modern Browsers */ url('../fonts/StempelGaramondRoman.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/StempelGaramondRoman.svg') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #002348;
  font-family: 'Lato';
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.5px;
}
html > p,
body > p,
html label,
body label,
html control-label,
body control-label {
  font-size: 14px;
}
body {
  background-image: url('images/2025/Bg_Website.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contentscroll {
  height: 100vh;
  overflow: auto;
  padding: 0 0 40px 0;
}
h1,
h2,
h3,
h4 {
  color: #fff;
  font-family: 'Lato';
  font-weight: normal;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: orange;
}
.marginTB {
  margin-bottom: 1em;
  margin-top: 1em;
}
/* DisplayError & Alerte */
.alert {
  font-family: 'Lato';
  font-size: 18px;
  color: white;
}
.Alert {
  color: rgba(241, 48, 83, 0.8);
}
.text-size-14 {
  font-size: 14px;
}
.text-size-16 {
  font-size: 16px;
}
.box {
  background-color: #0f0f43b3;
  border-radius: 20px;
  padding: 10px;
}
.form-control[disabled].rbtnList {
  background-color: transparent;
}
header .header-img img {
  width: 100%;
}
header .header-img div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
header .header-img div h1 {
  padding: 0;
  margin-top: 10.5px;
}
/* override bootstrap */
.btn {
  font-family: 'Lato';
  /*border-radius: 4px;*/
}
.btn.btn-primary {
  background-color: #ff2b6b;
  color: #fff;
  border-color: #ff2b6b;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #ff0a54;
  color: #fff;
  border-color: #ff0a54;
}
.rbtnList {
  line-height: 1;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.rbtnList label {
  color: #fff;
  line-height: 1;
  padding-left: 0.5em;
  padding-right: 1em;
  vertical-align: middle;
}
.form-horizontal .form-control,
.form-inline .form-control {
  /*border-radius: 4px;*/
  color: #333;
}
.form-horizontal .control-label,
.form-inline .control-label {
  font-size: 14px;
}
/* Text Color */
.text-lurssen-default {
  color: #fff;
}
.text-lurssen-primary {
  color: gold;
}
.text-lurssen-secondary {
  color: #fff;
}
@media (max-width: 768px) {
  h1,
  h2 {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
}
.alert-danger {
  background-color: rgba(241, 48, 83, 0.8);
  border-color: #d10e31;
  border-radius: 10px;
}
.overlay {
  position: fixed;
  background-color: rgba(130, 130, 130, 0.9);
  -webkit-box-shadow: 0px 0px 42px -2px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 0px 0px 42px -2px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 0px 42px -2px rgba(0, 0, 0, 0.69);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
}
.overlay .overlay-box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  z-index: 1000;
  padding: 15px;
}
.overlay .overlay-box .overlay-box-header {
  padding-bottom: 10px;
}
.overlay .overlay-box .overlay-box-body {
  height: 300px;
  overflow: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}
.overlay .overlay-box .overlay-box-body,
.overlay .overlay-box .overlay-box-header {
  border-bottom: 1px solid #ddd;
}
.overlay .overlay-box .overlay-box-footer {
  padding-top: 10px;
}
#privacy-policy-content {
  text-align: left;
  color: #000;
}
#privacy-policy-content h3,
#privacy-policy-content h4,
#privacy-policy-content h5,
#privacy-policy-content h6 {
  font-family: "Lato";
}
#privacy-policy-content h3 {
  text-align: center;
  color: #000;
  margin-top: 10px;
}
#privacy-policy-content p {
  color: #262626;
}
#privacy-policy-content button[disabled] {
  cursor: not-allowed;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .overlay .overlay-box {
    width: 80%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .overlay .overlay-box {
    width: 70%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .overlay .overlay-box {
    width: 50%;
  }
}