@charset "UTF-8";
/* FONT */
/* FONT */
/* PADDING */
footer, .containerFormActivation, .itemValid, .containerFull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectionMois, .containerSelectionJours, .filAriane, .InfoStageEntete, .infoHoraire, .compteFormateur, .creaCompteSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocInscrit, .mainFormateur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerFull {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cadreArondi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider {
  border-top: 1px solid #D3D3D3;
  width: 100%;
}

/* HEADER NAV BAR */
.navbarStage {
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #D3D3D3;
}

.contLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.contLogo svg {
  fill: #525252;
  width: 15px;
  margin-right: 5px;
}

.contLogo h1 {
  font-size: 18px;
  color: #00205B;
  font-weight: 700;
  margin-left: 30px;
  line-height: 22px;
  width: 300px;
}

.contLogo .logoEA {
  margin-left: 30px;
  height: 70%;
}

.contLogo .itemsAccueil {
  font-size: 14px;
  text-decoration: none;
  color: #525252;
  font-weight: 700;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contLogo .itemsAccueil.active {
  margin-right: 40px;
  text-decoration: none;
  color: #fff;
  background: #00239c;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
}

.contLogo .itemsAccueil.active svg {
  margin-right: 5px;
  width: 12px;
  vertical-align: bottom;
  fill: #fff;
}

.contItems {
  position: relative;
  font-size: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.contItems svg {
  margin-right: 5px;
  width: 12px;
  vertical-align: bottom;
  fill: #525252;
}

.contItems .items {
  margin-right: 40px;
  text-decoration: none;
  color: #525252;
  font-weight: 700;
  padding: 10px;
}

.contItems .items.activeMenu {
  margin-right: 40px;
  text-decoration: none;
  color: #fff;
  background: #00239c;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  cursor: none;
}

.contItems .items.activeMenu svg {
  margin-right: 5px;
  width: 12px;
  vertical-align: bottom;
  fill: #fff;
}

.contItems .items:hover {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #D3D3D3;
          box-shadow: 1px 1px 5px #D3D3D3;
}

.contLogo .itemsAccueil:hover {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #D3D3D3;
          box-shadow: 1px 1px 5px #D3D3D3;
}

.contItems .items:hover.activeMenu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logoMenuImgBurger {
  width: 30px;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

.contItems a:first-child {
  display: none;
}

.contItems .items.active .icone-stage {
  stroke: #525252;
}

.contItems .items .icone-stage {
  stroke: #fff;
  height: 14px;
}

@media screen and (min-width: 319px) and (max-width: 500px) {
  .contLogo h1 {
    font-size: 14px;
    line-height: 16px;
    width: 153px;
    margin-left: 20px;
  }
  .contLogo .logoEA {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .contItems .items.active {
    border-radius: 0;
    width: 100%;
    padding: 15px 20px;
  }
  .logoMenuImgBurger {
    display: block;
  }
  .navbarStage {
    display: block;
  }
  .contItems a:first-child {
    display: block;
  }
  .contLogo .itemsAccueil {
    display: none;
  }
  .contItems .itemsAccueil {
    background: #ececec;
    border-bottom: 1px solid #fff;
    display: block;
    margin-right: 0;
    padding: 15px 20px;
    font-weight: 700;
    color: #525252;
    text-decoration: none;
  }
  .contItems .items {
    background: #ececec;
    border-bottom: 1px solid #fff;
    display: block;
    margin-right: 0;
    padding: 15px 20px;
  }
  .contItems .items:hover {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contItems {
    display: none;
  }
  .responsiveMenu {
    display: block;
  }
  .contItems .items.activeMenu {
    width: 100%;
    border-radius: 0px;
  }
}

/* HEADER NAV BAR */
/* FOOTER */
footer {
  border-top: 2px solid #D3D3D3;
  padding: 20px 0px;
}

footer a {
  font-size: 14px;
  color: #999999;
}

footer a:hover {
  color: #999999;
  text-decoration: underline;
}

footer .effetShadow {
  margin-right: 18px;
  padding: 6px 8px;
}

footer .effetShadow:hover {
  text-align: center;
  border: 1px solid #D3D3D3;
  border-radius: 999px;
  background: #fff;
  margin-right: 16px;
  -webkit-box-shadow: 1px 1px 4px 0px #D3D3D3;
          box-shadow: 1px 1px 4px 0px #D3D3D3;
}

footer p, footer p a {
  font-size: 12px;
  color: #525252;
}

@media screen and (min-width: 319px) and (max-width: 550px) {
  nav h1 {
    font-size: 14px;
    margin-left: 30px;
    line-height: 18px;
    width: 220px;
  }
  footer {
    padding: 15px;
  }
  footer p {
    margin-top: 10px;
    text-align: center;
    line-height: 15px;
    width: 310px;
  }
  footer a {
    font-size: 13px;
  }
}

@media screen and (min-width: 551px) and (max-width: 1025px) {
  footer p {
    margin-top: 10px;
    text-align: center;
    line-height: 15px;
    width: 650px;
  }
}

/* FOOTER */
.formGenerique label {
  color: #999999;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}

.formGenerique .form-control {
  color: #525252;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  background-color: #ececec;
}

.formGenerique small {
  font-size: 10px;
  color: #999999;
}

.formGenerique .submitGenerique {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 25px 5px 5px 0px;
  font-weight: 800;
}

.formGenerique .submitGeneriqueBis {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 800;
}

::-webkit-input-placeholder {
  color: #999999 !important;
  font-size: 13px;
  opacity: 0.5 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #999999 !important;
  font-size: 13px;
  opacity: 0.5 !important;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #999999 !important;
  font-size: 13px;
  opacity: 0.5 !important;
  font-weight: 400;
}

::placeholder {
  color: #999999 !important;
  font-size: 13px;
  opacity: 0.5 !important;
  font-weight: 400;
}

.formGenerique h3 {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
}

.btn-default {
  background: #00239c;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.btn-default:disabled {
  background: #D3D3D3;
}

.btn-default:hover:disabled {
  background: #D3D3D3;
}

.btn-default:hover {
  background: #00205B;
  color: #fff;
}

/* Modal Generique */
.modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-footer {
  border-top: 0px solid #dee2e6;
}

.modal-footer > * {
  margin: 0 !important;
}

.close {
  position: absolute;
  right: 0px;
  top: -52px;
  float: right;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):hover {
  color: #fff;
  opacity: 1;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none !important;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* Modal Generique */
/* Bouton Generique */
.btn-modal {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #00239c;
  color: #00239c;
  font-size: 16px;
  font-weight: 700;
}

.btn-modal:disabled {
  color: #D3D3D3;
  background: #fff;
  border: 1px solid #D3D3D3;
}

.btn-modal:hover:disabled {
  color: #D3D3D3;
  background: #fff;
  border: 1px solid #D3D3D3;
}

.btn-modal:hover {
  background: #00239c;
  color: #fff;
}

/* Bouton Generique */
.loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.loader {
  width: 50px;
  height: 50px;
  border: 4px solid transparent;
  border-top: 4px solid #00239c;
  border-bottom: 4px solid #00239c;
  border-radius: 50%;
  -webkit-animation: tourner 1s linear infinite;
          animation: tourner 1s linear infinite;
}

@-webkit-keyframes tourner {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes tourner {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* FONT */
/* FONT */
/* PADDING */
/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2021 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2021 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect.dropdown-toggle:after {
  display: none;
}

.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}

.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}

.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  cursor: pointer;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: lightgrey;
  color: black;
}

.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}

.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}

.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group > .multiselect-native-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}

.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Rajout*/
.multiselect {
  width: 185px;
  background: #ececec;
}

.multiselect-native-select .btn-group .multiselect {
  background: #ececec;
  height: calc(1.5em + .4rem + 2px);
  outline: none;
  width: 206px;
}

.multiselect-native-select .btn-group .dropdown-menu.show {
  display: block;
  width: 205px;
}

.multiselect-native-select .custom-select:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.multiselect-selected-text {
  font-size: 11px;
  position: absolute;
  color: #999999;
  top: 7px;
  left: 10px;
}

.selectTypeChecBox .custom-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("../images/select-arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 10px !important;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}

.form-check .form-check-label {
  font-weight: 400 !important;
  color: #999999;
  font-size: 12px;
}

.multiselect-container {
  width: 185px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-track {
  background: #c9c9c9;
  border-radius: 10px;
  margin-top: 8px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
  background: #8a8a8a;
  border-radius: 10px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #00239c;
  border-radius: 10px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb:active {
  background: #00239c;
  border-radius: 10px;
}

.dropdown-item .form-check input[type=checkbox]:before {
  content: url(../images/checkbox-outline2.svg);
  color: white;
  background: #fff;
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #00205B;
  margin-right: 2px;
  border-radius: 3px;
}

.dropdown-item .form-check input[type=checkbox]:checked:before {
  background: #00239c;
  color: white !important;
}

.multiselect-option .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.multiselect-option .form-check-input {
  position: absolute;
  margin-top: 0 !important;
  margin-left: -1.25rem;
}

.multiselect-option .form-check .form-check-label {
  font-weight: 400 !important;
  color: #999999;
  font-size: 12px;
}

.multiselect-all .form-check-input, .multiselect-all .form-check-label {
  padding-top: 0px;
  margin-top: 2px !important;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback) {
  background-color: #fff;
}

/* FONT */
/* FONT */
/* PADDING */
.select_wrap {
  width: 206px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
  border-radius: 2px;
  color: #999999;
}

.select_wrap .default_option {
  background: #ececec;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  height: calc(1.5em + 0.4em + 2px) !important;
  border: 1px solid #D3D3D3;
  text-align: left;
}

.select_wrap .default_option li {
  padding: 0px 0px 0px 15px;
}

.select_wrap .default_option:before {
  content: url("../images/select-arrow-down.svg");
  position: absolute;
  top: 8px;
  right: 18px;
  width: 6px;
  height: 6px;
}

.select_wrap .select_ul {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  background: #ececec;
  border-radius: 2px;
  display: none;
}

.select_wrap .select_ul li {
  padding: 0px 20px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #D3D3D3;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.select_wrap .select_ul li:hover {
  background: #ececec;
}

.select_wrap .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 27px;
}

.select_wrap.active .select_ul {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /* Permet de fixer le footer en bas*/
}

.flexSpaceBet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.boldTxt {
  font-weight: 700;
}

.MediumTxt {
  font-weight: 600;
}

.RegularTxt {
  font-weight: 400;
}

.margLeft2 {
  margin-left: 2px;
}

.btnShadow {
  -webkit-box-shadow: 1px 1px 11px 1px #999999;
          box-shadow: 1px 1px 11px 1px #999999;
}

.padd20-20-0-20 {
  padding: 20px 20px 0px 20px;
}

.padd0-20-0-15 {
  padding: 0px 20px 0px 15px;
}

.padd5-20-20-20 {
  padding: 5px 20px 20px 20px;
}

.fontSize14 {
  font-size: 14px;
}

.margAuto {
  margin-top: auto;
}

/* ------Page lien activation expire------ */
.cadreArondi {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px auto 10px;
  width: 90%;
  max-width: 465px;
  min-width: 310px;
}

.titleCadreArrondi {
  color: #525252;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 5px;
  text-align: center;
}

.linkBlue {
  color: #00239c;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0;
}

.linkBlue:hover {
  color: #00239c;
  text-decoration: underline;
}

/* ------Page lien activation expire------ */
/*------- Compte existant page : compteExistant.html---------*/
@media screen and (min-width: 319px) and (max-width: 450px) {
  .flexSpaceBet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexSpaceBet .linkGrisMouse {
    margin: 0 0 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flexSpaceBet .submitGenerique {
    margin: 20px 0;
  }
}

/*------- Compte existant page : compteExistant.html---------*/
/* ------Page Activation Compte------ */
.txtGrisMouse {
  color: #999999;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}

.linkGrisMouse {
  color: #999999;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0;
  text-decoration: underline;
}

.linkGrisMouse:hover {
  color: #00239c;
  font-weight: 700;
  text-decoration: underline;
}

/* Formulaire Activation Compte */
.containerFormActivation {
  margin-top: 40px;
}

.activation-form .form-control {
  border-radius: 0;
  border: 1px solid #00239c;
}

.activation-form .input-card-number {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  font-weight: 800;
}

.activation-form .input-card-number button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.activation-form .input-card-number-align input {
  padding-right: 0;
  text-align: center;
  letter-spacing: 12px;
  height: 50px;
  margin: 0 5px;
  font-weight: 700;
}

.activation-form .inputTailleSmall {
  width: 40px;
}

.activation-form .inputTaille {
  width: 150px;
}

.activation-form .form-control {
  color: #000;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Cadre Validation Form activation de compte */
.cadreValidation {
  width: 100%;
  max-width: 465px;
  min-width: 315px;
  margin: 0 auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemValid {
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

.codeValide {
  background: #3A7D40;
}

.codeValide img {
  width: 20px;
}

.codeValide span {
  margin-left: 10px;
}

.codeInvalide {
  background: #C94031;
}

.codeInvalide img {
  width: 20px;
}

.codeInvalide span {
  margin-left: 10px;
}

/* Cadre Validation Form activation de compte */
/* Formulaire Activation de compte */
/* ------------------Page Activation Compte-------------------------- */
/* -------------Modal Activation compte non reçu Page : "activationCompteCodeNonRecu.html"----------------- */
.FormModalStyle p {
  margin-bottom: 15px;
  line-height: 22px;
  color: #525252;
  font-size: 16px;
  font-weight: 700;
}

/* -------------Modal Activation compte non reçu Page : "activationCompteCodeNonRecu.html"----------------- */
/* -------------Mentions legales Page : "mentionsLegales.html"----------------- */
/* MENTIONS LEGALES */
.blocScroll {
  border-radius: 7px;
  background-color: white;
  border: 1px solid #d3d3d3;
  padding: 10px 20px;
  position: relative;
}

#modalcguStagiairesPresta h1 {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 20px;
}

#modalcguStagiairesPresta h3 {
  font-size: 16px;
  font-weight: 700;
  margin: .5rem 0rem;
}

#modalcguStagiairesPresta h4 {
  font-size: 14px;
  font-weight: 700;
  margin: .5rem 0rem 0rem;
}

#modalcguStagiairesPresta h5 {
  font-size: 14px;
  text-decoration: underline;
}

#modalcguStagiairesPresta a {
  font-weight: 700;
  color: #707070;
}

#modalcguStagiairesPresta {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#modalcguStagiairesPresta .txtGrisReg14 p {
  margin-bottom: 1rem;
}

#modalcguStagiairesPresta .txtGrisReg10 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
}

#modalcguStagiairesPresta .btnAhrefLight {
  color: #707070;
  font-weight: 400;
  font-size: 12px;
}

#myBackToBottom {
  position: fixed;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  opacity: 1;
  z-index: 10;
}

.mentionsLegalesFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 20px 0;
}

#modalcguStagiairesPresta .btn-close {
  position: absolute;
  right: 0px;
  top: -5px;
  opacity: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: url(../images/close.svg) no-repeat;
  border: none;
  z-index: 999999;
}

