html {
  font-size: 18px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}

a {
  list-style: none;
  cursor: pointer;
  color: black;
}

a:hover {
  color: #3998D5;
}

table a {
  list-style: none;
  cursor: pointer;
  color: black;
}

table a:hover {
  color: #3998D5;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: left;
}

.section.left {
  margin-left: 40px;
}

.rub_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 5px;
  text-transform: uppercase;
  border-left: 5px solid #3998D5;
  padding-left: 5px;
}
.rub_title hr {
  color: #3998D5;
  height: 2px;
  width: 48%;
  margin: 0;
}

h4, h5 {
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.bg-primary-site {
  color: #3998D5;
}

.encart {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
  border-radius: 5px;
  max-width: 1000px;
}

.encart.blue {
  background-color: #3998D5;
  color: #fff;
}

.encart.blue a {
  color: #fff;
}

.encart.gray {
  background-color: #6c757d;
  color: #fff;
}

.encart.gray a {
  color: #fff;
}

.encart.yellow {
  background-color: #FADA13;
}

i {
  margin-right: 5px;
}

.btn-primary {
  background: #3998D5;
}

.btn-warning {
  background: #FADA13;
}

.btn-danger {
  background: #EC6608;
}

.form-label {
  font-weight: bold;
}

/*********** NAVBAR USER SITE ***********/
nav[role=main] {
  background-color: #fff;
  border-bottom: 1px solid #3998D5;
}
nav[role=main] .navbar-collapse {
  text-align: left;
}
nav[role=main] a {
  border-right: 3px solid #3998D5;
}
nav[role=main] a:focus, nav[role=main] .active {
  background: #3998D5;
  color: #fff !important;
  transition: 0.3s;
}
nav[role=main] a:hover {
  background: rgb(179, 208, 228);
  transition: 0.3s;
}
nav[role=main] .nav-pills .nav-item .nav-link.active {
  background: #3998D5;
  color: white;
  font-weight: bold;
}
nav[role=main] .nav-pills .nav-item .nav-link.active:hover {
  background: rgb(179, 208, 228);
  transition: 0.3s;
}
nav[role=main] .nav-pills .nav-item .nav-link {
  color: black;
}
nav[role=main] .nav-pills .nav-item .nav-link:hover {
  background: rgb(179, 208, 228);
  transition: 0.3s;
}

.nav-pills .nav-item .nav-link.active {
  background: #3998D5;
  color: white;
  font-weight: bold;
}
.nav-pills .nav-item .nav-link.active:hover {
  background: rgb(179, 208, 228);
  transition: 0.3s;
}

.nav-pills .nav-item .nav-link {
  color: black;
}
.nav-pills .nav-item .nav-link:hover {
  background: rgb(179, 208, 228);
  transition: 0.3s;
}

nav[role=main] .logo {
  width: 200px;
  height: auto;
  margin: 0 40px 0 0;
}

#contact .logo {
  width: 300px;
  height: auto;
}

/*********** OFFCANVAS CONTACT ***********/
#contact {
  background: #fff;
  text-align: center;
  font-size: 1rem;
}
#contact li {
  text-align: left;
}
#contact .bi {
  color: #3998D5;
  font-size: 2rem;
  justify-content: center;
}

/*********** BANNER ***********/
.banner_container {
  display: flex;
  padding: 0;
  gap: 5px;
  position: relative;
  z-index: 0;
}

.banner_title {
  background: rgb(146, 141, 141);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: 110px;
  line-height: 110px;
  text-align: left;
  padding-left: 10px;
  z-index: 1;
  position: relative;
  margin-top: -35px;
}

.banner_title.index {
  background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(250, 218, 19) 35%, rgb(250, 218, 19) 100%);
  color: black;
  padding-left: 25px;
}

.banner_title.admin {
  background: #FADA13;
}

.banner_img {
  max-width: 400px;
}

@media (max-width: 768px) {
  .banner_title {
    font-size: 1rem;
    height: 60px;
    line-height: 25px;
    bottom: -11px;
  }
}
/*********** FOOTER ***********/
footer {
  background: #262626;
  color: #fff;
}

footer .bar_contact, .copyright, .links {
  padding-left: 50px;
}

footer .bi, h2 span {
  color: #3998D5;
  font-weight: bold;
}

footer .bi {
  padding: 0 10px;
}

footer h2 {
  padding: 10px 0;
}

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

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

/*********** NEWS ***********/
.news_container {
  margin-left: 5px;
}

.news_container_left {
  padding-right: 15px;
}
.news_container_left h3 {
  font-size: 1.5rem;
  border-left: 5px solid #3998D5;
  margin: 10px 0;
  padding-left: 5px;
}
.news_container_left p {
  margin: 10px 0;
  font-size: 0.9rem;
}

.news_container_right article {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 15px 0;
  border-bottom: 1px solid #3998D5;
}
.news_container_right article:last-child {
  border-bottom: none;
}
.news_container_right article h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  align-self: center;
}
.news_container_right article h3 {
  font-size: 1rem;
  border-left: 5px solid #3998D5;
  padding-left: 5px;
}
.news_container_right article img {
  width: 150px;
  height: 100px;
  align-self: center;
}
.news_container_right article p {
  font-size: 0.9rem;
}
.news_container_right article div {
  margin-right: 10px;
}

