/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

h1,
h2,
h3 {
  color: #004379;
}

.menu-don a {
  display: block;
  background: #004379 !important;
  color: #fff !important;
  border-radius: 5px !important;
  margin-left: 10px;
}

.fonctionnement-tableau {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.fonctionnement-tableau table {
  background-color: #fff;
  border-color: #000;
}

.fonctionnement-tableau table td {
  min-width: 150px;
}

.fancybox-content {
  width: 800px;
  max-width: 95% !important;
  padding: 0 !important;
}

#bannier-top {
  min-height: 500px;
  background: #A9A9A9;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #bannier-top {
    min-height: 300px;
    background: #A9A9A9;
    color: #fff;
    text-align: center;
  }
}

#bannier-top h1 {
  color: #fff;
  font-size: clamp(40px, 4vw, 60px);
}

#bannier-1 {
  background: #f2f2f2;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#objectifs {
  z-index: 1;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 20px;
}

#objectifs {
  z-index: 1;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 20px;
}

#objectifs:before {
  background-color: #004379;
  content: "";
  height: 800px;
  width: 800px;
  position: absolute;
  top: -400px;
  left: -350px;
  border-radius: 100%;
  opacity: 0.1;
  z-index: -1;
}

#objectifs:after {
  background-color: #004379;
  content: "";
  width: 50%;
  height: 680px;
  position: absolute;
  top: 250px;
  right: -150px;
  border-radius: 100%;
  -webkit-transform: skew(3deg, 30deg);
  -ms-transform: skew(3deg, 30deg);
  transform: skew(5deg, 10deg);
  opacity: 0.1;
  z-index: -1;
}

#objectifs h2 {
  font-weight: 600;
  margin-bottom: 40px !important;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  text-align: center;
  margin-top: 0;
  text-wrap: balance;
}

#objectifs h2:after {
  content: "";
  background-color: #A8ADB4;
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#fonctionnement {
  background: #F2F2F2;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#fonctionnement h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

#fonctionnement h2:after {
  content: "";
  background-color: #A8ADB4;
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}