a {
  color: rgba(0, 121, 178, 1);
}
a:not(.btn):not(.btn-flat):not(.btn-floating):not(.btn-link):not(.btn-unstyled):not(.collection-item):not(.btn-red-white):hover {
  color: rgba(105, 188, 215, 1);
}
h1 {
  font-size: 3.5rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 2rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 1.7rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.4rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.3rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}
p,
blockquote {
  text-align: justify;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #69bcd7;
}
.blockquote-right {
  margin: 20px 0;
  padding-right: 1.5rem;
  border-right: 5px solid #69bcd7;
}
.blockquote-left {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #69bcd7;
}

.font-bigger {
  font-size: 1.2rem;
}

.text-italic {
  font-style: italic;
}

/* --------------- BOUTONS --------------- */
.btn {
  border-radius: 10px;
}
.btn:not(.blue):not(.red):not(.purple):not(.light-blue):not(.deep-purple):not(.pink):not(.grey) {
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.8),
    rgba(23, 145, 202, 0.8)
  );
  background-color: transparent;
}
.btn:not(.blue):not(.red):not(.purple):not(.light-blue):not(.deep-purple):not(.pink):not(.grey):hover {
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.75),
    rgba(23, 145, 202, 0.75)
  );
  background-color: transparent;
}
.btn:not(.blue):not(.red):not(.purple):not(.light-blue):not(.deep-purple):not(.pink):not(.grey):focus {
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 1),
    rgba(23, 145, 202, 1)
  );
  background-color: transparent;
}
.btn-link {
  padding: 0;
  color: #1791CA;
  background: transparent;
  border: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:visited,
.btn-link:target,
.btn-link:active {
  background: transparent;
  border: none;
  color: #69bcd7;
}
.btn-small {
  height: 30px;
  line-height: 30px;
  font-size: 0.8rem;
  padding: 0 1rem;
}
.btn-small i {
  font-size: 1.6rem;
}
.btn-floating.btn-small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.btn-floating.btn-small i {
  font-size: 1.2rem;
  line-height: 30px;
}
.btn-auto {
  height: auto;
}
.btn-unstyled {
  border: 0;
  background: none;
  min-height: 24px;
  height: auto;
}
.btn-unstyled:active,
.btn-unstyled:target,
.btn-unstyled:focus {
  background-color: transparent;
}
.btn-unstyled.with-text i {
  position: relative;
  top: 8px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-outline-blue {
  border: solid 2px rgba(105, 188, 215, 1);

  color: rgba(105, 188, 215, 1);
  background-color: transparent;
  background-image: none !important;
  height: auto;
  box-shadow: none;
}
.btn-outline-blue:hover,
.btn-outline-blue:active,
.btn-outline-blue:focus {
  background-color: rgba(52, 159, 164, 0.1);
  box-shadow: none;
  background-image: none !important;
}

.btn-outline-white {
  border: solid 2px #fff;
  background-color: transparent;
  background-image: none !important;
  height: auto;
  box-shadow: none;
}
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  background-image: none !important;
}
.btn-outline-dark {
  font-size: 0.9rem;
  letter-spacing: normal;
  background-image: none !important;
  color: rgba(0, 121, 178, 1);
  border: solid 2px rgba(0, 121, 178, 1);
  height: 40px;
  text-align: left;
}
.btn-outline-dark:hover {
  color: rgba(0, 121, 178, 0.7);
  border: solid 2px rgba(0, 121, 178, 0.7);
}
.btn-outline-light {
  font-size: 0.9rem;
  letter-spacing: normal;
  background-image: none !important;
  color: rgba(0, 121, 178, 0.7);
  border: solid 2px rgba(0, 121, 178, 0.7);
  height: 40px;
  text-align: left;
}
.btn-outline-light:hover {
  color: #3e636a;
  border: solid 2px #3e636a;
}

.btn-red-white{
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  font-size: 14px;
  outline: 0;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  color: white;
  border-radius: 10px;
  background-image: linear-gradient(
    135deg,
    rgba(249, 143, 132, 0.95),
    rgba(240, 18, 53, 0.95)
  );
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
}

.btn-red-white:hover{
  background-image: linear-gradient(
    135deg,
    rgba(249, 143, 132, 0.80),
    rgba(240, 18, 53, 0.80)
  );
}

/* --------------- FIN BOUTONS --------------- */

/* --------------- MARGIN PADDING --------------- */
.no-padding {
  padding: 0;
}
.padding-lr {
  padding: 0 20px;
}
.padding-tb {
  padding: 20px 0;
}
.padding {
  padding: 20px;
}
.padding-10 {
  padding: 10px;
}
.no-marg-top {
  margin-top: 0;
}
.no-margin-tb {
  margin-top: 0;
  margin-bottom: 0;
}
.no-margin {
  margin: 0;
}
.margin {
  margin: 20px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-t-10 {
  margin-top: 10px;
}
.padding-t-10 {
  padding-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.padding-t-20 {
  padding-top: 20px;
}
/* --------------- FIN MARGIN PADDING --------------- */

/* --------------- TOASTS --------------- */
.toast {
  background-color: #505050;
  box-shadow: 0 1px 5px #cacaca;
  word-break: normal;
}
.toast .material-icons {
  padding-right: 10px;
}
.toast.info {
  border-left: solid 5px #03a9f4;
}
.toast.info .material-icons {
  color: #03a9f4;
}
.toast.error {
  border-left: solid 5px #f44336;
}
.toast.error .material-icons {
  color: #f44336;
}
.toast.success {
  border-left: solid 5px #4caf50;
}
.toast.success .material-icons {
  color: #4caf50;
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 0;
    max-width: 86%;
  }
}
/* --------------- FIN TOASTS --------------- */

/* --------------- ALERTS --------------- */
.card-alert {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #f5fafa;
}
.card-alert .card-content {
  padding: 10px;
  color: #6eb8d1;
}
.card-alert .card-content a {
  color: #57a5c6;
}
.card-alert button.close {
  background: none;
  border: none;
  position: relative;
  float: right;
  top: 5px;
  right: 10px;
  font-size: 20px;
  margin-left: 10px;
  color: #fff;
}
/* --------------- FIN ALERTS --------------- */

/* --------------- MODAL --------------- */
@media screen and (max-width: 993px) {
  .modal .g-recaptcha iframe,
  .modal #recaptcha1 iframe,
  .modal #recaptcha2 iframe {
    transform: scale(0.7) translateX(70px);
  }
}
.modal {
  overflow-x: hidden;
}
@media screen and (max-width: 993px) {
  .modal {
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
  }
}
.fullScreenModal {
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0 !important;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
/* --------------- FIN MODAL --------------- */

/* --------------- COLLECTION --------------- */
.collection {
  border-radius: 10px;
}
.collection .collection-item {
  position: relative;
}
.collection .collection-item a,
.collection .collection-item button {
  color: rgba(105, 188, 215, 1);
}
.collection .collection-item.active a {
  color: #fff;
}
.collection.collection-compact.with-header .collection-header {
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.collection.collection-compact .collection-item {
  padding: 7px 10px;
  font-size: 0.9rem;
  line-height: normal;
}
.collection.collection-compact
  .collection-item
  .secondary-content
  .material-icons {
  line-height: 0.9rem;
}
.collection .collection-item.collection-link {
  padding: 0;
}
.collection .collection-link a,
.collection .collection-link button {
  display: block;
  height: 100%;
  width: 100%;
  padding: 7px 10px;
}
.collection .collection-link:not(.active) a:hover,
.collection .collection-link button:hover {
  background-color: #dddddd;
  color: rgba(0, 121, 178, 1) !important;
}
.collection .collection-link.active a:hover {
  color: #fff !important;
}
.collection .collection-item.border-darken {
  border-bottom: solid 5px #efefef;
}
.collection .collection-item.border-left:nth-child(odd) {
  border-left: solid 2px rgba(239, 83, 80, 0.44);
}
.collection .collection-item.border-left:nth-child(even) {
  border-left: solid 2px rgba(75, 182, 172, 0.28);
}
.collection .collection-item.active {
  background-color: transparent;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.8),
    rgba(23, 145, 202, 0.8)
  );
  color: #eafaf9;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: rgba(105, 188, 215, 1);
}
.collection.with-header .collection-header {
  background-color: rgba(23, 145, 202, 0.8);
  color: #fff;
}

.collection .collection-item-collapsible {
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.collection .collection-item-collapsible .collapsible {
  margin: 0;
  border: none;
}
.collection .collection-item-collapsible .collapsible .collapsible-header {
  transition: all ease 0.5s;
}
.collection
  .collection-item-collapsible
  .collapsible
  .collapsible-header.active {
  background-color: #eeeeee;
}
.collection .collection-item-collapsible .collapsible .collapsible-header i {
  transition: all ease 0.3s;
  width: auto;
  margin-right: 0;
}
.collection
  .collection-item-collapsible
  .collapsible
  .collapsible-header.active
  i {
  transform: rotate(-90deg);
}
.collection .collection-item-collapsible .collapsible .collapsible-body {
  padding: 0;
}
.collection
  .collection-item-collapsible
  .collapsible
  .collapsible-body
  .collection {
  margin: 0;
}
.collection
  .collection-item-collapsible
  .collapsible
  .collapsible-body
  .collection-item {
  padding: 7px 10px 7px 35px;
}
.collapsible {
  box-shadow: none;
}

.collection-item.border-top {
  border-top: solid 4px #b4b4b4;
}
.collection-divider {
  text-align: center;
  font-weight: bold;
}

.collection .collection-item.collection-item-attente {
  background-color: rgba(195, 24, 24, 0.24);
}
.collection .collection-item.collection-item-attente .attente-message {
  background-color: rgba(241, 241, 241, 0.27);
  color: #c52237;
  text-align: center;
  margin: -7px -10px 0 -10px;
  padding: 5px;
}
.collection .collection-item.collection-item-attente .attente-message p {
  margin: 0;
  text-align: center;
}
/* --------------- FIN COLLECTION --------------- */

/* --------------- COLLAPSIBLE --------------- */
ul.collapsible li i.material-icons.close {
  opacity: 0;
  line-height: 3rem;
  margin-right: 10px;
  pointer-events: none;
}
ul.collapsible li.active i.material-icons.close {
  opacity: 1;
}
ul.collapsible li i.material-icons {
  transition: all ease 0.5s;
}
ul.collapsible > li.active > .collapsible-header i.material-icons {
  transform: rotate(90deg);
}
.collapsible .collection {
  border-radius: 0;
}
/* --------------- FIN COLLAPSIBLE --------------- */

/* --------------- TABLE --------------- */
.table-condensed td,
.table-condensed th {
  padding: 3px 3px;
}
tr.separator:not(:first-of-type) {
  border-top: solid 1px #bcbcbc;
}
td.bolder {
  font-weight: 500;
}
@media screen and (max-width: 993px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
}
/* --------------- FIN TABLE --------------- */

/* --------------- DL --------------- */
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* --------------- FIN DL --------------- */

/* --------------- RGPD FORMS --------------- */
.form-privacy-description {
  margin-top: 0;
  /*-- padding: 0 5px; --*/
}
.form-privacy-description span::before {
  top: calc(50% - 9px);
}
.form-privacy-description span {
  margin-bottom: 15px;
  font-size: 0.7rem !important;
  color: #a6a6a6 !important;
  line-height: inherit !important;
  height: auto;
}
/* --------------- FIN RGPD FORMS --------------- */

/* --------------- BADGES --------------- */
.googlePlayStore,
.googlePlayStore:hover {
  box-shadow: none;
  padding: 0;
  height: 40px;
  margin-bottom: 10px;
}
.googlePlayStore img {
  height: 100%;
}
/* --------------- FIN BADGES --------------- */

/* --------------- PAGINATION --------------- */
.pagination-select {
  width: 200px;
  margin: 0 auto;
}
/* --------------- FIN PAGINATION --------------- */

/* --------------- MAT ICONS --------------- */
h3 .material-icons.inline,
h4 .material-icons.inline,
h5 .material-icons.inline {
  position: relative;
  bottom: -3px !important;
}
p .material-icons.inline,
blockquote .material-icons.inline {
  position: relative;
  bottom: -6px !important;
}
.material-icons.mirror {
  transform: rotateY(180deg);
}
/* --------------- FIN MAT ICONS --------------- */

select.browser-default {
  border-bottom: solid 1px #bbbbbb;
}

mark {
  background-color: #dddddd;
  color: inherit;
  font-weight: 600;
}

.preloader-wrapper {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 20px auto;
}

.unbreakable {
  white-space: nowrap;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.colored-text {
  color: #69bcd7;
}

.card,
.modal,
.card-panel {
  border-radius: 10px;
}
.card .card-image img {
  border-radius: 10px 10px 0 0;
}

.card-inscription {
  margin-left: auto !important;
  margin-right: auto !important;
  width: fit-content !important;
}

/*------------- BUTTON RADIO COLOR -------------------------*/

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid rgba(0, 121, 178, 1);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid rgba(0, 121, 178, 1);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: rgba(0, 121, 178, 1);
}

/* --------------------- INPUT COLOR --------------------------*/

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(0, 121, 178, 1);
  box-shadow: 0 1px 0 0 rgba(0, 121, 178, 1);
}

/* ------------------ TEXT AREA COLOR -------------------*/

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgba(0, 121, 178, 1);
}

/*------------------------ CHECKBOX COLOR ----------------*/

[type="checkbox"]:checked + label:before {
  border-right: 2px solid rgba(0, 121, 178, 1);
  border-bottom: 2px solid rgba(0, 121, 178, 1);
}

.input-field .prefix.active {
  color: rgba(0, 121, 178, 1);
}

/* --------------- SEPARATION FRANCEPREP ---------------*/

.separate {
  position: relative;
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(0, 121, 178, 0.9),
    rgb(233, 230, 230),
    rgba(240, 18, 53, 0.95)
  );
  height: 3px;
  width: 150px;
  border-radius: 50px;
}

.separate-presentation {
  position: relative;
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(0, 121, 178, 0.9),
    rgb(233, 230, 230),
    rgba(240, 18, 53, 0.95)
  );
  height: 3px;
  width: 100%;
  border-radius: 50px;
}

.separate-preparation {
  position: relative;
  content: "";
  background-image: linear-gradient(
    90deg,
    rgb(233, 230, 230),
    rgba(23, 145, 202, 0.8),
    rgb(233, 230, 230)
  );
  height: 3px;
  width: 100%;
  border-radius: 50px;
  margin-top: 25px;
}

