/*
 Theme Name: gmcb-gcbb
 Theme URI: https://gmcb-gcbb.be 
 Author: Daniel Timmermans
 Author URI : https://www.indired.be/
 Description: Thème custom pour le site du GMCB-GCBB
 Version: 1.0
*/
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.burger-btn {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 10px;
}
.burger-btn div {
  border: 2px solid;
  width: 25px;
  margin: 0.25rem;
}
.btn-text-white {
  color: #fff;
  font-weight: bold;
  border: 4px solid #c8102e;
}
.shadow-btn {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
}
.btn-white {
  color: #c8102e;
  border: 4px solid #c8102e;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem;
}
.btn:hover {
  cursor: pointer;
}
.btn {
  border-radius: 10px;
}
.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  transition: 0.5s all ease-in-out;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.btn-lila {
  background-color: #e6e3f0;
}
.btn-lila:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(230, 227, 240, 0.8);
}
.btn-black {
  background-color: #000;
}
.btn-black:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
.btn-dark {
  background-color: #333;
}
.btn-dark:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(51, 51, 51, 0.8);
}
.btn-green {
  background-color: #7c8a72;
}
.btn-green:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(124, 138, 114, 0.8);
}
.btn-blue {
  background-color: #3f4a5e;
}
.btn-blue:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(63, 74, 94, 0.8);
}
.btn-red {
  background-color: #c8102e;
}
.btn-red:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(200, 16, 46, 0.8);
}
.btn-yellow {
  background-color: #ffcd00;
}
.btn-yellow:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(255, 205, 0, 0.8);
}
.btn-purple {
  background-color: #5d4b86;
}
.btn-purple:hover {
  transition: 0.5s all ease-in-out;
  background-color: rgba(93, 75, 134, 0.8);
}
.text-white {
  color: #fff;
}
.text-lila {
  color: #e6e3f0;
}
.text-black {
  color: #000;
}
.text-dark {
  color: #333;
}
.text-green {
  color: #7c8a72;
}
.text-blue {
  color: #3f4a5e;
}
.text-red {
  color: #c8102e;
}
.text-yellow {
  color: #ffcd00;
}
.text-purple {
  color: #5d4b86;
}
.bg-white {
  background-color: #fff;
}
.bg-lila {
  background-color: #e6e3f0;
}
.bg-black {
  background-color: #000;
}
.bg-dark {
  background-color: #333;
}
.bg-green {
  background-color: #7c8a72;
}
.bg-blue {
  background-color: #3f4a5e;
}
.bg-red {
  background-color: #c8102e;
}
.bg-yellow {
  background-color: #ffcd00;
}
.bg-purple {
  background-color: #5d4b86;
}
.text-xxs {
  font-size: 0.5rem;
}
.text-xs {
  font-size: 0.8rem;
}
.text-sm {
  font-size: 0.9rem;
}
.text-md {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.3rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-xxl {
  font-size: 2rem;
}
.text-3xl {
  font-size: 3rem;
}
.text-4xl {
  font-size: 4rem;
}
.text-5xl {
  font-size: 5rem;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
img {
  display: block;
  width: 100%;
}
#hook,
#presentation,
#second-hook,
#hook-tarifs,
#actions,
#call-to-actions,
#hook-annuaire,
#annuaire,
#call-to-actions-2,
#dialogue,
#hook-projets-labels,
#projet-labels,
#hook-formation,
#formations,
#nos-evenements,
#nos-formations,
#hook-mission,
#missions-valeurs,
#hook-histoire,
#histoire,
#hook-equipe,
#equipe,
#equipe-cards,
#hook-télécharger,
#telecharger {
  margin: 40px 0;
}
.wrapper {
  width: 85%;
  margin: 0px auto;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    width: 95%;
  }
}
.container {
  border-radius: 10px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70%;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .container p,
  .container h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 50%;
  }
  .container p,
  .container h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 30%;
  }
  .container p,
  .container h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 30%;
    padding: 0 25px;
  }
}
.orange-container {
  background-color: #ffcd00;
}
.orange-container p,
.orange-container h2 {
  color: #5d4b86;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.presentation-pic-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.pic-container{
    max-height: 350px;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
  .presentation-pic-container {
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .presentation-pic-container .pic-hidden {
    display: none;
  }
}
#pourquoi {
  background-color: #3f4a5e;
  padding: 30px 0;
}
#pourquoi h2 {
  color: #fff;
  margin-top: 0;
}
#pourquoi .pourquoi_box-containers {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#pourquoi .pourquoi_box-containers div {
  background-color: #e6e3f0;
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 992px) {
  #pourquoi .pourquoi_box-containers {
    flex-direction: row;
    justify-content: space-between;
  }
  #pourquoi .pourquoi_box-containers div {
    max-width: calc(100% / 4);
  }
}
#pourquoi .pourquoi_button-container a {
  margin: 30px auto 0;
  display: block;
  width: 250px;
}
#call-to-actions .pourquoi_button-containers,
#call-to-actions-2 .pourquoi_button-containers {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #call-to-actions .pourquoi_button-containers,
  #call-to-actions-2 .pourquoi_button-containers {
    flex-direction: row;
  }
}
#hook-tarifs .tarifs {
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 576px) {
  #hook-tarifs .tarifs {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #hook-tarifs .tarifs {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #hook-tarifs .tarifs {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  #hook-tarifs .tarifs {
    width: 40%;
  }
}
.guide_cards-containers {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .guide_cards-containers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1em;
  }
}
.guide_card {
  background-color: #e6e3f0;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
}
.guide_card-infos {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 1em;
  font-weight: bold;
}
.guide_card-infos-pic {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .guide_card-infos-pic {
    width: 150px;
    height: 150px;
  }
}
.guide_card-infos-coordonnees {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 576px) {
  .guide_card-infos-coordonnees {
    font-size: 14px;
  }
}
.guide_card-infos-coordonnees div {
  display: flex;
  flex-direction: column;
}
.guide_card-presentation {
  padding: 10px;
}
#blog h2,
#faq h2 {
  margin-top: 0;
  padding: 30px 0;
}
#blog p:last-child,
#faq p:last-child {
  padding-bottom: 30px;
}
#partenaires {
  background-color: #3f4a5e;
  padding: 30px 0;
}
#partenaires h2 {
  color: #fff;
  margin-top: 0;
}
.partenaires_logo_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.partenaires_logo_container .logo_container {
  width: 50%;
}
@media screen and (min-width: 576px) {
  .partenaires_logo_container {
    flex-direction: row;
    gap: 3em;
  }
  .partenaires_logo_container .logo_container {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .partenaires_logo_container {
    gap: 5em;
  }
  .partenaires_logo_container .logo_container {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .partenaires_logo_container {
    gap: 10em;
  }
  .partenaires_logo_container .logo_container {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .partenaires_logo_container {
    gap: 15em;
  }
  .partenaires_logo_container .logo_container {
    width: 15%;
  }
}
.event_card-infos-pic {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
#equipe .team_card-infos-coordonnees {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home-header {
  background: url("headers-pics/headers-sky.webp") center/cover;
}
#home-header p {
  width: 75%;
}
.header-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog_header-section {
      width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50vh;
}
.header-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.header-section .title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 95%;
  margin-top: 15vh;
}
.blog_header-section .blog_title-container h1,
.header-section .title-container h1,
.header-section .title-container p {
  font-family: "Montserrat", sans-serif;
}
.blog_header-section h1,
.header-section h1,
.header-section p {
  margin-top: 0;
  position: relative;
  color: #fff;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.9);
  padding: 0 0px;
  font-size: 1.3rem;
}
.header-section h1 {
  font-size: 2rem;
}
.header-section h1 span {
  font-style: italic;
  font-weight: 900;
}
.header-section .main-title_btn {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 576px) {
  .header-section h1, .blog_header-section h1 {
    font-size: 2rem;
    width: 90%;
  }
  .header-section p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-section h1, .blog_header-section h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .header-section p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .header-section {
    height: 70vh;
  }
}
footer {
  background-color: #3f4a5e;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0 3em 0;
}
@media screen and (min-width: 576px) {
  footer .footer {
    flex-direction: row;
    gap: 2em;
  }
}
@media screen and (min-width: 992px) {
  footer .footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .logo {
  width: 20%;
  margin: 1em;
}
footer .info_container {
  width: 85%;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 992px) {
  footer .info_container {
    width: 30%;
  }
}
footer .info {
  width: 70%;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}
footer .info a {
  color: #fff;
  margin-top: 1em;
}
@media screen and (min-width: 1200px) {
  footer .info a {
    font-size: 1.3rem;
  }
}
footer .indi {
  font-size: 0.9rem;
  color: #fff;
  padding: 0 2em 2em 0;
  text-align: right;
}
footer .indi a {
  color: #fff;
}
nav {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background-color: rgba(41, 40, 40, 0.651);
}
nav .nav-icon {
  display: flex;
  justify-content: center;
}
nav .nav-icon img {
  width: 200px;
}
nav button {
  border: none;
}
nav .link {
  cursor: pointer;
}
.navLinks-container a {
  margin: 0 10px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #333;
  z-index: 15000;
}
.menu {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .navLinks-container a {
    font-size: 0.9rem;
  }
}
.navLinks-container a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: #fff;
  transition: transform 0.3s ease-out;
}
.navLinks-container a:hover::after {
  transform: scaleX(1);
}
#mobile-contact {
  margin-top: 5em;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.user-nav {
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.user-nav #contact {
  min-width: 250px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .user-nav #contact {
    min-width: 200px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  nav {
    padding: 0px 20px;
  }
  nav .nav-icon {
    order: 2;
  }
  nav .main-navLinks {
    order: 1;
  }
  nav .burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    position: relative;
    padding: 0;
  }
  nav .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.3s 0.15s ease-out;
  }
  nav .burger span:nth-child(1) {
    transform: translateY(7px);
  }
  nav .burger span:nth-child(3) {
    transform: translateY(-7px);
  }
  nav .burger span:nth-child(1),
  nav .burger span:nth-child(3) {
    transition: transform 0.3s ease-out;
  }
  nav .burger.open span:nth-child(1) {
    transform: translate(0) rotate(135deg);
  }
  nav .burger.open span:nth-child(2) {
    opacity: 0;
    transition: opacity 0s ease-out;
  }
  nav .burger.open span:nth-child(3) {
    transform: translate(0) rotate(-135deg);
  }
  nav .navLinks-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    background: #fafafa;
    top: 100%;
    left: 0;
    height: 100vh;
    padding: 15px 50px 15px 20px;
    border-right: 1px solid #c5c5c6;
    transform: translate(-100%);
  }
  nav .navLinks-container a {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  nav .open {
    transform: translate(0%);
  }
}
@media screen and (max-width: 992px) {
  .user-nav {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    list-style: none;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .user-nav {
    display: flex;
    order: 3;
    margin-left: 0;
  }
  .user-nav a {
    margin: 5px 5px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .main-navLinks button {
    display: none;
  }
  .navLinks-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .navLinks-container a {
    color: #fff;
    text-align: center;
  }
  #mobile-contact {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navLinks-container {
    gap: 1.5em;
  }
}
@media screen and (min-width: 1400px) {
  .navLinks-container {
    gap: 4em;
  }
}
/* blog css */

.blog_title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog_title-container span{
    color: #ffffff;
}
.blog_title-container ul{
      list-style-type: none;
      padding: 0 10px;
      text-align: center;
}
.blog_title-container span ul li a{
color: #333333;
font-weight: bold;
}
.category_box{
    display: block;
    background-color: #ffcd00;
    border-radius: 5%;
    margin-top: 15px;
}
.blog_title-container h1 {
  width: 100%;
}
.blog_layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog_layout p{
    margin: 30px 0;
}
.blog_section{
    background-color:  #E6E3F0;
    padding-top: 20px;
    margin-bottom: 15px;
}
.gallery_width{
    width: 70%;
}
@media screen and (max-width: 992px) {
  .gallery_width {
    width: 100%;
  }
}
#tag-results{
    margin-top: 30px;
}
.back{
    background-color: #c8102e;
    width: 300px;
    padding: 10px;
    margin-top: 20px;
}
.back a{
    color: #ffffff;
}
.searchandfilter input{
  color: #FFFFFF;
    background-color: #7C8A72;
    padding: 9px;
    border-radius: 10%;
    border: none;
    font-weight: bold;
    margin-top: 10px;
}
#ofpost_tag{
    color: #FFFFFF;
    background-color: #7C8A72;
    padding: 6px;
    border-radius: 10%;
    border: none;
    font-weight: bold;
}
.know-more{ 
  text-align: center;
  margin: 0 auto;
  color: #333333;
  font-weight: bold;
}
.return-home{
  color: #ffffff;
  z-index: 100000;
  border: 1px solid #ffffff;
  padding: 5px;
  background-color: red;
  border-radius: 10px;
}

/*# sourceMappingURL=styles.min.css.map */
