/*
    Définition des fonts qui pourront être utilisés à savoir: Regular, Light, Bold et Thin
*/
@font-face {
    font-family: Overpass-Regular;
    src: url(../fonts/static/Overpass-Regular.ttf);
}

@font-face {
    font-family: Overpass-Light;
    src: url(../fonts/static/Overpass-Light.ttf);
}

@font-face {
    font-family: Overpass-Bold;
    src: url(../fonts/static/Overpass-Bold.ttf);
}

@font-face {
    font-family: Overpass-Thin;
    src: url(../fonts/static/Overpass-Thin.ttf);
}

body {
    /*font-family: 'Overpass-Light', sans-serif;*/
    font-family: 'Roboto','-apple-system','BlinkMacSystemFont','Segoe UI','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue','sans-serif';
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}


/* Style principal de la page */
:root {
    --main-bg-color: #272b61; /* définir la variable représentant la couleur principale */
    --black-color: #000;
    --white-color: #FFF;
    --secondary-blue-color: #8dd3f6;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.list-group-item {
    border: none;
    background: transparent;
}
/* Annuler les réglages par défaut des navigateurs */
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .005em;
    line-height: 22px;
}

.font-weight-bold {
    font-family: 'Overpass-Bold';
}

.font-weight-thin {
    font-family: 'Overpass-Thin';
}

.font-weight-light {
    font-family: 'Overpass-Light';
}

.custom-heading {
    margin: 0 0 16px;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

/*
.c-dropdown-container {
    position: relative;
    min-width: 120px;
}

.list-group-item.c-dropdown-container {
    padding: 0;
    
}

.c-dropdown {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
}
.c-dropdown a:hover{
    color: #079CEE;
}
.list-group-item a{
    text-decoration: none;
    color: #000;
}
.list-group-item a:hover{
    color: #079CEE;
}
 #en-cours a{
    color: #079CEE;
}
.c-dropdown-menu {
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
   
}
.c-dropdown li a{
    color: #000;
}
.c-dropdown li a:hover{
    color: #079CEE;
}

.vl {
    border-left: 1px solid #abb8c3;
    height: 310px;
    position: absolute;
    left: 32%;
    margin-left: -60px;
    top: 10px;
      
  }
  .cl {
    border-right: 1px solid #abb8c3;
    height: 320px;
    position: absolute;
    left: 32%;
    margin-left: 20%;
    top: 10px;
      
  }
  .hl {
    border-right: 1px solid #abb8c3;
    height: 320px;
    position: absolute;
    left: 32%;
    margin-left:41%;
    top: 10px;
      
  }
  .jl{
    border-right: 1px solid #d8dbe2;
    height: 180px;
    position: absolute;
    left: 32%;
    margin-left: 115px;
    top: 10px;

  }
  .bl{
    border-right: 1px solid #d8dbe2;
    height: 180px;
    position: absolute;
    left: 32%;
    margin-left: 115px;
    top: 10px;

  }
.c-btn {
    padding-left: 5px;
    padding-right: 5px;
}

.c-btn:hover + .c-dropdown-menu, .c-dropdown-menu:hover {
    visibility: visible;
    background: #FFF;
    border-radius: 20px;
    top: 80px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform: translateY(0);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
    width: 900%;
    height: 900%;
    background-size: 900% 900%;
    text-align: center;
    background-position: center center;
}
*/

.c-dropdown-container {
    position: relative;
    min-width: 120px;
}

.list-group-item.c-dropdown-container {
    padding: 0;
}

.c-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.c-dropdown-menu {
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
    list-style: none;
    padding: 20px;
    width: 350%;
    display: flex;
}

.c-dropdown-menu .c-box:not(:first-child) {
    font-family: 'Overpass-Light';
}

.c-dropdown-menu.c-shift-left {
  transform: translate(-70%, 10px);
}

.c-btn {
    /*adding-left: 5px;*/
    padding-right: 5px;
    width: 100%;
    text-align: left;
}

.c-btn:hover + .c-dropdown-menu, .c-dropdown-menu:hover {
    visibility: visible;
    background: #FFF;
    border-radius: 20px;
    top: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform: translateY(0);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
}

.c-btn:hover + .c-dropdown-menu.c-shift-left, .c-dropdown-menu.c-shift-left:hover {
    transform: translate(-70%, 0);
}

@media (min-width: 1180px) {
  .c-dropdown-menu.c-lg {
    /*width: 1120px;
    width: 500px;*/
    transform: translate(-23%, 10px);
  }

  .c-btn:hover + .c-dropdown-menu.c-lg, .c-dropdown-menu.c-lg:hover {
      transform: translate(-23%, 0);
  }
}

.c-dropdown-item {
  padding: 0 20px;
  display: inline-block;
  flex: 1 1 auto;
  border-right: 1px solid #d8dbe2;
}

.c-dropdown-item:first-child {
  padding-left: 0;
}

.c-dropdown-item:last-child {
  border-right: none;
  padding-right: 0;
}

@media not all and (min-width: 1180px) {
  .c-lg.c-dropdown-menu {
    flex-wrap: wrap;
  }

  .c-lg .c-dropdown-item {
    border-right: none;
    padding: 0;
  }

  .c-lg .c-dropdown-item:nth-child(1) {
    width: 50%;
    margin-bottom: 3%;
    border-right: 1px solid #d8dbe2;
  }

  .c-lg .c-dropdown-item:nth-child(2) {
    width: 47%;
    margin-left: 3%;
    border-bottom: 1px solid #d8dbe2;
  }

  .c-lg .c-dropdown-item:nth-child(3) {
    width: 47%;
    margin-right: 3%;
    padding-top: 3%;
    border-top: 1px solid #d8dbe2;
  }

  .c-lg .c-dropdown-item:nth-child(4) {
    width: 50%;
    margin-top: 3%;
    padding-left: 3%;
    border-left: 1px solid #d8dbe2;
  }
}

.c-fas {
    position: absolute;
    bottom: 35%;
    right: 10px;
    pointer-events: none;
}

.c-fas::before {
    content: '\f078';
}

.c-btn:hover ~ .c-fas::before, .c-dropdown-menu:hover ~ .c-fas::before {
    content: '\f077';
}

.c-rounded {
    opacity: 0;
    visibility: hidden;
    display: block;
    height: 17px;
    position: absolute;
    bottom: 0;
    border: none;
    background-image: url('../images/icon-half-rounded.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 60px 0;
    transform: translateY(10px);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
    pointer-events: none;
}

.c-btn:hover ~ .c-rounded, .c-dropdown-menu:hover ~ .c-rounded {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
}

.c-box {
    padding-left: 40px;
    padding-top: 5px;
    position: relative;
    width: 115%;
}
.c-box a{
    color: #000;
    font-size: 17px;
    font-weight: 300;
}
.c-box .row{
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}
.c-box button{
    font-size: 10px;
    width: 25%;
     text-align: center;
}
.c-box .video{
    margin-left: 85px;
    margin-top: -25px;
}

.c-box .c-menu-img {
    position: absolute;
    top: 0;
    left: 0;
}

/* pour mettre un menu au premier plan*/
#menu1{
z-index: 10;
}
#menu{
z-index: 1;
}
.c-fas {
    position: absolute;
    bottom: 35%;
    right: 10px;
}

