@charset "UTF-8";
/**
 * TemplateName: Standard TimeOne (TOG) LMT
 *
 * @version: Mise à jour le 10/2022
 */
@font-face {
  font-family: "AllianzNeo-Regular";
  src: url("../fonts/AllianzNeo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "AllianzNeo-SemiBold";
  src: url("../fonts/AllianzNeo-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "AllianzNeo-Bold";
  src: url("../fonts/AllianzNeo-Bold.ttf") format("truetype");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: auto;
  font-family: "AllianzNeo-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  background-color: #FFFFFF;
}

a:link, a:visited {
  color: #000000;
}
a:hover, a:active {
  color: #F68616;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}

h6, h5, h4, h3, h2, h1, p {
  font-family: "AllianzNeo-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #333333;
  margin-top: 0;
}
h6:last-child, h5:last-child, h4:last-child, h3:last-child, h2:last-child, h1:last-child, p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2.8rem;
  color: #23B9DA;
}

h2 {
  font-size: 2.4rem;
  color: #8BC53F;
}

h3 {
  font-size: 2.2rem;
  color: #333333;
}

h4 {
  font-size: 2rem;
  color: #333333;
}

h5 {
  font-size: 1.8rem;
  color: #333333;
}

h6 {
  font-size: 1.6rem;
  color: #333333;
}

ul li {
  color: #333333;
}

td {
  font-family: "AllianzNeo-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}

.globalFooter, .globalMain, .globalBandeau, .globalHeader, .global {
  width: 100%;
}

.footer, .main, .bandeau, .header {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .footer, .main, .bandeau, .header {
    margin: 0 auto !important;
    width: 740px;
  }
}
@media only screen and (max-width: 740px) {
  .footer, .main, .bandeau, .header {
    width: 100%;
  }
}

/**
 * GENERAL
 */
.good, .landing {
  background-color: #FFFFFF;
}

/**
 * LANDING PAGE
 */
/**
 * HEADER
 */
.globalHeader {
  background-color: #FFFFFF;
}

.header {
  padding: 20px;
}
.header__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__content .main_visual {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 740px) {
  .header__content .main_visual {
    margin: 0 auto;
    width: 94%;
  }
}
.header__content .main_visual_header {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
@media only screen and (max-width: 740px) {
  .header__content .main_visual_header {
    padding: 10px;
    flex-direction: column;
    height: 100%;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.3); */
    border-radius: 14px;
    width: 94%;
  }
}
.header__content .main_visual_header .main_visual_logo {
  width: 150px;
  height: auto;
}
.header__content .main_visual_header .main_visual_txt {
  font-size: 30px;
  color: #ffffff;
  font-family: "AllianzNeo-Bold", sans-serif;
  font-weight: bold;
}
.header--logo {
  background-color: red;
}
@media only screen and (max-width: 740px) {
  .header--logo {
    text-align: center;
  }
}
.header--accroche {
  background-color: blue;
}
.header--accroche--text {
  text-align: right;
  color: white;
}
@media only screen and (max-width: 740px) {
  .header--accroche--text {
    text-align: center;
  }
}

/**
 * BANDEAU
 */
.globalBandeau {
  background-color: grey;
}

.bandeau {
  width: 1200px;
  height: 240px;
  background-color: springgreen;
}
@media only screen and (max-width: 1200px) {
  .bandeau {
    width: 640px;
    height: 240px;
  }
}
@media only screen and (max-width: 740px) {
  .bandeau {
    width: 300px;
    height: 300px;
  }
}
.bandeau img {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1201px) {
  .bandeau {
    background: url("../visuals/defaut/1200x240_light.jpg") no-repeat top center;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .bandeau {
    background: url("../visuals/defaut/640x240_dark.jpg") no-repeat top center;
  }
}
@media only screen and (max-width: 740px) {
  .bandeau {
    background: url("../visuals/defaut/300x300_light.jpg") no-repeat top center;
  }
}

/**
 * MAIN
 */
.globalMain {
  padding: 20px 0;
}
.globalMain__details {
  padding: 10px 0;
  background-color: cyan;
}

.main {
  background-color: #FFFFFF;
}
.main--content {
  width: 730px;
}
@media only screen and (max-width: 1200px) {
  .main--content {
    width: 100%;
  }
}
.main--content .bloc_1 {
  padding: 20px;
  min-height: 129px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main--content .bloc_1 p {
  color: #007AB3;
  font-family: "AllianzNeo-Bold", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.main--content .bloc_2 {
  padding-bottom: 20px;
}
.main--content .bloc_2 .bloc_2_titre {
  min-height: 134px;
  background-color: #007AB3;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 740px) {
  .main--content .bloc_2 .bloc_2_titre {
    min-height: 188px;
  }
}
.main--content .bloc_2 .bloc_2_titre p {
  font-size: 26px;
  color: #ffffff;
  font-family: "AllianzNeo-SemiBold", sans-serif;
}
.main--content .bloc_2 .bloc_2_content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: -85px;
}
.main--content .bloc_2 .bloc_2_content .bloc_2_content_element {
  width: 243px;
  padding: 20px;
  text-align: center;
}
.main--content .bloc_2 .bloc_2_content .bloc_2_content_element img {
  margin-bottom: 10px;
}
.main--content .bloc_2 .bloc_2_content .bloc_2_content_element p {
  font-size: 16px;
}
.main--content .bloc_2 .bloc_2_content .bloc_2_content_element .title {
  font-size: 24px;
  color: #007AB3;
  font-family: "AllianzNeo-SemiBold", sans-serif;
}
.main--form {
  width: 450px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border: 2px solid #007AB3;
  border-radius: 14px;
}
@media only screen and (max-width: 1200px) {
  .main--form {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .main--form {
    margin: 0 auto;
    width: 98%;
  }
}
.main--form--heading {
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .main--form--heading {
    padding: 20px;
  }
}
.main--form--heading--title {
  margin-bottom: 1rem;
  text-align: center;
  color: #016192;
}
.main--form--heading--text {
  text-align: center;
  color: #016192;
}
.main--form--content {
  padding: 10px 20px 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .main--form--content {
    padding: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .main--form--content {
    padding: 10px;
  }
}
.main__details {
  background-color: transparent;
}
.main__details .list-items__item {
  text-align: center;
}

/**
 * FOOTER
 */
.globalFooter {
  padding: 20px 0;
}

.footer {
  padding: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding: 0 5px;
  }
}
.footer .title_avant_footer {
  background-color: #007AB3;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.footer .title_avant_footer p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "AllianzNeo-Bold", sans-serif;
}
.footer--mentions {
  font-size: 12px;
  color: #9B9B9B;
}
.footer--mentions a {
  color: #333333;
}
.footer--mentions a:hover, .footer--mentions a:focus {
  color: black;
}
.footer--copyright {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #222222;
  text-align: right;
  font-weight: bold;
}
.footer--copyright a {
  color: #333333;
}
.footer--copyright a:hover, .footer--copyright a:focus {
  color: black;
}

/**
 * STYLE DU POP-UP ERREUR
 */
#erreurdiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 7;
}
@media only screen and (max-width: 740px) {
  #erreurdiv {
    position: absolute !important;
    height: 200% !important;
  }
}

.popuperror {
  width: 400px;
  margin: auto;
  margin-top: 200px;
  background-color: #FFFADF;
  padding: 1px 15px 15px 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #000000;
}
@media only screen and (max-width: 1200px) {
  .popuperror {
    width: 280px;
    margin: auto;
    margin-top: 10px;
  }
}
.popuperror p.titre_erreur,
.popuperror ul.liste_erreur li,
.popuperror p.message_erreur {
  font-family: "AllianzNeo-Regular", Arial, Helvetica, sans-serif;
  color: #FF0000;
  text-align: left;
}
.popuperror ul.liste_erreur {
  margin-top: 6px;
  margin-bottom: 6px;
}
.popuperror ul.liste_erreur li {
  font-size: 13px;
  padding-bottom: 4px;
}
.popuperror p.titre_erreur {
  font-size: 14px;
  font-weight: bold;
}
.popuperror p.message_erreur {
  font-size: 13px;
  font-weight: bold;
}
.popuperror p.bt_close {
  margin-top: 12px;
  margin-bottom: 10px;
}

/**
 * PAGE GOOD
 */
/**
* "POPUP" DE LA PAGE GOOD
*/
.good .lp {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.good--bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 7;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.good--popup {
  width: 640px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 5px 10px #222222;
}
.good--popup .div_content {
  text-align: center;
  padding: 20px;
}
.good--popup .div_content .div_content_txt {
  padding-top: 20px;
}
.good--popup .div_content .div_content_txt p {
  margin-bottom: 5px;
  font-size: 14px;
}
.good--popup .div_content .div_content_txt .title {
  color: #016192;
  font-size: 24px;
  font-family: "AllianzNeo-Bold", sans-serif;
}
.good--popup .div_content .div_content_txt .small {
  color: #868686;
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  .good--popup {
    width: 80% !important;
    min-width: 300px;
  }
}
.good--heading {
  padding: 30px;
  background-color: #23B9DA;
}
.good--heading--title {
  color: #FFFFFF;
  font-size: 2.6rem;
}
.good--content {
  padding: 30px;
  background-color: #FFFFFF;
}
.good--content--subtitle {
  font-size: 1.8rem;
}
.good--content--text {
  font-size: 1.6rem;
}
.good--footer {
  padding: 30px;
  background-color: #D9DBE2;
}
.good--footer--title {
  font-size: 1.6rem;
  color: #666666;
}
.good--footer--contact--text {
  color: #333333;
}
.good--footer--socials--title {
  font-weight: bold;
}

/**
* EFFETS SUR LA LP
*/
.good.effet_flou .lp {
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}
.good.effet_flou .good--bg {
  background-color: rgba(255, 255, 255, 0.4);
}
.good.effet_sepia .lp {
  filter: sepia(100%);
}
.good.effet_sepia .good--bg {
  background: none !important;
}
.good.effet_nb .lp {
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.good.effet_nb .good--bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.good.effet_transparent .lp {
  filter: opacity(0.2);
}
.good.effet_transparent .good--bg {
  background: none !important;
}

.slide-custom {
  width: -moz-max-content;
  width: max-content;
}

.prev {
  margin-left: 10px !important;
}

.next {
  margin-left: -40px !important;
}

.list--icon {
  padding-left: 30px;
}
.list--icon li {
  color: #333333;
  font-size: 1.6rem;
  display: list-item;
  list-style-image: url("../visuals/lp_good/icons/ico_check_gray.png");
  padding-bottom: 12px;
}
.list--icon li:last-child {
  padding-bottom: 0;
}
.list--color {
  padding-left: 30px;
}
.list--color li {
  color: #23B9DA;
  font-size: 1.6rem;
}
.list--color li span {
  color: #333333;
  font-size: 1.6rem;
}
.list-items {
  padding-left: 0;
  margin: 0;
}
.list-items li.list-items__item {
  list-style-type: none;
}

.col--left {
  float: left;
}
.col--right {
  float: right;
}
.col--clear {
  clear: both;
}

.flex-align-center {
  display: flex;
  justify-content: center;
}
.flex-align-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-around {
  display: flex;
  justify-content: space-around;
}
.flex-align-evenly {
  display: flex;
  justify-content: space-evenly;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-align-start {
  align-items: flex-start;
}
@media only screen and (max-width: 740px) {
  .flex-align-start__mobile {
    align-items: flex-start !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-align-start__tablet {
    align-items: flex-start !important;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media only screen and (max-width: 740px) {
  .flex-align-end__mobile {
    align-items: flex-end !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-align-end__tablet {
    align-items: flex-end !important;
  }
}
.flex-align-center {
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .flex-align-center__mobile {
    align-items: center !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-align-center__tablet {
    align-items: center !important;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media only screen and (max-width: 740px) {
  .flex-align-stretch__mobile {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-align-stretch__tablet {
    align-items: stretch !important;
  }
}
.flex-dir-row {
  flex-direction: row;
}
@media only screen and (max-width: 740px) {
  .flex-dir-row__mobile {
    flex-direction: row !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-dir-row__tablet {
    flex-direction: row !important;
  }
}
.flex-dir-column {
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .flex-dir-column__mobile {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .flex-dir-column__tablet {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-dir-column__tablet-mobile {
    flex-direction: column !important;
  }
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-20 {
  gap: 20px;
}

.show {
  display: block;
}
@media only screen and (max-width: 740px) {
  .show-mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .show-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-desktop {
    display: block !important;
  }
}

.hide {
  display: none;
}
@media only screen and (max-width: 740px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1200px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-desktop {
    display: none !important;
  }
}

.lp .main{
  justify-content: center;
}