/* background */

body.news,
body{
    background-color: #FFF;
    font-family: courier, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f5f5f5;
    background-image: url('background.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    user-select: none;
}

body.news{
    background-image: url('');
}




/* Zone du logo */
#logoIndex{
  border: 3px solid #454545;
  border-radius: 50%;
  width: 100px;
  position: absolute;
  top: 150px;
  background-color: #616161;
}

#logoIndex:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

#firstBackImg{
  margin-top: -12px;
  margin-left: -10px;
  width: auto;
  float: all;
}

.accImage{
  width: 250px;
  padding-left: 25%
}

.dlLogo{
  width: 30px;
  position: absolute;
}

.veilleImg{
  width: 400px;
}

.imgNews{
  margin: -10px;
  object-fit: cover;
  height: 30%;
  width: 101%;
  max-height: 400px;

}

#linkdinImg{
  width: 23px;
}


/* Zone de texte acceuil */
.titre-bvn{
  color: #ECECEC;
  text-align: left;
  background-color: #2B262D;
  padding: 30px;
  padding-bottom: 10px;
  margin: -20px;
  margin-bottom: 10px;
}


/*Acceuil*/
.zonetextAcc{
  background-color: #2B262D;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 0.1%;
  padding-bottom: 0.5%;
  font-size: 20px;

  min-width: 550px; 
  max-width: 551px; 
  min-height: 470px;
  max-height: 471px;
  margin-right: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.zonetextAcc:hover{
  transform: scale(1.1) perspective(1px)
}

.flexCont{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.accHref{
  text-decoration: none;
  color: #FFF;
}

.accHref:hover{
  text-decoration: underline;
}

#box1Acc{
  font-size: 25px;
}
#box1Acc2{
  font-size: 20px;
}

#box2Acc{

}

.leBut{
  background-color: #647295;
  padding: 30px;
  margin: -10px;
  margin-top: 20px;
}

a.compet{
  text-decoration: none;
  color: white;
}
a.compet:hover{
  text-decoration: underline;
}


/* News Zone */
.titleNews{
  text-align: center;
  background-color: #2B262D;
  padding-top: 1.5%;
  padding-bottom: 0.1%;
  margin: -10px;
}

.zonetextNews{
  background-color: #2B262D;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 10px;
  margin-top: 80px;
  padding-top: 0.1%;
  padding-bottom: 0.5%;

  font-size: 20px;
  height: 350px;
  width: 400px;

  text-align: center;
  text-decoration: none;
  color: #ECECEC
}

#box1News{
  margin-right: 5px;
  transition: 0.3s;
}

#box1News:hover{
  background-color: #2B262D;
  transform: scale(1.2) perspective(1px)
}

#box2News{
  transition: 0.3s;
}

#box2News:hover{
  background-color: #2B262D;
  transform: scale(1.2) perspective(1px)
}

/*Zone articles*/
.zonetextArticle{
  background-color: #FFF;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 10px;
  margin-top: 30px;
  padding-top: 0.1%;
  padding-bottom: 0.5%;
  font-size: 20px;

  border-style: solid;
  border-color: #647295;


  text-decoration: none;
  color: #000
}

#box1Art,
#box2Art,
#box3Art,
#box4Art,
#box3Artt,
#box4Artt{
  width: 40%;
  height: 85%;
}


#box3Artt,
#box4Artt{
  height: 90%;
}
.artText{
  font-size: 15px;
}

.artImg{
  padding-top: 15px;
  object-fit: cover;
  height: 30%;
  width: 100%;
  max-height: 400px;
}

.titleArt{
  text-align: center;
  margin: 0 auto;

  font-size: 20px;
  color: #FFF;
  border-top: solid;
}

.MainTitleArt{
  text-align: center;
  margin: 0 auto;

  font-size: 20px;
  color: #000;
}

.articlesZone{
  background-color: #2E2C29;
  margin: -10px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  min-height: 2000px;
  max-height: 2600px;
}

.articlesZoneJur{
  background-color: #2E2C29;
  margin: -10px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  min-height: 1300px;
  max-height: 2000px;
}

.corpsVeille{
  color: #282827;
  font-size: 18px;
  padding-bottom: 20px;
}

.veillesHref:hover{
  text-decoration: none;
}



