@charset "UTF-8";
/*DONNÉES GÉNÉRALES COMMUNES A TOUTES LES PAGES DU SITE*/
/*=========================================================================================*/
/*PAGE CATALOGUE FORMATION*/
/*=========================================================================================*/
/*PAGE DÉTAIL D'UNE FORMATION*/
/*=========================================================================================*/
/*PAGE NOUS CONTACTER*/
/*=========================================================================================*/
/*PAGE PANIER*/
/*=========================================================================================*/
/*-----------------------------------------GÉNÉRAL-------------------------------------------*/
body {
  font-family: 'ROBOTO';
  background-color: #ffffff;
  color: #404040; }

.test {
  background-image: url("../pictures/logo.png");
  width: 6px;
  height: 3px; }

.font-regular {
  font-weight: 400; }

.font-bold {
  font-weight: 600; }

.logo {
  background-image: url("../pictures/logo.png");
  height: 120px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center; }

.logo-footer {
  background-image: url("../pictures/logo-footer.png");
  height: 120px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center; }

.main-picture {
  height: 100%;
  width: 100vw; }

.ligne-style {
  height: 4px;
  width: 160px;
  background-color: #0505e0; }

h1 {
  font-size: 44px; }

h3 {
  font-size: 28px; }

.menu-color-pannier {
  color: #0505e0; }

.a-footer {
  text-decoration: none;
  color: #ffffff; }

.a-footer:hover {
  color: #ffffff; }

.a-coordonne {
  text-decoration: none;
  color: #ffffff; }

.a-coordonne:hover {
  color: #ffffff; }

/*-----------------------------------END-OF-GÉNÉRAL---------------------------------------*/
/*-----------------------------------NavBar---------------------------------------*/
.navigation-wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar {
  padding: 0; }

.navbar-brand img {
  height: auto;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0; }

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none; }

.navbar-light .navbar-toggler-icon {
  width: 40px;
  height: 20px;
  background-image: none;
  position: relative;
  border-bottom: 3px solid #0505e0;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 40px;
  position: absolute;
  height: 3px;
  background-color: #0505e0;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after {
  top: 8px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

.nav-link {
  color: #0505e0 !important;
  transition: all 200ms linear; }

.nav-item:hover .nav-link {
  color: #ff991f !important; }

.nav-item.active .nav-link {
  color: #777 !important; }

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block; }

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear; }

.nav-item:hover:after {
  bottom: 0;
  opacity: 1; }

.nav-item.active:hover:after {
  opacity: 0; }

.nav-item {
  position: relative;
  transition: all 200ms linear; }

/* #Media
================================================== */
@media (max-width: 767px) {
  .nav-item:after {
    display: none; }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    border: none; }

  .navbar-brand img {
    height: 75px; } }
.line-style-menu-responsive {
  height: 2px;
  width: 60%;
  background-color: #0505e0; }

/*-----------------------------------END-OF-Navbar---------------------------------------*/
/*-----------------------------------------MENU-------------------------------------------*/
.menu-color-pannier {
  color: #0505e0 !important; }

.menu {
  font-size: 20px; }

.menu-back-responsive {
  background-color: #ffffff; }

.color-font > li > a {
  color: #0505e0 !important; }

.menu-header {
  background-color: #ffffff; }

.animate {
  transition: top 1s ease-in-out; }

#outer-menu {
  height: 88px; }

.bg-light {
  background-color: #ffffff !important; }

/*----------------------------------------END-OF-MENU------------------------------------------*/
/*----------------------------------------CATALOGUES-oF-FORMATION------------------------------------------*/
.margin-b-6 {
  margin-bottom: 4rem !important; }

.card-catalogue {
  background-color: #ff991f;
  color: #ffffff;
  min-height: 130px; }

.voir-forma {
  background-color: #ff991f;
  font-size: 17px; }

.btn-voir-forma-cat-a :hover {
  color: #ffffff !important;
  text-decoration: none; }

.btn-voir-forma-cat {
  color: #ffffff;
  background-color: #ff991f;
  border: none;
  font-size: 21px; }

.arrow-down {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff; }

.btn-arround-arrow > svg {
  height: 27px;
  width: 27px;
  color: #404040; }

.bandeau-responsive-cat {
  background-color: #f36b5b; }

.bandeau-forma-cat {
  background-color: #f36b5b; }

.liste-forma {
  background-color: #ffffff;
  color: #404040;
  font-size: 20px; }

.btn-forma {
  background-color: #ffffff;
  color: #404040;
  border: none; }

.btn-forma2 {
  background-color: #ffffff;
  color: #404040;
  border: none; }

.font-size-famille {
  font-size: 27px; }

/*-----------------------------------END-OF-CATALOGUES-oF-FORMATION----------------------------------------*/
/*-----------------------------------------FORMATIONS------------------------------------------*/
.taille-font-titre {
  font-size: 44px; }

.description-forma {
  font-size: 22px; }

.titre-bandeau {
  font-size: 22px; }

.bandeau-text {
  font-size: 20px; }

.info-principal-formation {
  background-color: #f36b5b;
  color: #ffffff; }

.btn-tel-prog {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 15px; }

.card-devis {
  background-color: #ff991f;
  color: #ffffff;
  font-size: 17px;
  max-height: 220px; }

.card-devis-responsive {
  background-color: #ff991f;
  color: #ffffff;
  font-size: 17px; }

.btn-devis {
  background-color: #0505e0;
  color: #ffffff;
  border: none;
  font-size: 15px; }

.ligne-formation {
  height: 2px;
  width: 80%;
  background-color: #0505e0; }

mark {
  background-color: #ff991f; }

.btn-voir-session {
  background-color: #ffffff;
  border: 1px solid white;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #f36b5b; }

/*-----------------------------------------CARROUSEL------------------------------------------*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; }

.carousel-control-prev {
  padding-bottom: 50px;
  padding-right: 50px;
  margin-bottom: 48px; }

.carousel-control-next {
  padding-bottom: 50px;
  padding-left: 50px;
  margin-bottom: 48px; }

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #404040; }

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #404040; }

.carousel-indicators li {
  background-clip: padding-box;
  background-color: #404040;
  border-bottom-color: transparent;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-style: solid;
  border-top-width: 10px;
  box-sizing: content-box;
  color: #ffffff;
  cursor: pointer;
  display: list-item;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 300;
  height: 25px;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: -60px;
  margin-left: 3px;
  margin-right: 3px;
  max-width: 25px;
  opacity: 0.5;
  text-align: left;
  text-indent: -999px;
  text-size-adjust: 100%;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: opacity;
  transition-timing-function: ease;
  width: 25px; }

/*---------------------------------------CARD-OF-CARROUEL------------------------------------------*/
.card {
  border: none; }

.card-body {
  background-color: #f36b5b;
  border: none !important; }

.bandeau-card {
  background-color: #ffffff;
  color: #404040; }

.num-session {
  font-size: 27px; }

.title-forma-card {
  font-size: 11px; }

.prix-card-forma {
  font-size: 27px;
  color: #0505e0; }

.btn-card {
  background-color: #0505e0;
  color: #ffffff;
  border: 2px solid #0505e0;
  font-size: 14px; }

.telecharger-fiche-prog-card {
  font-size: 9px;
  color: #0505e0;
  text-decoration: underline; }

/*------------------------------------END-CARD-OF-CARROUSEL----------------------------------------*/
/*---------------------------------------END-OF-CARROUSEL------------------------------------------*/
/*--------------------------------------------CONTACT-----------------------------------------------*/
.form-input {
  background-color: #f36b5b;
  color: #404040;
  border: 1px solid #868686; }

.form-font-size {
  font-size: 22px; }

textarea {
  resize: none; }

.p-consentement {
  font-size: 12px;
  color: #404040; }

.check-consentement {
  font-size: 18px;
  color: #868686; }

.btn-envoie-forms {
  font-size: 22px;
  background-color: #ff991f;
  color: #000000;
  border: none; }

.contact-card {
  background-color: #f36b5b;
  color: #ffffff; }

.title-contact {
  font-size: 37px; }

.line-style-contact {
  background-color: #ffffff;
  height: 2px;
  width: 215px; }

.coordonees-contact {
  font-size: 24px;
  color: #ffffff; }

/*---------------------------------------END-OF-CONTACT------------------------------------------*/
/*---------------------------------------ESPACE-CLIENT------------------------------------------*/
.choix-preinscription {
  background-color: #f36b5b; }

.title-choix-preinscription {
  font-size: 30px;
  color: #ffffff; }

.line {
  background-color: #0505e0;
  height: 2px; }

.liste-choix {
  color: #ffffff;
  font-size: 24px; }

.step-1 {
  text-transform: uppercase;
  border-bottom: 1px solid black;
  font-size: 25px; }

.form-autentification {
  background-color: #f36b5b;
  color: #404040;
  border: 1px solid #868686; }

.form-group {
  font-size: 20px; }

.oubli-mdp {
  font-size: 18px;
  color: #404040;
  text-decoration: underline; }

.btn-espace-client {
  background-color: #ff991f;
  color: #000000;
  font-size: 18px;
  border: none;
  text-transform: uppercase; }

#panier {
  text-transform: uppercase; }

.line-style-panier {
  height: 2px;
  width: 50%;
  background-color: #0505e0; }

.form-radio {
  height: 22px;
  width: 22px; }

#client-societe {
  display: none; }

#forms-inscription {
  display: none; }

#specificationClient {
  display: none; }

div.error {
  color: #dc3545; }

.button-suppr {
  background-color: transparent;
  border: none;
  color: red;
  font-size: 21px; }

.button-fermer {
  background-color: transparent;
  border: none;
  color: red;
  font-size: 30px;
  margin-top: -10px; }

.modal-forgot-password {
  background-color: #ffffff; }

.btn-envoie-mdp-oublie {
  background-color: #ff991f;
  color: #000000;
  font-size: 18px;
  border: none;
  text-transform: uppercase; }

/*------------------------------------TOAST-AFFICHE-------------------------------------*/
#toast, #toast-mdp {
  display: none; }

/*------------------------------------END-OF-TOAST-AFFICHE-------------------------------------*/
/*------------------------------------END-OF-ESPACE-CLIENT-------------------------------------*/
/*---------------------------------------FOOTER------------------------------------------*/
.footer-style {
  background-color: #f36b5b;
  color: #ffffff;
  font-size: 20px; }

.contact-footer {
  font-size: 24px; }

.ligne-style-footer {
  height: 1px;
  width: 1014px;
  background-color: #ffffff; }

/*---------------------------------------END-OF-FOOTER------------------------------------------*/
/*-------MEDIA-QUERY------*/
@media (min-width: 0px) and (max-width: 576px) {
  h1 {
    font-size: 25px; }

  .contact-footer {
    font-size: 15px;
    text-align: center; }

  p {
    font-size: 20px; }

  .btn-forma {
    font-size: 15px; }

  .btn-arround-arrow > svg {
    height: 22px;
    width: 22px;
    color: #404040; } }
@media (min-width: 0px) and (max-width: 991px) {
  .h-100 {
    height: auto !important; } }
@media (min-width: 0px) and (max-width: 600px) {
  .choix-preinscription h3 {
    font-size: 22px !important; }

  .liste-choix {
    font-size: 16px;
    text-align: left; } }
@media (max-width: 433px) {
  .intervenant-title-md {
    font-size: 13px; }

  .description-forma {
    font-size: 11px; } }
@media (min-width: 0px) and (max-width: 320px) {
  .logo-footer {
    width: auto; } }
@media (min-width: 1200px) and (max-width: 1700px) {
  .font-size-famille {
    font-size: 20px; }

  .btn-voir-forma-cat {
    font-size: 19px; } }
@media (min-width: 1200px) and (max-width: 1464px) {
  .btn-voir-forma-cat-1 {
    font-size: 17px; }

  .btn-voir-forma-cat-2 {
    font-size: 17px; }

  .btn-voir-forma-cat-3 {
    font-size: 17px; }

  .btn-voir-forma-cat-4 {
    font-size: 17px; }

  .btn-voir-forma-cat-5 {
    font-size: 17px; }

  .btn-voir-forma-cat-6 {
    font-size: 17px; }

  .btn-voir-forma-cat-7 {
    font-size: 17px; }

  .btn-voir-forma-cat-8 {
    font-size: 17px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .card-catalogue {
    height: 300px; }

  .image-famille {
    max-height: 150px; } }
@media (min-width: 1464px) {
  .voir-forma > button {
    float: none !important; }

  .oubli-mdp {
    margin-left: 4em !important; }

  .btn-espace-client {
    margin-left: 2em !important; } }

/*# sourceMappingURL=style.css.map */
