@charset "UTF-8";
@import url(main.css);
/*-------------------------------------------- SUPP BANDEAU SECONDAIRE*/
.websitePageTitle-div { display: none !important; }

/*-------------------------------------------- ANIMATION HEADER*/
.animated-border-button:after { background-color: #F3F087; }

/*-------------------------------------------- TAILLE & POLICE H6*/
h6 { font-size: 2rem; font-family: 'Blinker'; }

/*--------------------------------------------------------------------------------------------------HP BLOC PATCHWORK*/
@media all and (min-width: 990px) { div.row-cols-1 > div.col { width: 33.3333333333% !important; /* Chaque colonne prend un tiers de l'espace */ } }

/*--------------------------------------------------------------------------------------------------EFFETS HP BLOC PATCHWORK*/
div.redirectsCards-div > .row > .col { position: relative; overflow: hidden; }

div.redirectsCards-div > .row > .col::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.50; /* l'opacité de la couleur est activé donc filtre noir au départ */ transition: opacity 0.3s cubic-bezier(0.86, 0.01, 0.15, 0.99); }

div.redirectsCards-div > .row > .col:hover::after { background-color: #81AEB4; opacity: 0.1; /* l'opacité de la couleur est à zéro donc transparent au survol*/ }

.redirects-cards-links p { color: white; font-family: 'Blinker'; font-size: 2rem !important; }

.redirects-title-background { background-color: transparent !important; }

/*# sourceMappingURL=custom.css.map */