h1.text-corps{
  text-align: center;
  font-size: 30px;
}


/* Zone de texte  stages */
.zonetext{
  background-color: #2B262D;
  padding-left: 5%;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 0.1%;
  padding-bottom: 0.5%;
  font-size: 20px;
  color: #ECECEC;
  margin: 20px;

  animation-name: stage;
  animation-iteration-count: infinite;
  animation-duration: 100s;
}

@keyframes stage {
  0%   {background-color: #2B262D;}
  50%  {background-color: grey;}
  100%  {background-color: #2B262D;}
}

h3.stages{
  margin-bottom: 10px;
}

h2.stages{
  margin-bottom: -20px;
}

hr{
  height:3px;
  background-color: #647295;
  margin-bottom: 30px;
  border: none;
}

.liensVis{
  text-decoration: none;
  color: #ECECEC;
}

.liens:hover{
  background-color: #647295;
  color: black;
  padding: 5px 10px;
  border: 1px solid #2B262D;
}

#links{
  z-index: 5;
  margin-top: 30px;
}

#lienLink{
 margin-bottom: 30px;

}

.liens{
  background-color: grey;
  border: 1px solid grey;
  border-radius: 8px;
  padding: 6px;
  margin-top: -15px;

  transition-duration: .3s;
  transition-timing-function: ease;

  position: absolute;
  left: 40%;
}

/* footer */
.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 110%;
  margin-left: -20px;
  font-size: 16px;
}

footer #aPropos{
  padding-top: 5px;
  position: absolute;
  left: 15px;
}

footer #copyright{
  margin-top: 50px;
  text-align: center;
  transition: 1s;
  position: absolute;
  right: 25px;
}

footer #copyright:hover{
    color: #607295;
}

#backFooter{
  background-color: red;
  position: absolute;
  width: 100%;
  height: 125px;
  margin-top: 10px;
  left: 0px;
  z-index: 0;

  background-color: #2E2C29;
}


/*-----------------------------Zone secondaire-----------------------------*/
/*Swtich button */
.flipswitch {
  position: relative;
  width: 86px;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 8px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "ON";
  padding-left: 12px;
  background-color: #256799;
  color: #FFFFFF;
}
.flipswitch-inner:after {
  content: "OFF";
  padding-right: 12px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  width: 31px;
  margin: -3.5px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 59px;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}



/*Nav menu*/
#menu {
  font-family: arial;
  background: #0099CC;
  background: linear-gradient(to bottom,  #919191,  #454545);
  color: #FFF;
  height: 45px;
  padding-left: 18px;
  padding: 5px;
  border: 4px solid #6D6D6D;
  margin: -10px;
  margin-bottom: 10px;
}
#menu ul, #menu li {
  margin: 0 auto;
  padding: 0;
  list-style: none
}
#menu ul {
  width: 100%;
}
#menu li {
  float: left;
  display: inline;
  position: relative;
}
#menu a {
  display: block;
  line-height: 37px;
  padding: 0 14px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}
#menu a.dropdown-arrow:after {
  content: "\2193";
  margin-left: 5px;
}
#menu li a:hover {
  color: #000000;
  background: #F2F2F2;
}
#menu input {
  display: none;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 100%;
  opacity: 0;
  cursor: pointer
}
#menu label {
  display: none;
  line-height: 37px;
  text-align: center;
  position: absolute;
  left: 35px
}
#menu label:before {
  font-size: 1.6em;
  content: "\2261"; 
  margin-left: 20px;
}
#menu ul.sub-menus{
  height: auto;
  overflow: hidden;
  width: 250px;
  background: #707070;
  position: absolute;
  z-index: 99;
  display: none;
}
#menu ul.sub-menus li {
  display: block;
  width: 100%;
}
#menu ul.sub-menus a {
  color: #FFFFFF;
  font-size: 16px;
}
#menu li:hover ul.sub-menus {
  display: block
}
#menu ul.sub-menus a:hover{
  background: #F2F2F2;
  color: #444444;
}
@media screen and (max-width: 800px){
  #menu {position:relative}
  #menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
  #menu ul.sub-menus {width:100%;position:static;}
  #menu ul.sub-menus a {padding-left:30px;}
  #menu li {display:block;float:none;width:auto;}
  #menu input, #menu label {position:absolute;top:0;left:0;display:block}
  #menu input {z-index:4}
  #menu input:checked + label {color:white}
  #menu input:checked + label:before {content:"\00d7"}
  #menu input:checked ~ ul {display:block}
}