/*********** EVENTS ***********/
.events_container {
  display: flex;
  background-image: url("../images/evenement.jpg");
  background-size: cover;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.events_container .leftbox {
  text-align: center;
  width: 40%;
}

.events_container .leftbox .content {
  margin: 50px 0 50px 50px;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
}
.events_container .leftbox .content .btn {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.events_container .leftbox .content .btn:hover {
  background: #3998D5;
}
.events_container .leftbox .content h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  text-transform: uppercase;
}

.events_container .rightbox {
  width: 60%;
  height: 500px;
}

.events_container .events {
  background: rgba(0, 0, 0, 0.5);
}

.events_container .events ul {
  margin: 0;
  padding: 20px 50px 20px 50px;
  box-sizing: border-box;
}

.events_container .events ul li {
  background: #fff;
  box-sizing: border-box;
  height: 120px;
  margin: 10px 0;
}
.events_container .events ul li h4 {
  font-size: 1.5rem;
}
.events_container .events ul li .time {
  background: #262626;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 30%;
  height: 100%;
  float: left;
  text-align: center;
  transition: 0.5s;
}
.events_container .events ul li .time span {
  color: #3998D5;
  font-size: 2rem;
}
.events_container .events ul li .time:hover {
  background: #3998D5;
}
.events_container .events ul li .time:hover span {
  color: black;
}
.events_container .events ul li .details {
  padding: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 70%;
  height: 100%;
}
.events_container .events ul li .details p {
  position: relative;
  margin: 0;
  font-size: 0.9rem;
}
.events_container .events ul li .details a {
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 5px;
  transition: 0.5s;
  float: right;
}
.events_container .events ul li .details a:hover {
  background-color: #3998D5;
  color: #fff;
}

@media (max-width: 768px) {
  .events_container {
    flex-direction: column;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .events_container .leftbox {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .events_container .leftbox .content {
    text-align: center;
  }
  .events_container .leftbox .content h1 {
    font-size: 1.5rem;
  }
  .events_container .rightbox {
    width: 100%;
    height: auto;
  }
  .events_container .rightbox .events ul {
    position: relative;
    transform: translateY(0px);
    padding: 0 20px 20px;
  }
  .events_container .rightbox .events ul li {
    width: 100%;
    height: auto;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
  }
  .events_container .rightbox .events ul li .time {
    width: 80px;
    height: 80px;
    padding: 0;
  }
  .events_container .rightbox .events ul li .time h3 span {
    font-size: 1.5rem;
  }
  .events_container .rightbox .events ul li .details {
    width: 100%;
    height: auto;
    float: none;
    padding-left: 50px;
    background: transparent;
  }
  .events_container .rightbox .events ul li .details .btn {
    font-size: 0.9rem;
  }
}
/********* LOGIN ADMIN *********/
#body_admin_form {
  background-color: #ccc;
}

.wrap_login {
  width: 850px;
  margin-top: 50vh;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  justify-items: center;
  align-items: center;
}

.content_login {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.content_login .wrap_left {
  width: 450px;
  height: 300px;
  background: url("../../assets/images/banner1.jpg") no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 10px;
}
.content_login .wrap_right {
  padding: 0 40px 0 60px;
}
.content_login .login-form-title {
  font-size: 2rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FADA13;
}
.content_login .input {
  width: 100%;
  font-size: 1rem;
  line-height: 50px;
  color: #666666;
  display: block;
  border: none;
  outline: none;
  background: rgba(230, 230, 230, 0.6);
  height: 50px;
  border-radius: 5px;
  padding: 0 30px 0 68px;
  transition: 0.3s;
}
.content_login .input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.content_login .input:focus {
  background-color: #fff;
  border: 2px solid #FADA13;
}

.admin_form_validate {
  background-color: #FADA13;
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: 0.25s;
  margin-bottom: 20px;
}
.admin_form_validate:hover, .admin_form_validate:focus {
  background-color: #fff;
  color: black;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #ccc;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #FADA13;
  }
}
@media (max-width: 768px) {
  .wrap_login {
    max-width: 500px;
    padding: 20px 30px 0 20px;
  }
  .wrap_login .content_login {
    flex-direction: column;
  }
  .wrap_login .wrap_right {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .wrap_login .wrap_left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#pills-tab {
  padding-bottom: 30px;
  justify-content: center;
  border-bottom: 1px solid #FADA13;
}
#pills-tab .nav-link {
  width: 250px;
  height: 120px;
  color: black;
  border: 1 solid #FADA13;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0 30px 0 30px;
  text-align: center;
  transition: transform 0.45s ease-in-out, background-color 0.25s;
  transition-delay: 0, 0.2s;
}
#pills-tab .nav-link:hover {
  background-color: #FFE28F;
  transform: scale(1.15);
}
#pills-tab .nav-link.active {
  background-color: #FADA13;
  transform: scale(1.15);
}
#pills-tab .bi {
  margin: 0 auto;
  font-size: 2rem;
}
#pills-tab #pills-infos-tab, #pills-tab #pills-news-tab, #pills-tab #pills-agenda-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  #pills-tab .nav-pills {
    justify-content: center;
  }
  #pills-tab .nav-link {
    margin-bottom: 20px;
  }
}
/*********** TABLE COORDONNEES ***********/
#pills-tabContent table thead tbody {
  font-size: 20px;
}

.tab-pane {
  margin-top: 30px;
}/*# sourceMappingURL=main.css.map */