#modalcguStagiairesPresta .modal-header {
  border-bottom: 0;
  padding: 0rem;
}

#modalcguStagiairesPresta .modal-header .btn-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.blocScroll .return {
  background: none;
  border: none;
}

.blocScroll .return::before {
  content: url(../images/arrow-right.svg);
}

/* checkbox */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-input {
  opacity: 0;
  position: absolute;
  left: 0;
}

.custom-control-label {
  font-size: 14px;
  color: #707070;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00239c;
  background-color: #00239c;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/checkbox.svg);
  background-size: 70%;
}

/* checkbox */
/* MENTIONS LEGALES */
.blocScroll::-webkit-scrollbar {
  width: 5px;
}

.blocScroll::-webkit-scrollbar-track {
  background: #c9c9c9;
  border-radius: 10px;
}

.blocScroll::-webkit-scrollbar-thumb {
  background: #8a8a8a;
  border-radius: 10px;
}

.blocScroll::-webkit-scrollbar-thumb:hover {
  background: #00239c;
  border-radius: 10px;
}

.blocScroll::-webkit-scrollbar-thumb:active {
  background: #00239c;
  border-radius: 10px;
}

/* -------------Mentions legales Page : "mentionsLegales.html"----------------- */
/* -------------Definir votre mot de passe Page : "definirVotreMotDePasse.html"----------------- */
.paraCadreArrondi {
  color: #525252;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin: 20px 0px;
}