/**Temporaire**/
#traveuZ{
  color: #FFF;
  text-align: center;
}

#traveau{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

#traveauImg{
  width: 50%;
}

.hrUp{
  width: 7px;
  height: 400px;
  margin-top: 65px;
}




/*Acordeon*/
input.invis {
 position: absolute;
 opacity: 0;
 z-index: -1;
}


.faq {
 color: #FFF;
 margin-bottom: 3rem;
}

.faq-label {
 font-size: 1.5rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 1em;
 background: #256799;
 font-weight: bold;
 cursor: pointer;
 user-select: none;
}


.faq-label::after {
 content: '\002B';
 padding: 0.51rem;
 transform: scale(1.8);
 text-align: center;
 transition: all 0.35s;
}

.faq-content {
 max-height: 0;
 padding: 0 1em;
 color: #2c3e50;
 background: white;
 transition: all 0.35s;
 display: none;
}

input:checked + .faq-label {
 background: #256799;
}
input:checked + .faq-label::after {
 content: '\2013';
 transform: scale(1.5);
}
input:checked ~ .faq-content {
 max-height: 100vh;
 padding: 1em;
 display: block;
 transition: all 0.35s;
}
.def{
  margin-top: 50px;
  color: #000;
  text-decoration: underline;
}


/*Test de nom animé*/

}
.container{
    transform: translate(-50%, -50%);
}
.row{
  margin-left: 130px;
}
.container span{
    display: block;
    width: 100%;
    margin-right: 200px;
}
.text1{
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    background: #2B262D;
    position: relative;
    animation: text 3s 1;
}
.text2{
    font-size: 30px;
    color: #FFF;
}
@keyframes text{
    0%{
        color: black;
        margin-bottom: -40px;
    }
    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
        }
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
}

.spaceZ{
  padding-bottom: 5px;
  animation: space 3s 1;
}

@keyframes space{
    0%{
        padding-bottom: 20px;
    }
    30%{
        padding-bottom: 50px;
        }
    85%{
        padding-bottom: 50px;
    }
}

b{
  text-decoration: underline;
}



/*Zone du formualaire*/
/* Styles pour les cases d'entrée du formulaire de contact */
.form-control {
    border: 2px solid #454545; /* Couleur de la bordure */
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    transition: border-color 0.3s;
    background-color: #616161; /* Couleur de fond */
    color: #ECECEC; /* Couleur du texte */
    text-align: center; /* Centre le texte dans les cases d'entrée */
}

.form-control:focus {
    border-color: #007bff; /* Couleur de la bordure lorsqu'il est en focus */
}

/* Style pour le bouton Envoyer */
.btn-send {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-send:hover {
    background-color: #0056b3; /* Couleur du bouton au survol */
}

/* Style pour les messages d'erreur */
.help-block {
    color: #dc3545; /* Couleur de texte rouge pour les messages d'erreur */
    margin-top: 5px;
}

/* Style pour le champ obligatoire */
.text-muted strong {
    color: #dc3545; /* Couleur rouge pour le champ obligatoire */
}

/* Style pour le titre du formulaire */
h1 {
    color: #ECECEC; /* Couleur du titre */
}

/* Style pour le paragraphe de description */
.lead {
    font-size: 18px;
    color: #ECECEC; /* Couleur du texte */
    margin-bottom: 30px;
}

/* Style pour le conteneur principal */
.containers {
    padding: 50px 0;
}

/* Style pour la rangée */
.rows {
    display: flex;
    justify-content: center;
}

/* Style pour la colonne principale du formulaire */
.col-xl-8 {
    background-color: #2B262D; /* Couleur de fond */
    padding: 30px;
    padding-right: 70px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* Style spécifique pour la case de message */
#form_message {
    background-color: #616161; /* Couleur de fond identique aux autres cases */
    width: 500px; /* Ajustez la hauteur comme vous le souhaitez */
}





/*Bouton pour remonter tout en haut de la page*/

