.corps {
    background-color: #090B0F;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
}

::selection {
    background-color: #4472C4;
    color: #fff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090B0F;
    z-index: 9999;
}

.cont-loader {
    display: grid;
    align-content: space-between;
    height: 100%;
    width: 100%;
    padding: 30px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/bg_load.png');
}

.logo-ent-holding > img {
    height: 100px;
    width: auto;
    padding: 15px;
}

.logo-holding > a > img {
  height: 50px;
  width: auto;
}

#entrer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.orbit-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}




.orbit-logos {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 12s linear infinite;
  transform-origin: center center;
}



.logo {
  position: absolute;
  height: 50px;
  width: auto;
  animation: counter-rotate 12s linear infinite;
}

/* Positionner les logos en cercle */
.logo1 {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.logo2 {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.logo3 {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes counter-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.sign-dev {

}

.bas-page {
    text-align: center;
    margin-top: 150px;
}

.bas-page > div > p {
    padding: 20px 0;
}

.bas-page > div > hr {
    border: none;
    border-top: 4px solid #707070;
    width: 100%;
    margin: 0;;
}

.text-right {
    text-align: right;
}

.titre {
    color: #090B0F;
    text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
     letter-spacing: 3px;
}

.titre-ac {
    color: #fff;
    text-shadow:
    -1px -1px 0 #090B0F,
     1px -1px 0 #090B0F,
    -1px  1px 0 #090B0F,
     1px  1px 0 #090B0F;
     letter-spacing: 3px;
}

.btn-vp, .lien {
    text-decoration: none;
    color: #FFF;
    background-color: #3A3C3F;
    border: none;
    border-top: 4px solid #707070;
    border-left: 4px solid #707070;
    padding: 10px 15px;
}

.btn-vp:hover, .lien:hover {
    color: #4472C4;
    background-color: rgb(68, 114, 196, 0.2);
    border: none;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 10px 15px;
}

.sep-h {
    border-top: 5px solid #707070;
    width: 100%;
    display: block;
}

.sep-b {
    border-bottom: 5px solid #707070;
    width: 100%;
    display: block;
}

.sep-d {
    border-right: 5px solid #707070;
    height: 100px;
    display: block;
    margin-bottom: -20px;
    margin-right: 20px;
}

.sep-g {
    border-left: 5px solid #707070;
    height: 100px;
    display: block;
    margin-top: -20px;
    margin-left: 20px;
}

.logo > a > img {
    width: auto;
    height: 50px;
}

.menu > ul > li {
    display: inline;
    font-size: 14px;
    margin: 0 10px;
}

.menu > ul > li > a {
    text-decoration: none;
    color: #707070;
}

.menu > ul > li > a:hover {
    color: #4472C4;
}

.en-tete {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-en-tete {
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin-top: 50px;
}

.btn-menu > button {
    color: #707070;
    font-size: 30px;
    border: none;
    background-color: transparent;
}

.btn-menu > button:hover {
    color: #4472C4;
}

.menu-m {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 20px;
}

.menu-m > ul {
    list-style: none;
}

.menu-m > ul > li {
    margin: 10px 0;
}

.menu-m > ul > li > a {
    text-decoration: none;
    color: #707070;
}

.menu-m > ul > li > a:hover {
    color: #4472C4;
}

.logo-ban {
    padding: 100px 0;
}

.logo-ban > img {
    height: 100px;
    width: auto;
}

.banniere {
    margin-top: 100px;
}

.img-ban > img {
    width: 80%;
    height: auto;
    border-radius: 10px;
}

.img-ban2 {
    margin-top: -50px;
    margin-left: 70px;
}

.aproposh {
    margin-top: 150px;
}

.activite-h {
    margin-top: 85px;
}

.logo-ent {
    height: 300px;
    display: grid;
    justify-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.logo-ent > img {
    width: auto;
    height: 150px;
}

.cont-desc-ent {
    display: grid;
    align-items: center;
    height: 100%;
}

.cont-btn {
    text-align: right;
    margin-top: 50px;
}

.item-a-h > div {
    margin: -50px 30px;
}

.valeurs {
    margin-top: 150px;
    background-color: #000;
    padding: 100px 0;
    transform: rotate(-0.8deg);
    transform-origin: top left;
}

.valeurs > div {
    transform: rotate(0.8deg);
    transform-origin: top left;
}

.item-valeur > h5 {
    color: #4472C4;
}

.item-valeur > p {
    font-size: 14px;
    font-weight: 200;
}

.img-value {
    width: 100%;
    height: auto;
}

.infos {
    margin-top: 150px;
}

.text-infos {
    color: #090B0F;
}

.img-infos {
    width: auto;
    height: 350px;
}

.text-infos {
    padding: 50px 30px;
}

.infos {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-h {
    margin-top: 150px;
}

.d-date-h {
    margin-bottom: -50px;
    margin-right: 30px;
}

.item-dd > i {
    color: #090B0F;
    font-size: 30px;
}

.item-dd {
    display: grid;
    justify-items: center;
    border: none;
    background-color: transparent;
    color: #fff;
}

.img-dc {
    width: auto;
    height: 350px;
}

.text-dc {
    padding: 50px;
}

.details-contact {
    margin-top: 100px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-contact {
    display: flex;
    align-items: center;
}

.item-contact > i {
    color: #4472C4;
    font-size: 30px;
    margin-right: 30px;
}
.item-contact > span {
    font-size: 20px;
}

.liste-offres {
    margin-top: 150px;
}

.item-taf > div{
    margin-bottom: -50px;
    margin-right: 30px;
}

.list-activite {
    margin-top: 150px;
}

.details-activite {
    margin-top: 50px;
}

.banner-activite {
    width: 100%;
    height: auto;
    padding: 0 50px;
}

.logo-activite {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.logo-ban-about {
    padding: 10px 0;
}

.logo-ban-about > img {
    height: 100px;
    width: auto;
}

.cover-about {
    margin-top: 100px;
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
    color: #707070;
    padding: 0 150px;
    margin-bottom: 100px;
}

.cover-about {
    font-size: 20px;
}

.item-about {
    text-align: center;
}

.item-about > img {
    height: 150px;
    width: auto;
}

.item-about > h3 {
    color: #707070;
}

.equipe {
    margin-top: 150px;
    margin-top: 150px;
    background-color: #000;
    padding: 100px 0;
    transform: rotate(-0.8deg);
    transform-origin: top left;
}

.equipe > div {
    transform: rotate(0.8deg);
    transform-origin: top left;
}

.cont-pp-equipe {
    width: 80%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: -50px 40px;
}

.item-equipe > h4 {
    color: #707070;
}

.equipe > div > h1 {
    margin-bottom: 70px;
}

