html {
  scroll-behavior: smooth; }

.large-10 {
  width: 95%; }

.large-9 {
  width: 95%; }

.large-8 {
  width: 75%; }

.large-7 {
  width: 65%; }

.large-6 {
  width: 55%; }

.large-5 {
  width: 45%; }

.large-4 {
  width: 45%; }

.large-3 {
  width: 25%; }

.medium-centered {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important; }

.displayNone {
  display: none !important; }

.invisible {
  visibility: hidden; }

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.radius5 {
  border-radius: 5px; }

.centerimg {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px; }

.sepaimg {
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 32px;
  max-width: 100px !important; }

img {
  width: 100%; }

.breakword {
  word-break: break-all; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.title-block h2 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

/*****FIN BASE*****/
/*****TAILLE IMG DEBUT*****/
.img100 {
  max-width: 100px !important; }

.img200 {
  max-width: 200px !important; }

.img300 {
  max-width: 300px !important; }

.img400 {
  max-width: 400px !important; }

.img500 {
  max-width: 500px !important; }

.img600 {
  max-width: 600px !important; }

.img600 {
  max-width: 600px !important; }

.img700 {
  max-width: 700px !important; }

.img800 {
  max-width: 800px !important; }

.img900 {
  max-width: 900px !important; }

.img1000 {
  max-width: 1000px !important; }

/*****TAILLE IMG FIN*****/
/*****DEBUT COULEURS*****/
h2 {
  color: var(--titres); }

h1 {
  color: var(--titres); }

.conditions {
  background-color: var(--conditions); }

.checklist li::before {
  color: green; }

#subtitle {
  color: var(--subtitle); }

#title {
  color: var(--title); }

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

.giftbloc {
  background-color: var(--giftbloc); }

.headerBloc {
  background-color: var(--header); }

/*****FIN COULEURS*****/
/*****DEBUT HEADER*****/
.headerBloc {
  background-color: var(--header);
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 20px;
  max-width: 100% !important; }

.headerBloc h1 {
  color: var(--titreheader);
  font-size: 4rem;
  font-weight: 700;
  margin-top: 0px; }

/*****FIN HEADER*****/
/*****DEBUT FRONTBLOC*****/
#subtitle {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 800;
  text-align: center;
  margin-top: 45px; }

#title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 35px;
  color: black; }

#frontIMG {
  display: block;
  margin: auto;
  margin-bottom: 32px;
  max-width: var(--sizefrontIMG); }

/*****FIN FRONTBLOC*****/
/*****DEBUT MISE EN FORME TEXTE*****/
h1 {
  font-size: 2.5rem !important; }

h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 45px; }

body p {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: justify;
  font-weight: 400; }

.card-body p {
  font-size: 1.1em; }

body li {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: justify !important;
  font-weight: 400; }

.card-body li {
  font-size: 1.1em; }

body ul {
  margin-bottom: 32px !important; }

.sources h4 {
  font-size: 18px;
  text-align: left; }

.sources p {
  font-size: 12px;
  text-align: left;
  line-break: anywhere; }

.sources hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid grey; }

/*****FIN MISE EN FORME TEXTE*****/
/*****DEBUT GIFTBLOC*****/
.giftbloc {
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  margin-bottom: 30px; }

.giftbloc h1 {
  font-size: 2em !important;
  text-align: Center;
  font-weight: 600; }

.titlegift {
  font-weight: 600;
  font-size: 25px;
  text-align: left; }

body .giftbloc li {
  text-align: left !important; }

.blocimggift {
  max-width: 1200px;
  margin: auto; }

.giftimg {
  max-width: 300px; }

/*****DEBUT CHECKBLOC*****/
.checkbloc {
  background-color: #E6E4E4;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.checkbloc ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.1em;
  text-align: left;
  font-weight: 400; }

.checkbloc ul li:before {
  color: var(--checkmarkcheckbloc); }

