:root {
  --primary: #fd5d2a;
  --secondary: #fff0e6;
  --light: #f8f8f9;
  --dark: #1b7513;
  --back: #ff3e00;
  --gris: #dcdcdd;
}

body {
  background-color: var (--gris);
}

/*-- BOTTOM NAV --*/
.top-nav {
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  background-color: var(--primary);
  padding-top: 10px;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 5px;
  color: #ffffff;
}

h1,
h2,
h3 {
  color: var(--secondary);
  font-style: roboto;
  font-weight: bold;
  text-shadow: 0px 0px 15px var(--back);
}

h4,
h5,
h6 {
  font-weight: normal;
  color: var(--back);
}

strong {
  font-style: italic;
}

.display-1,
.display-2,
.display-3,
.display-4,
.fs-5,
.fs-4 {
  font-weight: 700;
  color: var(--secondary);
  font-style: roboto;
  text-shadow: 0px 0px 15px var(--back);
}

.social-icons a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: var(--secondary);
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--primary);
}

/*** Button ***/
.btn {
  font-weight: 400;
  transition: 0.5s;
  border-radius: 30px;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
  background: var(--dark);
}

.btn.btn-outline-primary {
  display: inline-block;
  border-radius: 4px;
  background-color: var(--back);
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  width: 180px;
  height: 50px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn.btn-outline-primary i {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn.btn-outline-primary i {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.btn.btn-outline-primary i:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.btn.btn-outline-primary:hover i {
  padding-right: 10px;
}

.btn.btn-outline-primary:hover i:after {
  opacity: 1;
  right: 0;
}

/*** Navbar ***/

.nav-bar {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: black;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: var(--dark);
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Carousel ***/

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--dark);
  border: 12px solid var(--dark);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cover animate__animated animate__backInLeft{
    font-size: 20px;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: linear-gradient(rgba(0, 29, 35, 0.8), rgba(0, 29, 35, 0.8)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item:before {
  color: #999999;
}

.cover {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  position: absolute;
  margin-top: 95px;
  padding-right: 600px;
}
.test {
  background-color: #1b7513;
  color: #fff;
  border-radius: 10px;
}
/*actualite*/

.actualite_gle {
  height: auto;
  margin-bottom: 15px;
}

.container-title {
  color: var(--dark);

  font-size: 30px;

  font-family: "Roboto Condensed", sans-serif;

  font-weight: bold;
}

.titre_article {
  color: var(--back);
}

.article {
  text-align: left;
}

.blog-post {
  text-align: center;
  border-radius: 25px;
}

.blog-post:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: rgba(255, 77, 41, 0.7);
}

.article img {
  position: relative;
  overflow: hidden;
}

/*** box info ***/

.titre {
  background-color: red;
  height: 45px;
}

.info {
  color: var(--secondary);
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 10px;
  margin-left: 15px;
}

.information {
  background-color: black;
  height: 45px;
}

.information a {
  color: var(--secondary);
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  margin: auto;
  display: inherit;
}

.information a:hover {
  color: var(--back);
}

/*** Sidebar ***/

.sidebar {
  border-style: inset;
  padding-left: 10px;
  margin-top: 10px;
  height: 400px;
  border-color: var(--dark);
}

.mysidebar {
  border-style: inset;
  padding-left: 10px;
  margin-top: 10px;
}

.sidebar p {
  padding-bottom: 10px;
  margin-top: 15px;
}

.sidebar p:after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 3px;
  background: var(--back);
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.sidebar p:hover::after {
  transform: scale(1);
}

.sidebar img:hover {
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  background-color: rgba(255, 77, 41, 0.7);
}

.entete a {
  border-radius: 10px;
}

.entete p {
  font-size: 20px;
  font-family: roboto;
}

.entete {
  margin-left: 20px;
}

/*-- left Sidebar--*/

/*.president {
  background-color: #efefef;
  height: 400px;
}

.president .zone {
  color: var(--back);
}*/

.zone h3,
.zone h5 {
  text-align: center;
  margin-left: 50px;
}

/*.president .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: auto;
  padding-top: 15px;
}

.president .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.president:hover .overlay {
  top: 0%;
  opacity: 1;
}

.motpr h3 {
  padding-bottom: 10px;
  perspective-origin: center;
  color: var(--dark);
  text-transform: uppercase;
}

.motpr h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 3px;
  background: var(--dark);
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.motpr h3:hover::after {
  transform: scale(1);
}

.motpr p {
  text-align: justify-all;
}

.president {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.president:hover {
  top: 50%;
  opacity: 1;
}

.president:hover .overlay {
  top: 0%;
  opacity: 1;
}
*/

.box_presentation {
  min-height: 300px;
  background-color: #efefef;
  width: 850px;
  margin-left: 10px;
}

.box_presentation img {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 600px;
  width: 850px;
}

.box_presentation p {
  text-align: justify;
  font-family: roboto;
  font-size: 18px;
}

.roles {
  min-height: 250px;
  width: 850px;
  background-color: #efefef;
  margin-left: 10px;
}

.rolesprov {
  min-height: 500px;
  width: 1280px;
  background-color: #efefef;
}

.gp {
  display: flex;
}

.group {
  margin-left: 100px;
}

.group2 {
  margin-left: 30px;
}

.group2 label {
  margin-right: 10px;
}

.btn.btn-warning:hover {
  background-color: #ff3e00;
  color: #ffffff;
}

.btn.btn-warning:active {
  background-color: #e9450f;
  color: #ffffff;
}

.form-control-lg {
  width: 700px;
}

.roles_search {
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 10px;
  height: 80px;
  width: 130px;
}

.roles_search:hover {
  background-color: var(--back);
}

.form-control {
  border-radius: 30px;
}

.entete_roles {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: roboto;
  color: var(--back);
}

.contactez {
  background-color: #efefef;
}

.contactez p {
  font-family: roboto;
  font-size: 20px;
}

.contactez h6 {
  font-family: roboto;
  font-size: 25px;
  color: var(--back);
}

.contactez div img {
  float: right;
  height: 400px;
  width: 400px;
}

/*** Footer ***/

.footer {
  width: 100%;
  background: var(--primary);
}

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

.text {
  padding: 30px;
}

.footer a:hover {
  color: #fff;
}

.footer .text-brand {
  padding: 10px;
}

.footer p {
  margin-bottom: 10px;
  margin-left: 35px;
  color: #ffffff;
}

.bottom-footer {
  background-color: var(--back);
  margin-bottom: 47px;
}

.bottom-footer p {
  margin-top: 10px;
  margin-left: 450px;
  color: #ffffff;
}

.social-icons {
  padding: 30px;
}