.c-fas::before {
    content: '\f078';
}

.c-btn:hover ~ .c-fas::before, .c-dropdown-menu:hover ~ .c-fas::before {
    content: '\f077';
}
.list-group-item a{
    color: #000;
    text-decoration: none;
}

/*.c-rounded {
    opacity: 0;
    visibility: hidden;
    display: block;
    height: 17px;
    position: absolute;
    top: 0;
    background-image: url('../images/icon-half-rounded.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 8px 70px 0;
    transform: translateY(10px);
    z-index: -1;
}*/

.c-btn:hover ~ .c-rounded, .c-dropdown-menu:hover ~ .c-rounded {
    opacity: 1;
    visibility: visible;
}

 /* css new*/
.about{
    font-size: 20px;
}
.about-img{
    width: 80px;
    height: 60px;
}
.card{
    border: 2px solid #318ce7 !important;
}
.logo-part{
    width: 40%;
}

.form-group {
    margin-bottom: 2% !important;
}
/*@media (max-width: 123px) { /* Remplacez 123px par la taille de votre choix  pour la taille responsive*/
    /*.navbar {
    float: none;
    }
    .navbar-toggler {
    display: block;
    background-color: transparent;
    }
    .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
    display: none!important;
    }
    .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    }
    .navbar-nav>li {
    float: none;
    }
    .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .navbar-text {
    float: none;
    margin: 15px 0;
    }*/
    /* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
    /*.navbar-collapse.collapse.in {
    display: block!important;
    }
    .collapsing {
    overflow: hidden!important;
    }
    }*/