.checkbloc ul li:before {
  display: inline-block;
  font-family: 'rasch-font';
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  speak: none !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  text-transform: none;
  content: "✔";
  font-size: 2em;
  left: 0;
  margin-top: 4px;
  margin-right: 15px;
  position: absolute; }

.giftbloc ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
  width: 100%; }

.giftbloc ol li {
  counter-increment: my-awesome-counter; }

.giftbloc ol li::before {
  content: counter(my-awesome-counter) ".";
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
  float: left;
  margin-right: 30px;
  color: var(--giftblocOlColor); }

/*****FIN CHECKBLOC*****/
.choicesrow {
  margin-top: 40px !important; }

/*****DEBUT CONDITIONS*****/
.conditions h5 {
  font-size: 1rem; }

.conditions h2 {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 28px;
  text-align: left;
  color: black; }

.conditions .btn-link {
  color: black; }

.conditions .btn-link:hover {
  color: black;
  text-decoration: underline; }

.conditions {
  border: 4px dashed rgba(0, 0, 0, 0.1);
  background-color: #E8E7E7; }

.conditions {
  max-width: 900px;
  margin: auto;
  padding: 15px; }

/*****FIN CONDITIONS*****/
/*****DEBUT CHOICES*****/
.checkmark ul li:before {
  color: var(--checkmarkchoice); }

.checkmark ul li:before {
  display: inline-block;
  font-family: 'rasch-font' !important;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  text-transform: none;
  content: "✔";
  font-size: 2rem;
  left: 0;
  margin-top: 4px;
  margin-right: 15px;
  float: left; }

.checkmark ul li {
  list-style: none;
  margin-top: 10px !important;
  font-size: 1.3rem;
  margin-bottom: 1em;
  line-height: 1.1em;
  text-align: left !important;
  font-weight: 400; }

.recapchoicepapier .offer-benefits ul li:before {
  color: var(--checkmarkchoice); }

.recapchoicepapier .offer-benefits ul li:before {
  display: inline-block;
  font-family: 'rasch-font' !important;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  text-transform: none;
  content: "✔";
  font-size: 2rem;
  left: 0;
  margin-top: 4px;
  margin-right: 15px;
  float: left; }

.offer-benefits ul li {
  list-style: none;
  margin-top: 10px !important;
  font-size: 1.1rem;
  margin-bottom: 1em;
  line-height: 1.1em;
  text-align: left !important;
  font-weight: 400; }

.recapchoicepapier {
  border: 2px gold solid;
  height: 185px; }

.choix {
  width: 100% !important;
  text-align: center;
  margin: 10px auto;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 0px !important; }

.choix:hover {
  transform: scale(1.05); }

.choix_head {
  font-size: 16px !important;
  font-weight: bold;
  padding: 20px;
  background-color: #ccc;
  border-radius: 0px !important; }

.choix_name {
  color: var(--headerchoicename);
  font-weight: 600; }

.on {
  transform: scale(1.1) !important;
  transition: 0.3s ease;
  border: 2px solid var(--headerchoice);
  box-shadow: 1px 3px 16px -1px #000;
  background-color: white; }

.on .choix_head {
  background-color: var(--headerchoice); }

.on .offer_body {
  filter: none; }

.offer-body {
  padding: 20px !important;
  filter: grayscale(100%); }

.on .offer-body {
  filter: none; }

.offer-body .offer-benefits ul li {
  list-style: none;
  font-size: 1.3em;
  margin-bottom: 1em;
  line-height: 1.1em;
  text-align: left !important;
  font-weight: 400; }

.offer-body .offer-benefits ul {
  padding-left: 0px !important; }

.price {
  font-weight: bold;
  font-size: 45px; }

.choix_head .btn {
  color: white !important;
  background-color: var(--headerbtn);
  transition: 0.3s ease; }

.on .choix_head .btn {
  color: grey;
  background-color: lightgrey;
  transform: scale(0.6);
  transition: 0.3s ease;
  opacity: 90%; }

.offer-benefits {
  margin-top: 25px !important; }

.choix_head > .btn {
  transform: translateY(calc(50% + 10px));
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
  padding: 12px 16px; }

.offer-body .offer-benefits ul li:before {
  color: var(--couleur2); }

.offer-body .offer-benefits ul li:before {
  display: inline-block;
  font-family: 'rasch-font' !important;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  text-transform: none;
  content: "✔";
  font-size: 1.6em;
  left: 0;
  margin-top: 4px;
  margin-right: 15px;
  float: left; }

.on .choix_head .btn::after {
  content: 'Sélectionné'; }

.on .choix_head .btn strong {
  display: none !important; }

/*****FIN CHOICES*****/
/*****DEBUT FORMULAIRE*****/
input[type=text], input[type=email] {
  margin-bottom: 0px !important; }

/*****FIN FORMULAIRE*****/
/*****DEBUT ANIMATION*****/
.fade-in {
  animation: fadeIn ease 3s infinite;
  -webkit-animation: fadeIn ease 3s infinite;
  -moz-animation: fadeIn ease 3s infinite;
  -o-animation: fadeIn ease 3s infinite;
  -ms-animation: fadeIn ease 3s infinite; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*****FIN ANIMATION*****/
/*****DEBUT TIMER DQ*****/
#textTimer {
  text-align: center;
  background-color: #DF6171;
  color: white;
  top: 0;
  position: fixed;
  width: 100%;
  font-size: 16px;
  z-index: 1; }

#webinaireTimer {
  text-align: center;
  background-color: #DF6171;
  color: white;
  width: 100%;
  font-size: 16px;
  z-index: 1; }