.cadreArondiXL .paddRL10, .cadreArondi .paddRL10 {
  padding: 0px 10px;
}

.eyesClose {
  position: absolute;
  right: 8px;
  top: 9px;
  cursor: pointer;
  z-index: 999;
  background: url(../images/Icon-ionic-ios-eye-off.svg) no-repeat;
  width: 27px;
  height: 27px;
  opacity: 0.7;
}

.hide-password {
  display: none;
}

.eyesOpen {
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
  z-index: 999;
  background: url(../images/Icon-awesome-eye.svg) no-repeat;
  width: 27px;
  height: 27px;
  opacity: 0.7;
}

/* -------------Definir votre mot de passe Page : "definirVotreMotDePasse.html"----------------- */
/* ------------Mot de passe oublie Page : "MotDePasseOublie.html"----------------- */
.posRelXL {
  position: absolute;
  bottom: -50px;
  width: 140%;
}

.posRelXS {
  position: absolute;
  bottom: -50px;
}

.FormModalStyle .codeValide img {
  width: 25px;
}

.FormModalStyle .codeValide span {
  font-weight: 700;
  display: block;
  line-height: 20px;
}

@media screen and (min-width: 319px) and (max-width: 450px) {
  .posRel {
    width: 90%;
    bottom: -90px;
  }
  .FormModalStyle .codeValide img {
    width: 23px;
  }
  .posRelXL {
    bottom: -65px;
    width: 100%;
  }
}

/* ------------Mot de passe oublie Page : "MotDePasseOublie.html"----------------- */
/* ------------Données de facturation Page : "donneesFacturation.html"----------------- */
.cadreArondiXL {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px auto 20px;
  width: 90%;
  max-width: 980px;
  min-width: 300px;
}

.flexDoubleCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexDoubleCol .DoubleCollabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 40px;
  max-width: 440px;
  min-width: 300px;
  padding-right: 10px;
  font-weight: 700;
}

.flexDoubleCol .DoubleColinput {
  width: 50%;
  max-width: 440px;
  min-width: 300px;
}

.flexSpaceBet .mentionsForm {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  width: 425px;
}

.flexSpaceBet .mentionsForm a {
  font-weight: 600;
  color: #525252;
}

.tailleInputSmall {
  width: 140px;
}

@media screen and (min-width: 319px) and (max-width: 690px) {
  .flexDoubleCol .DoubleCollabel {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 25px;
  }
  .flexDoubleCol .DoubleColinput {
    width: 100%;
  }
  .flexSpaceBet .submitGenerique {
    margin-right: 0px;
  }
  .flexSpaceBet .mentionsForm {
    width: 300px;
  }
}

/* ------------Données de facturation Page : "donneesFacturation.html"----------------- */
/* ------------Page accueil Onboarding Page : "pageAccueilOnboarding.html"----------------- */
.containerFull h2 {
  font-weight: 700;
  color: #525252;
  font-size: 18px;
  width: 45%;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 100px;
}

.containerFull button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerFull button img {
  margin-right: 10px;
}

/* ------------Page accueil Onboarding Page : "pageAccueilOnboarding.html"----------------- */
.cadreArondiXXL {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px auto 20px;
  max-width: 1300px;
  min-width: 300px;
}

.containerXL {
  width: 90%;
  max-width: 1366px;
  min-width: 300px;
  margin: 20px auto;
}

.containerXL h2 {
  font-weight: 700;
  color: #999999;
  font-size: 16px;
}

/* Incone + titre*/
.blocIcone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.blocIcone img {
  margin-right: 10px;
}

.blocIcone p {
  color: #525252;
  font-weight: 700;
}

.blocCategories {
  padding: 10px 20px;
  width: 40%;
}

.blocCategories:first-child {
  width: 30%;
}

.blocCategories:last-child {
  width: 30%;
}

.blocCategories .CircuitStagiaire p {
  font-size: 13px;
  color: #999999;
  margin-bottom: 20px;
}

.blocCategories .CircuitStagiaire span {
  font-size: 18px;
  color: #202124;
  font-weight: 700;
}

.borderRight {
  border-right: 1px solid #D3D3D3;
}

.flexSpaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexSpaceBetween p, .flexFlexEnd p {
  font-size: 13px;
  margin-bottom: 14px;
  color: #999999;
}

.flexSpaceBetween span, .flexFlexEnd span {
  font-size: 18px;
  font-weight: 700;
  color: #202124;
}

.motif {
  font-size: 13px;
  font-weight: 700;
  color: #202124;
}

.flexFlexEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 319px) and (max-width: 600px) {
  .blocCategories {
    width: 100%;
  }
  .blocCategories:first-child {
    width: 100%;
  }
  .blocCategories:last-child {
    width: 100%;
  }
  .flexSpaceBetween, .flexFlexEnd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .borderRight {
    border-right: 0px solid #D3D3D3;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .flexSpaceBetween, .flexFlexEnd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ------------Page accueil Onboarding Page : "pageAccueilOnboarding.html"----------------- */
/* Partie planning de stage -- page : pageAccueil_planningGestionnaire.html  et planning Formateur pageAccueil_planningFormateur.html*/
.selectionMois h3 {
  color: #525252;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.selectionMois button.arrowMonth {
  border: none;
  background-color: transparent;
  outline: none;
  opacity: 1;
  cursor: pointer;
  width: 28px;
  height: 23px;
  padding: 0px 3px 0px;
  color: #525252;
}

.selectionMois button.arrowMonth:hover {
  opacity: 0.3;
}

.selectionJours {
  padding: 10px 30px 20px;
}

.selectionJours p {
  font-size: 13px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

.containerSelectionJours {
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  padding: 10px;
  background-color: #ececec;
  color: #525252;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}

.containerSelectionJours a {
  color: #525252;
  font-size: 12px;
}

.containerSelectionJours button {
  color: #525252;
  font-size: 12px;
  border: none;
}

.containerSelectionJours .nomCircuit {
  font-weight: 600;
  width: 100%;
  max-width: 600px;
  text-align: left;
}

.containerSelectionJours .nbrInscrit {
  color: #167F38;
  font-weight: 700;
}

.containerSelectionJours .nbrInscritWarning {
  color: #E4002B;
  font-weight: 700;
}

@media screen and (min-width: 319px) and (max-width: 600px) {
  .containerSelectionJours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .containerSelectionJours .nbrInscrit, .containerSelectionJours .nbrInscritWarning {
    margin-top: 10px;
  }
  .containerSelectionJours .inscritModif .nbrInscrit {
    margin-top: 0px;
  }
  .selectionMois {
    padding: 20px 10px 0px 10px;
  }
  .selectionJours {
    padding: 20px 15px 20px;
  }
}

/* Partie planning de stage -- page : pageAccueil_planningGestionnaire.html  et planning Formateur pageAccueil_planningFormateur.html */
/* Page Voir les inscrit : voirLesInscrits.html*/
.blocInfoStage {
  padding: 20px 20px 20px 20px;
}

.filAriane a {
  color: #999999;
  text-decoration: none;
}

.filAriane p {
  color: #525252;
  font-weight: 700;
}

.InfoStageEntete {
  font-size: 14px;
}

.alignBtnInfoStage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignBtnInfoStage button:nth-of-type(1) {
  margin-right: 100px;
}

.btn-default-blanc-shadow {
  color: #fff;
  background-color: #00239c;
  border-color: #00239c;
}

.btn-default-blanc-shadow:hover {
  color: #fff;
  background-color: #00205B;
  border-color: #00205B;
}

.btn-default-blanc-shadow:disabled {
  color: #999999;
  background-color: #fff;
  border-color: #D3D3D3;
  -webkit-box-shadow: 1px 1px 15px #D3D3D3;
          box-shadow: 1px 1px 15px #D3D3D3;
}

@media screen and (min-width: 319px) and (max-width: 678px) {
  .InfoStageEntete {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .InfoStageEntete p {
    margin-bottom: 7px;
  }
  .alignBtnInfoStage {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .alignBtnInfoStage button:nth-of-type(1) {
    margin-right: 0px;
  }
}

.blocStages h4 {
  color: #999999;
  font-size: 14px;
}

.blocStagesBtn h4 {
  color: #525252;
  font-size: 14px;
}

.infoHoraire p {
  color: #999999;
}

.infoHoraire .form-control {
  background: #ececec;
  width: 110px;
}

.infoHoraire .tailleSelect {
  background: #ececec;
  width: 280px;
  font-weight: 700;
  font-size: 13px;
}

.infoHoraire .inputPlaceholder {
  padding-left: 47px;
}

.infoHoraire .inputMinMax {
  padding-left: 58px;
}

.infoHoraire input {
  font-weight: 700;
  font-size: 13px;
}

.infoHoraire .insideInput {
  position: relative;
}

.infoHoraire .insideInput label {
  position: absolute;
  left: 10px;
  top: 11.5px;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
}

.infoHoraire .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow-down.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: .51rem;
  padding-right: 2rem;
}

/* Partie liste des inscrits */
.blocInscrit {
  margin-bottom: 15px;
}

@media screen and (min-width: 319px) and (max-width: 769px) {
  .blocInscrit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .blocInscrit h4 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 319px) and (max-width: 1070px) {
  .listeInscritEntete {
    width: 1250px;
  }
  .containerListeInscrits {
    width: 1250px;
  }
  .blocInfoStage {
    padding: 20px 10px 20px 10px;
  }
  .containerInscrits {
    padding: 5px 10px 20px 10px;
  }
}

.containerListeInscrits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D3D3D3;
  padding: 8px 10px;
  background-color: #ececec;
  color: #525252;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}

.listeInscritEntete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 10px;
}

.panneau-visible {
  position: relative;
  z-index: 100;
}

.panneau-visible img {
  margin-right: 10px;
  width: 25px;
  cursor: pointer;
}

.questions {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.toggle-pannel {
  border: 1px solid #D3D3D3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -6px;
  width: 1258px;
  height: 0px;
  opacity: 0;
  padding: 0px 15px;
}

.tailleNom {
  width: 215px;
}

.taillePrenom {
  width: 140px;
}

.tailleDossier {
  width: 170px;
}

.tailleTel {
  width: 130px;
}

.tailleEmail {
  width: 300px;
  word-wrap: break-word;
  padding-right: 10px;
}

.tailleFinDroit {
  width: 100px;
}

.taillePresence {
  width: 160px;
  margin-right: 30px;
}

.taillePresenceCheck {
  margin-left: 22px;
}

.containerListeInscrits .taillePresence .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow-down.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 11px;
  background-size: 15px;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  padding-right: 2rem;
  cursor: pointer;
  color: #525252;
  font-size: 12px;
  font-weight: 700;
  outline: none;
}

.containerListeInscrits .taillePresence .custom-select:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Partie accordeon*/
.containerToggle {
  margin: 0 auto;
  width: 730px;
  padding: 13px 20px 0px 20px;
}

.containerToggleItems {
  background-color: #F5F7FE;
  border: 1px solid #D3D3D3;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  position: relative;
}

.containerToggleItems .Items {
  font-size: 12px;
  color: #999999;
}

.containerToggleItems .Items span {
  color: #525252;
  font-weight: 700;
}

.containerToggleItems .choixDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerToggleItems .choixDate input[type=checkbox] {
  margin-left: 5px;
}

/* CUSTOM CHECKBOC */
.taillePresence input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
}

.taillePresence input[type=checkbox]:before {
  content: url("../images/checkbox-outline2.svg");
  color: white;
  background: #fff;
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #00205B;
  margin-right: 2px;
  border-radius: 3px;
}

.taillePresence input[type=checkbox]:checked:before {
  background: #00239c;
  color: white !important;
}

/* CUSTOM CHECKBOX PAGE CIRCUIT */
.containerToggleItems input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
}

.containerToggleItems input[type=checkbox]:before {
  content: url("../images/checkbox-outline.svg");
  color: white;
  background: #fff;
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #00205B;
  margin-right: 2px;
  border-radius: 3px;
}

.containerToggleItems input[type=checkbox]:checked:before {
  background: #00239c;
  color: white !important;
}

/* CUSTOM CHECKBOX PAGE CIRCUIT */
/* CUSTOM RADIO PAGE CIRCUIT */
/* CUSTOM RADIO PAGE CIRCUIT */
/* CUSTOM CHECKBOC */
.selectInscrit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.selectInscrit select {
  background-color: #F5F7FE;
  border: none;
  outline: none;
  font-weight: 700;
  color: #00239c;
  width: 450px;
  font-size: 14px;
}

.selectInscrit .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow-down.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
  background-size: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding-right: 2rem;
  cursor: pointer;
}

.selectInscrit label {
  color: #999999;
  font-size: 13px;
  font-weight: 700;
}

.selectInscrit select:focus {
  background-color: #F5F7FE;
  border: none;
  outline: none;
}

/* Partie accordeon*/
/*-------------------- Partie liste des inscrits */
/*-------------------- Partie mes Circuits */
.containerCircuits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* partie filtre => Gauche */
.mesCircuits {
  width: 215px;
  position: relative;
}

@media screen and (min-width: 319px) and (max-width: 499px) {
  .mesCircuitsColLeft .titleListeCircuit {
    display: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 769px) {
  .mesCircuitsColLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mesCircuitsColLeft .titleListeCircuit {
    display: none;
  }
  .mesCircuitsColLeft .filtreCircuits {
    margin-right: 20px;
  }
  .mesCircuitsColLeft .filtreCircuits:nth-child(2) {
    margin-top: 14px;
  }
}

.mesCircuits h1 {
  color: #999999;
  font-size: 18px;
  font-weight: 700;
}

.containerListeCircuit {
  height: 100%;
  max-height: 838px;
  overflow: auto;
  position: relative;
  scrollbar-color: #8a8a8a  #c9c9c9;
  scrollbar-width: thin !important;
}

.btnAjoutFixed {
  position: relative;
  width: 215px;
}

.btnAjoutFixed .btnFixed {
  position: fixed;
  z-index: 999;
  width: 185px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00239c;
  padding: 10px 10px 5px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.btnAjoutFixed .btnFixed::before {
  content: url("../images/icone-ajout-circuit.svg");
}

.btnAjoutFixed .btnFixed:hover {
  background: #00205B;
  color: #fff;
}

.btnAjoutFixed .btnFixed p {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* Liste des circuit spartie MOBILE */
.containerListeCircuitMobile {
  display: none;
}

.containerListeCircuitMobile h5 {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
}

.containerListeCircuitMobile select {
  background: #ececec;
  font-size: 11px;
}

.containerListeCircuitMobile .custom-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 10px !important;
  background-size: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding-right: 2rem;
}

.containerListeCircuitMobile .btn-dropdown {
  background: #ececec;
  font-size: 11px;
  width: 206px;
  position: relative;
  height: calc(1.5em + 1.25em + 2px) !important;
}

.dropdown-toggle, .dropdown-toggle:hover {
  text-align: left;
  color: #999999;
  position: relative;
}

.dropdown-toggle::after {
  content: url("../images/select-arrow-down.svg") !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: 10px;
}

.containerListeCircuitMobile .dropdown-menu {
  width: 205px;
  top: -4px !important;
}

.dropdown-item {
  padding: 0;
}

.dropdown-item:hover {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
}

.containerListeCircuitMobile .dropdown-item .listeCircuits {
  border-top: 1px solid #D3D3D3;
}

/* Liste des circuit spartie MOBILE */
@media screen and (min-width: 319px) and (max-width: 769px) {
  .btnAjoutFixed .btnFixed {
    width: 45px;
    height: 45px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    color: #fff;
    background-image: url("../images/icone-ajout-circuit.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }
  .btnAjoutFixed .btnFixed p {
    display: none;
  }
  .containerListeCircuit {
    display: none;
  }
  .containerListeCircuitMobile {
    display: block;
  }
  .formCircuit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**/
.containerListeCircuit::-webkit-scrollbar {
  width: 5px;
}

.containerListeCircuit::-webkit-scrollbar-track {
  background: #c9c9c9;
  border-radius: 10px;
  margin-top: 8px;
}

.containerListeCircuit::-webkit-scrollbar-thumb {
  background: #8a8a8a;
  border-radius: 10px;
}

.containerListeCircuit::-webkit-scrollbar-thumb:hover {
  background: #00239c;
  border-radius: 10px;
}

.containerListeCircuit::-webkit-scrollbar-thumb:active {
  background: #00239c;
  border-radius: 10px;
}

/**/
.filtreCircuits {
  margin: 0 auto;
}

.filtreCircuits h4, .filtreCircuits h5, .containerListeCircuit h5, .mesCircuitsColLeft .titleListeCircuit {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
}

.filtreCircuits select.form-control {
  background: #ececec;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
  color: #999999;
}

.filtreCircuits input[type=search] {
  background: #ececec;
  font-weight: 700;
  font-size: 10px;
  color: #999999;
  border-radius: 2px;
}

.formGroupSearch .input-group .form-control {
  height: calc(1.5em + 1.5em + 2px) !important;
  border: 1px solid #dfdfdf;
}

.formGroupSearch .input-group-text {
  background-color: #525252;
  border: none;
}

.formGroupSearch .input-group-text {
  border-radius: 2px;
  padding: .25rem .75rem;
}

.formGroupSearch svg {
  fill: #fff;
}

.formGroupSearch p {
  font-size: 9px;
  color: #999999;
  margin-top: 5px;
}

.formGroupSearch .input-group {
  width: 204px;
}

.formGroupSearch .input-group-text::after {
  content: url("../images/loupe.svg");
  position: relative;
  top: 3px;
}

.formGroupSearch .input-group-text:hover::after {
  content: url("../images/loupe-bleu.svg");
  position: relative;
  top: 3px;
}

.containerListeCircuit .listeCircuits {
  border-top: 1px solid #D3D3D3;
}

.containerListeCircuit .listeCircuits:last-child {
  border-bottom: 1px solid #D3D3D3;
}

.blocCircuits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5px;
  cursor: pointer;
}

.pictoNomCircuit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pictoNomCircuit p {
  color: #999999;
  font-size: 11px;
}

.pictoNomCircuit svg {
  fill: #999999;
  margin-right: 5px;
}

.pictoNomCircuit svg.bellRed {
  fill: #FF5885;
  margin-right: 5px;
}

.postalCircuit {
  color: #999999;
  font-size: 11px;
}

.circuitSizePicto {
  width: 14px;
}

.blocCircuits.activeCircuits {
  background-color: #00239c;
}

.blocCircuits.activeCircuits p {
  color: #fff;
  font-size: 11px;
}

.blocCircuits.activeCircuits svg {
  fill: #fff;
  margin-right: 5px;
}

/* partie filtre => Gauche */
/* partie Tableau => Droite */
.nomCircuit {
  width: 1151px;
}

.cadreArrondiTableau {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px auto 20px;
  width: 100%;
  max-width: 1152px;
  min-width: 300px;
}

.titleCadreArrondiTableau {
  color: #525252;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 5px 8px 10px;
  text-align: left;
}
/* 
.table {
  width: 1115px;
} */

.table-responsive {
  display: block;
  width: 97%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}

.calendarStage tr {
  text-align: center;
}

.calendarStage thead th {
  vertical-align: bottom;
  border: 1px solid #e0e0e0;
  color: #999999;
  font-size: 14px;
  width: 159px;
}

.calendarStage tbody td {
  border: 1px solid #e0e0e0;
  font-size: 14px;
  height: 159px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calendarStage thead tr th:nth-child(6), .calendarStage thead tr th:nth-child(7) {
  background-color: #F8F8F8;
}

.calendarStage tr td:nth-child(6), .calendarStage tr td:nth-child(7) {
  background-color: #F8F8F8;
}

.calendarStage .blocDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20px;
}

.calendarStage .blocDay .jourJ {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: green;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
  top: -5px;
}

.calendarStage .daybefore {
  color: #D3D3D3;
  font-weight: 600;
}

.calendarStage .dayMonth {
  color: #525252;
  font-weight: 600;
}

.calendarStage .svgPlus {
  background: url(../images/ouvrir.svg) no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.calendarStage .svgPlus:hover {
  background: url(../images/ouvrir-inverse.svg) no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.calendarStage .svgClose {
  background: url(../images/fermer.svg) no-repeat;
  width: 18px;
  height: 18px;
  cursor: not-allowed;
}

.calendarStage .svgClose.fullNbrInscrits {
  display: none;
}

.calendarStage .svgImg {
  cursor: pointer;
}

.calendarStage .svgImg .plusA {
  fill: #fff;
  stroke: #00239c;
}

.calendarStage .svgImg .plusB {
  fill: #00239c;
}

.calendarStage .svgImg .plusC {
  stroke: none;
}

.calendarStage .svgImg .plusD {
  fill: none;
}

.calendarStage .svgImg .plusA:hover {
  fill: #00239c;
  stroke: #fff;
}

.calendarStage .svgImg .plusB:hover {
  fill: #fff;
}

.blocDate {
  border-radius: 5px;
  border: 1px solid #B5B7B8;
  background-color: #F5F7FF;
  padding: 3px;
  margin: 10px auto;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.blocDate.active {
  border-radius: 5px;
  border: 1px solid #B5B7B8;
  background-color: #F5F7FF;
  padding: 3px;
  margin: 10px auto;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.calInscrit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  font-size: 12px;
}

.calInscrit .calInscritNull {
  color: #E4002B;
  font-weight: 700;
}

.calInscrit .calInscritFull {
  color: #167F38;
  font-weight: 700;
}

.calInscrit .nbInscrit {
  color: #999999;
}

.calInscrit .nbInscrit span {
  font-weight: 700;
  color: #525252;
}

.calInscrit .calHoraire {
  font-weight: 700;
  font-size: 11px;
}

.crayonModif button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  background: none;
}

/* Partie Stagiaire en attente sur ce cicuit */
.blocInscrit h4 {
  color: #525252;
  font-size: 14px;
}

.blocInscrit h4 .rondComptage {
  background: #525252;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.nomCircuit .overflowX, .containerInscrits .overflowX {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}

.nomCircuit .blocStagiaire {
  padding: 5px 20px 20px 20px;
}

.nomCircuit .blocNomCircuit {
  padding: 5px 15px 20px 15px;
}

.nomCircuit .containerListeInscrits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #D3D3D3;
  padding: 8px 10px;
  background-color: #ececec;
  color: #525252;
  font-size: 12px;
  margin-bottom: 5px;
}

.nomCircuit .containerChoixCircuit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #D3D3D3;
  padding: 10px;
  background-color: #ececec;
  color: #525252;
  font-size: 12px;
}

@media screen and (min-width: 319px) and (max-width: 500px) {
  .nomCircuit .containerChoixCircuit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .nomCircuit .containerChoixCircuit > div {
    margin-bottom: 10px;
  }
}

.nomCircuit .containerChoixCircuit > div {
  margin-right: 30px;
  font-weight: 700;
}

.nomCircuit .containerChoixCircuit > div a {
  color: #525252;
  text-decoration: none;
}

.nomCircuit .containerChoixCircuit > div a:hover {
  color: #999999;
  text-decoration: none;
}

.nomCircuit .listeInscritEntete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 10px;
}

.nomCircuit .panneau-visible {
  position: relative;
  z-index: 100;
}

.nomCircuit .panneau-visible img {
  margin-right: 10px;
  width: 25px;
  cursor: pointer;
}

.nomCircuit .questions {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.nomCircuit .toggle-pannel {
  border: 1px solid #D3D3D3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -6px;
  width: 1109px;
}

.nomCircuit .tailleNom {
  width: 200px;
  word-wrap: break-word;
  font-weight: 700;
}

.nomCircuit .taillePrenom {
  width: 140px;
  font-weight: 700;
}

.nomCircuit .tailleDossier {
  width: 170px;
}

.nomCircuit .tailleTel {
  width: 100px;
  font-weight: 700;
}

.nomCircuit .tailleTel a, .nomCircuit .tailleEmail a, .tailleTel a, .tailleEmail a {
  text-decoration: none;
  color: #525252;
  font-weight: 700;
}

.nomCircuit .tailleEmail a:hover, .nomCircuit .tailleTel a:hover, .tailleEmail a:hover, .tailleTel a:hover {
  text-decoration: none;
  color: #00239c;
  font-weight: 700;
}

.nomCircuit .tailleEmail {
  width: 200px;
  word-wrap: break-word;
  padding-right: 10px;
  font-weight: 700;
}

.nomCircuit .tailleFinDroit {
  width: 150px;
}

.nomCircuit .tailleFinDroit span {
  width: 150px;
  font-weight: 700;
  margin-left: 10px;
}

.nomCircuit .tailleFinDroit span.finDroitRed {
  width: 150px;
  color: #FF5885;
}

.nomCircuit .taillePresence {
  width: 100px;
}

.nomCircuit .taillePresenceCheck {
  margin-left: 22px;
}

/* Partie Stagiaire en attente sur ce cicuit */
@media screen and (min-width: 319px) and (max-width: 373px) {
  .containerCircuits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cadreArrondiTableau {
    width: 100%;
    max-width: 305px;
    min-width: 200px;
  }
}

@media screen and (min-width: 374px) and (max-width: 440px) {
  .cadreArrondiTableau {
    width: 100%;
    max-width: 350px;
    min-width: 200px;
  }
  .containerCircuits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 501px) and (max-width: 800px) {
  .cadreArrondiTableau {
    width: 100%;
    max-width: 700px;
    min-width: 200px;
  }
  .containerCircuits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .cadreArrondiTableau {
    width: 100%;
    max-width: 660px;
    min-width: 200px;
  }
}

/* partie Tableau => Droite */
/*------------------ Partie mes Circuits */
/*----- PAge COMPTE FORMATEUR ET GESTIONNAIRE ---*/
.containerFormateur {
  width: 90%;
  max-width: 1366px;
  min-width: 310px;
  margin: 0 auto;
}

.containerFormateur h2 {
  font-weight: 700;
  color: #999999;
  font-size: 16px;
  margin-top: 20px;
}

.compteFormateur {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cadreArondiComteForm {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px 0px 10px;
  width: 90%;
  height: 150px;
  max-width: 420px;
  min-width: 310px;
}

.titleCadreArrondiFormateur {
  color: #525252;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  margin: 15px 10px;
  text-align: left;
}

.mainFormateur {
  padding: 20px;
}

.mainFormateur a {
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  text-decoration: none;
}

.mainFormateur a:hover {
  color: #00239c;
}

.pictoFormateur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 0px 20px;
}

.pictoFormateur button {
  border: none;
  background-color: transparent;
}

.btnCompteFormateur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.btnCompteFormateur button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compteContact {
  font-size: 16px;
  color: #525252;
  font-weight: 700;
}

.btnCompteFormateur .btn-default:focus {
  -webkit-box-shadow: 1px 1px 11px 1px #999999 !important;
          box-shadow: 1px 1px 11px 1px #999999 !important;
}

/* Modal creation de compte */
.modalCreationCompte .modal-title {
  text-align: left;
}

.creaCompteSelect p {
  color: #999999;
}

.creaCompteSelect .form-control {
  background: #ececec;
  width: 110px;
}

.creaCompteSelect .tailleSelect {
  background: #ececec;
  width: 280px;
  font-weight: 700;
  font-size: 13px;
}

.creaCompteSelect .inputPlaceholder {
  padding-left: 47px;
}

.creaCompteSelect .inputMinMax {
  padding-left: 58px;
}

.creaCompteSelect input {
  font-weight: 700;
  font-size: 13px;
}

.creaCompteSelect .insideInput {
  position: relative;
}

.creaCompteSelect .insideInput label {
  position: absolute;
  left: 10px;
  top: 11.5px;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
}

.creaCompteSelect .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow-down.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.blocInvalid {
  position: absolute;
  bottom: -60px;
  width: 100%;
  line-height: 1.2;
}

.btn-defaultRed {
  color: #C94031;
  background-color: #fff;
  border-color: #C94031;
  font-weight: 600;
}

.btn-defaultRed:hover {
  color: #fff;
  background-color: #C94031;
  border-color: #C94031;
  font-weight: 600;
}

.choixSuppression {
  font-weight: 400;
  font-size: 18px;
}

/* Modal creation de compte */
/* Planning Formateur*/
.inscritModif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
}

.sousTitleFormateur {
  font-size: 12px;
  color: #525252;
  margin-left: 20px;
}

@media screen and (min-width: 319px) and (max-width: 600px) {
  .inscritModif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 150px;
    height: 50px;
  }
}

/* Planning Formateur*/
/*----- PAge COMPTE FORMATEUR ET GESTIONNAIRE ---*/
/* Page Profil */
.containerProfil {
  width: 100%;
  max-width: 1000px;
  min-width: 310px;
  margin: 0 auto;
}

.blocFormateur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cadreArondiProfil {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px 0px 10px;
  width: 100%;
  max-width: 470px;
  min-width: 310px;
}

.cadreArondiProfil .title {
  font-size: 18px;
  color: #999999;
  font-weight: 600;
  padding: 10px 10px;
}

.blocModifMdp {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btnDeconnexion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.btnDeconnexion button {
  background: none;
  border-radius: 6px;
  padding: 5px 10px;
  border: 2px solid #00239c;
  color: #00239c;
  font-weight: 600;
}

.btnDeconnexion button::before {
  content: url(../images/log-out.svg);
  position: relative;
  left: -5px;
  top: 2px;
}

.btnDeconnexion button:hover::before {
  content: url(../images/log-out-blanc.svg);
  position: relative;
  left: -5px;
  top: 2px;
}

.btnDeconnexion button:hover {
  background: #00239c;
  border: 2px solid #00239c;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 319px) and (max-width: 766px) {
  .containerProfil {
    width: 90%;
  }
}

@media screen and (min-width: 767px) and (max-width: 980px) {
  .containerProfil {
    width: 90%;
  }
  .cadreArondiProfil {
    width: 46%;
  }
}

/* Page Profil */
/* Radio Custom */
.radioCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.radioCustom [type="radio"]:checked,
.radioCustom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radioCustom [type="radio"]:checked + label,
.radioCustom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.radioCustom [type="radio"]:checked + label:before,
.radioCustom [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.radioCustom [type="radio"]:checked + label:after,
.radioCustom [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #00239c;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radioCustom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radioCustom [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Radio Custom */
/* Radio Custom PAGE CIRCUIT */
.containerToggleItems .radioCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 0px;
}

.containerToggleItems .radioCustom [type="radio"]:checked,
.containerToggleItems .radioCustom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.containerToggleItems .radioCustom [type="radio"]:checked + label,
.containerToggleItems .radioCustom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  right: 28px;
}

.containerToggleItems .radioCustom [type="radio"]:checked + label:before,
.containerToggleItems .radioCustom [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 130px;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.containerToggleItems .radioCustom [type="radio"]:checked + label:after,
.containerToggleItems .radioCustom [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #00239c;
  position: absolute;
  top: 4px;
  left: 132px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.containerToggleItems .radioCustom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.containerToggleItems .radioCustom [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*FACTURATION*/
.card-header {
  padding: 0;
}

.btn-link {
  font-weight: 700;
  color: #525252;
  text-decoration: none;
}

.btn-link:hover {
  font-weight: 700;
  color: #525252;
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

.btn-Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.btn-Flex img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.btn-Flex .eyeOpen {
  position: absolute;
  left: 230px;
  display: none;
}

.btn-Flex .eyeOpen.active {
  position: absolute;
  left: 228px;
  display: block;
}

.btn-Flex .eyeClose.activeEye {
  position: absolute;
  left: 230px;
  display: none;
}

.btn-Flex .eyeClose.active {
  position: absolute;
  left: 220px;
}

.facturationFiltre h5 {
  font-size: 14px;
  color: #525252;
  font-weight: 700;
}

.dateFiltre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.filtreDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blocDateFiltre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.blocDateFiltre .positionCalendarDate {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 34px;
  top: -1px;
  z-index: 99;
}

.blocDateFiltre .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  position: relative;
  top: -5px;
}

.blocDateFiltre .form-control {
  display: block;
  width: 150px;
  height: calc(1.5em + .3rem + 2px);
  padding: .5rem .1rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-left: 12px;
}

.blocDateFiltre label {
  width: 25px;
  text-align: right;
  font-size: 14px;
  color: #525252;
  font-weight: 700;
}

.filtreDate input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #D3D3D3;
}

.filtretxt {
  width: 80px;
}

.filtretxt p {
  font-weight: 700;
  font-size: 14px;
  color: #525252;
}

.labelChoixCircuit {
  width: 150px;
}

.labelChoixCircuit p {
  font-weight: 700;
  font-size: 14px;
  color: #525252;
}

.facturationFiltre .datepicker {
  background-color: #fff;
}

.telechargementCSV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 37px;
  margin-bottom: 20px;
}

/*DATEPICKER*/
.datepicker {
  background-color: #fff;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 30px;
  border-radius: 4px;
  border: none;
  font-weight: 300;
  vertical-align: middle;
}

.datepicker table {
  margin: 0;
  width: 240px;
}

.datepicker table tr td.today {
  background-color: #00239c;
  background-image: none;
  color: #fff;
  vertical-align: middle;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover {
  background-color: #00239c;
  background-image: none;
  color: #fff;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: none;
  cursor: pointer;
  vertical-align: middle;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
  background-color: #999999;
  background-image: none;
  color: #fff;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: none;
}

.datepicker table tr td span.active.active {
  background-color: #00239c;
  background-image: none;
  color: #fff;
}

.cicuitFiltre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  min-width: 310px;
}

.cicuitFiltre .searchFamily {
  margin: 0;
}

.factuFiltreCircuit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 384px;
}

.factuFiltreCircuit .form-control {
  background: #ececec;
}

.factuFiltreCircuit .form-group {
  margin-bottom: 0;
  width: 100%;
}

.factuFiltreCircuit .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow-down.svg") !important;
  height: calc(1.5em + 1rem + 2px);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  font-size: 12px;
  font-weight: 600;
}

.factuFiltreCircuit .custom-select span.grayLight {
  color: #B5B7B8 !important;
}

@media screen and (min-width: 319px) and (max-width: 836px) {
  .cicuitFiltre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .factuFiltreCircuit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .labelChoixCircuit p {
    margin-bottom: 10px;
  }
  .factuFiltreCircuit .form-group {
    margin-left: 0px;
  }
  .factuFiltreCircuit .form-control {
    width: 90%;
  }
}

.filtreNomFamille {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
}

.filtreNomFamille p {
  font-weight: 700;
  font-size: 14px;
  color: #525252;
  margin-top: 0;
  width: 200px;
}

.searchFamily {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 586px;
  margin-left: 27px !important;
}

.cicuitFiltre input[type=search] {
  background: #ececec;
  font-weight: 700;
  font-size: 10px;
  color: #999999;
  border-radius: 2px;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group .form-control {
  height: calc(1.5em + 1.5em + 2px) !important;
  border: 1px solid #dfdfdf;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group-text {
  background-color: #525252;
  border: none;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group-text {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: .43rem .75rem;
  position: relative;
  top: .085em;
}

.cicuitFiltre .searchFamily .formGroupSearch svg {
  fill: #fff;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group {
  width: 100%;
}

.cicuitFiltre .searchFamily .formGroupSearch input[type=search] {
  font-size: 12px;
  font-weight: 600;
  color: #525252;
}

.cicuitFiltre .searchFamily .formGroupSearch input[type=search]::-webkit-input-placeholder {
  font-size: 10px;
}

.cicuitFiltre .searchFamily .formGroupSearch input[type=search]:-ms-input-placeholder {
  font-size: 10px;
}

.cicuitFiltre .searchFamily .formGroupSearch input[type=search]::-ms-input-placeholder {
  font-size: 10px;
}

.cicuitFiltre .searchFamily .formGroupSearch input[type=search]::placeholder {
  font-size: 10px;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group-text::after {
  content: url("../images/loupe.svg");
  position: relative;
  top: 3px;
}

.cicuitFiltre .searchFamily .formGroupSearch .input-group-text:hover::after {
  content: url("../images/loupe-bleu.svg");
  position: relative;
  top: 3px;
}

@media screen and (min-width: 319px) and (max-width: 836px) {
  .cicuitFiltre .filtreNomFamille {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filtreNomFamille p {
    width: 300px;
    margin-bottom: 10px;
  }
  .cicuitFiltre .searchFamily .formGroupSearch .input-group {
    width: 90%;
  }
  .searchFamily {
    margin-left: 0px !important;
  }
}

.facturationFiltre .deleteFiltre {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #00239c;
  margin-top: 20px;
  text-decoration: underline;
}

.tabFacturation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 10px;
}

.formTabFacturation table {
  width: 1330px;
}

.tabFacturation .tailleUne {
  width: 110px;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

.tabFacturation .tailleDeux {
  width: 184px;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

.tabFacturation .tailletrois {
  width: 100px;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

table .tailleUne {
  width: 110px;
  font-size: 13px;
  color: #525252;
  font-weight: 600;
}

table .tailleDeux {
  width: 184px;
  font-size: 13px;
  color: #525252;
  font-weight: 600;
}

table .tailletrois {
  width: 100px;
  font-size: 13px;
  color: #525252;
  font-weight: 600;
}

.tabFacturation.tabLine {
  border: 1px solid;
  height: 37px;
}

.tabFacturation.tabLine .tabLineOne {
  border-right: 1px solid;
}

@media screen and (min-width: 319px) and (max-width: 1070px) {
  .tabFacturation {
    width: 1366px;
  }
}

.popAnnulStage {
  width: 100%;
}

.popAnnulStage .form-group, .popAnnulStage .form-control {
  width: 100%;
}

.popAnnulStage h4 {
  font-weight: 700;
  font-size: 14px;
  color: #525252;
}

.popAnnulStage .infoHoraire .tailleSelect {
  background: #F5F7FE;
  font-weight: 700;
  font-size: 13px;
}

.popAnnulStage .infoHoraire .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-arrow-down.svg) !important;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: .51rem;
  padding-right: 2rem;
}

/*Creation nouveau circuit*/
.creaCircuitArondiXXL {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  margin: 20px auto 20px;
  max-width: 950px;
  min-width: 300px;
}

.creaFormateurRefe .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-arrow-down.svg) !important;
  background: none;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding-right: 2rem;
  font-size: 14px;
}

.creaCircuitArondiXXL .titleCreaCircuit {
  font-size: 16px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 10px;
}

.creaCircuitArondiXXL .titleCreaCircuit + p {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
  margin-top: 0;
}

.creaCircuitArondiXXL label {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
}

.creaCircuitArondiXXL .form-control {
  background-color: #ececec;
}

.creaNomCircuit .form-control {
  width: 350px;
}

.creaPostalCircuit .form-control {
  width: 200px;
}

.creaVilleCircuit .form-control {
  width: 400px;
}

.creaTelGestionnaire .form-control, .creaFormateurRefe .form-control {
  width: 350px;
}

@media screen and (min-width: 319px) and (max-width: 550px) {
  .creaNomCircuit .form-control {
    width: 100%;
  }
  .creaPostalCircuit .form-control {
    width: 100%;
  }
  .creaVilleCircuit .form-control {
    width: 100%;
  }
  .creaTelGestionnaire .form-control, .creaFormateurRefe .form-control {
    width: 100%;
  }
}

.creaFormateurRefe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.creaTxtPresentation textarea, .creaStagePresentation textarea {
  resize: none;
}

.creaBtnCircuit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modifBtnCircuit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.creaCircuitArondiXXL .blocStages h4 {
  font-size: 12px;
  color: #999999;
  font-weight: 700;
}

.creaCircuitArondiXXL .creaNomCircuit .form-control,
.creaCircuitArondiXXL .creaAdresseCircuit .form-control,
.creaCircuitArondiXXL .creaPostalCircuit .form-control,
.creaCircuitArondiXXL .creaVilleCircuit .form-control,
.creaCircuitArondiXXL .creaTelGestionnaire .form-control,
.creaCircuitArondiXXL .creaFormateurRefe .form-control {
  font-size: 12px;
  height: calc(1.5em + 1rem + 2px);
}

.creaCircuitArondiXXL .form-control {
  font-size: 12px;
}

.creaCircuitArondiXXL input, .creaCircuitArondiXXL select, .creaCircuitArondiXXL textarea {
  font-weight: 700;
}

.creaCircuitArondiXXL input:-webkit-autofill,
.creaCircuitArondiXXL input:-webkit-autofill:hover,
.creaCircuitArondiXXL input:-webkit-autofill:focus,
.creaCircuitArondiXXL textarea:-webkit-autofill,
.creaCircuitArondiXXL textarea:-webkit-autofill:hover,
.creaCircuitArondiXXL textarea:-webkit-autofill:focus,
.creaCircuitArondiXXL select:-webkit-autofill,
.creaCircuitArondiXXL select:-webkit-autofill:hover,
.creaCircuitArondiXXL select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #525252;
  -webkit-box-shadow: 0 0 0px 0px #ececec inset;
  box-shadow: 0 0 0px 0px #ececec inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/*Pagination page facturation*/
.factuPagination .page-link {
  border: none;
  font-size: 16px;
  color: #00239c;
}

.factuPagination .page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Pagination page facturation*/
/* Page activationEmail.html */
.activeEmail .posRelXS {
  position: absolute;
  bottom: 280px;
}

.activeEmail .itemValid {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.activeEmail .codeValide img {
  width: 40px;
}

/* Page activationEmail.html */
/* Page compteSuppressionCircuit.html */
.suppCircuit .posRelXS {
  position: absolute;
  bottom: 350px;
}

.suppCircuit .itemValid {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.suppCircuit .codeValide img {
  width: 25px;
}

/* Page compteSuppressionCircuit.html */
/* Page creationCircuit.html */
.creaCircuitArondiXXL .msgMcreaCircuit {
  position: absolute;
  top: 84px;
}

.creaCircuitArondiXXL .itemValid {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.creaCircuitArondiXXL .codeValide img {
  width: 25px;
}

@media screen and (max-width: 768px) {
  .creaCircuitArondiXXL .msgMcreaCircuit {
    top: 179px;
  }
}

/* Page creationCircuit.html */
/* texte mentions légales ""*/
.txtGrisReg10 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
  line-height: 1.4;
}

.txtGrisReg10 p {
  margin-bottom: 10px;
}

.txtGrisReg10 .btnAhrefLight {
  color: #707070;
  font-weight: 400;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */

.boxform {
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 30px 10px 0px 10px;
  max-width: 450px;
  padding: 10px 20px;
  position: relative;
}