/* ########################################### MISSION PAGE  ############################################################
 #########################################################################################################################*/

/* LIST MISSION*/
.margin-section {
  margin-top: 10%;
}

.background-color-text {
  background-color: #e00000;
}

.btn-link-mission {
  background-color: #e00000;
  border: none;
  color: white;
  transition: 0.3s;
}

.title-page,
.title-mission {
}

.title-mission {
  font-size: 1.7em;
}

.text-mission {
  font-size: 1.8em;
}
.titreOutils {
  cursor: pointer;
}
.titreOutils:hover {
  text-decoration: underline;
}
/* #########################################################################################################################
##############################################  ANIMATION SCROLL DRAW FLECHE  ##############################################
 ########################################################################################################################### */

:root {
  --red: white;
  /* Fleche COULEUR */
  --yellow: white;
  /*
    --green: black;
      --white: black;
      --grey-light: black;

      */
  /*ligne de progression couleur*/
  --grey: white;
  --black: white;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

.center-wrap {
  position: absolute;
  width: 100%;
  display: block;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 150px;
  bottom: auto;
  top: 2px;
  height: 69px;
  width: 69px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  /* font-family: 'unicons';
     content: '\e84b'; */
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--grey);
  left: 11px;
  top: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  /*    font-family: 'unicons'; */
  /*    content: '\e84b'; */
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 11px;
  top: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 1;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ####################    COLLAPSE   ##############   */
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}

#accordion .panel-title a {
  display: block;
  padding: 14px 45px 14px 21px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #e00000;
  border-bottom: 2px solid #eb5d7b;
  position: relative;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
  border-bottom: 2px solid #dadada;
  color: #4b4673;
}

#accordion .panel-title a.collapsed:hover {
  border-bottom: 2px solid #eb5d7b;
  color: #eb5d7b;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #eb5d7b;
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "\f067";
  background: #dadada;
}

#accordion .panel-title a.collapsed:hover:before {
  background: #eb5d7b;
}

#accordion .panel-body {
  font-size: 13px;
  color: #888;
  line-height: 25px;
  padding: 10px 20px;
  position: relative;
  border: none;
  transition: all 0.5s ease 0s;
}
.cardHome {
  min-height: 40vh;
}

/* #########################################################################################################################
##############################################  MEDIA QUERIES ##############################################
 ########################################################################################################################### */

/* @media screen and (max-width: 881) */
@media screen and (max-width: 881px) {
  .margin-section {
    margin-top: 20%;
  }
}

/* @media screen and (max-width: 520) */
@media screen and (max-width: 520px) {
  .margin-section {
    margin-top: 40%;
  }

  .title-page {
    margin-top: -20%;
  }
}

/* @media screen and (max-width: 420) */
@media screen and (max-width: 420px) {
  .margin-section {
    margin-top: 40%;
  }

  .title-page {
    margin-top: -20%;
  }
}

/* @media screen and (max-width: 420px) */

@media screen and (max-width: 415px) {
  .margin-section {
    margin-top: 80%;
  }

  .title-page {
    margin-top: -20%;
  }
}

/* @media screen and (max-width: 320px) */

@media screen and (max-width: 320px) {
  .margin-section {
    margin-top: 80%;
  }

  .title-page {
    margin-top: -60%;
    font-size: 1.6em;
  }
}