/*****FIN TIMER DQ*****/
/*****DEBUT RESPONSIVE*****/
@media screen and (max-width: 770px) {
  .large-3 {
    width: 100%; }
  .large-4 {
    width: 100%; }
  .large-5 {
    width: 100%; }
  .large-6 {
    width: 100%; }
  .large-7 {
    width: 100%; }
  .large-8 {
    width: 100%; }
  .large-9 {
    width: 100%; }
  .large-10 {
    width: 100%; }
  .choix {
    margin-top: 40px !important; }
  .offer-body {
    display: none; }
  .accordion {
    width: 100% !important; } }

/*****2C et BDC *****/
.btn.bouton1c {
  font-size: 24px;
  white-space: normal;
  text-align: center;
  max-width: 650px;
  width: 70%;
  margin: 30px auto;
  padding: 20px 50px;
  background-color: #4169e1 !important;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block; }

.btn.bouton1c p {
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 24px;
  white-space: normal;
  text-align: center;
  font-weight: bold; }

.btn.bouton1c:hover, .btn.boutons1c:focus {
  background-color: #6485E8 !important;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); }

.termsform {
  font-size: 20px;
  display: block;
  margin: auto;
  margin-top: auto;
  background: rgba(65, 105, 225, 0.1) !important;
  padding: 6px 10px 0px 10px;
  padding: 30px !important;
  margin-top: 30px !important;
  width: max-content; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: inherit !important;
  margin-right: 20px;
  /* object-fit: scale-down; */
  transform: scale(1.5); }

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.radius-5 {
  border-radius: 5px;
  overflow: hidden; }

.discCard {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  position: relative;
  margin: 10px; }

.discCardImg {
  width: 100%;
  height: 50%;
  padding: 2%; }

.discCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px; }

.discCardText {
  height: 50%;
  margin: 10px;
  margin-top: 0px;
  padding: 20px;
  display: flex;
  align-items: center; }

#reinsurance {
  margin-top: 20px;
  background-color: var(--header);
  color: white; }

.max-1200 {
  max-width: 1200px;
  display: block;
  margin: auto; }

.font-weight-bold {
  font-weight: 700 !important;
  font-size: 2em; }

.collapse.in {
  display: block !important; }

.resp-flexbox-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.mobile-only {
  display: none; }

@media screen and (max-width: 770px) {
  .resp-flexbox-row {
    flex-direction: column; }
  .resp-flexbox-row .giftimg {
    max-width: 90% !important; }
  .mobile-only {
    display: block; } }
