/* 
    Created on : 18 nov. 2025, 12:01:34
    Author     : olilaval
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* FONT */

h1 {
    font-size: 4rem;
}

h3 {
    font-size: 1.5rem;
}

h1, h2, h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
    
}

h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 1;
}

footer h5 {
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 700;
}

p {
    font-size: 1.2rem;
    margin-bottom: 36px;
}

p, a {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
}

footer p, footer small, footer a {
    font-size: 0.75rem;
    font-weight: 200;
    color: rgba(33,37,41,0.75) !important;
}

footer img {
    width: 100%;
}

.lead {
    font-size: 2rem;
    font-weight: 600;
}

.small p {
    font-size: .875em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }
    .lead {
        font-size: 1.5rem;
    }
}

a .card-title,
#footer .nav-link {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1;
}

a:hover .card-title,
#footer .nav-link:hover {
    opacity: 0.4;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
    font-size: 1.2rem;
    padding: 0 10px 0 0;
    transition: 0.2s;
    opacity: 1;
}

.bi:hover {
    opacity: 0.5;
}

.block-infos span {
    font-size: 1.5rem;
    font-weight: 700;
}

.post-categories {
    list-style: none;
    padding: 0;
}

.post-categories * {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.navbar a,
footer a span {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.navbar-brand {
    opacity: 1;
    transition: 0.2s;
}

.navbar-brand:hover {
    opacity: 0.5;
}

.navbar .nav-link {
    color: #fff !important;
    opacity: 1;
    transition: 0.2s;
}
.navbar .nav-link.active {
    color: rgba(255,255,255,0.5) !important;
}

.navbar .nav-link:hover {
    opacity: 0.5; 
}

footer .nav-link.active {
    color: rgba(255,255,255,0.5) !important;
}

/* GENERAL */

body {
    width: 100%;
    height: auto;
    color: #fff !important;
    background-color: #000;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

body, main {
    min-height: 100vh;
}

@media (min-width: 768px) {
    .row article {
        padding-right: 1rem;
    }
}

header .container {
    padding-left: 0;
    padding-right: 0;
}

#labo {
    padding-bottom: 50px;
    /* border-bottom: 2px solid white; */
}

.box-overlay {
    position: relative;
    width: 100%;
    height: 100vh;
}

.box-overlay > div {
    position: absolute;
    width: auto;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.card {
    background-color: transparent;
    color: white;
    border: none;
}

.card-body {
    padding: 0;
}

.card-date {
    text-align: center !important;
    padding: 5px 30px;
    text-align: left;
    background-color: white;
}

.card-date p {
    font-weight: 600 !important;
    margin: 0;
}

.card-labo {
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.card-labo h3 {
    margin: 0;
}

.card-text {
    padding-top: 15px;
    text-align: justify;
}

.pink .card-date {
    color: #cc0066;
}

.kaki .card-date {
    color: #556a40;
}

.pink .card-labo {
    background-color: #cc0066;
    color: white;
}

.kaki .card-labo {
    background-color: #556a40;
    color: white;
}

.single-infos {
    margin-bottom: 15px;
    padding: 15px 0;
}

.single-infos p {
    font-size: 1.5rem;
    font-weight: 600;
}

.btn, .wp-block-file__button {
    letter-spacing: -1px;
    border-radius: 0;
    padding: 5px 30px;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.wp-block-file__button {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.search-form {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.search-field,
#floatingInput {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-vertical {
    border-bottom: 1px white solid;
    border-top: 1px white solid;
    padding: 50px 0;
}

#projects img {
    max-height: 60px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    #projects img {
        max-height: 100px;
        margin-bottom: 0;
    }
}

#newsletter {
    padding: 100px 0;
}

.form-signin {
  max-width: 450px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


/* HEADER */

header * {
    background-color: transparent;
    color: #fff;
}

.navbar {
    width: 100%;
    padding: 5px 0 5px 0;
    background-color: #000;
    z-index: 200;
}

.navbar .container-fluid {
    background-color: #000;
}

.navbar-brand img,
.form-signin img,
footer a img {
    width: 50px;
    height: auto;
    margin: 0 15px 0 0;
}

.navbar-toggler {
    display: block;
    --bs-navbar-toggler-border-color: none;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    line-height: var(--bs-body-line-height);
    text-decoration: none;
    background: 0 0;
    border: 0;
    color: white;
}

.navbar form {
    margin-bottom: 15px;
}

#navbarsExample01 {
    margin-right: 16px;
}

.show-for-small {
    display: none;
}

.hide-for-small {
    display: inherit;
}

@media (max-width: 768px) {
    
    .show-for-small {
        display: list-item;
    }
    
    .hide-for-small {
        display: none;
    }
}

/* COVER */

.fullscreen, #presentation, #projects, #separator {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

.fullscreen {
    background-image: url(medias/bandeau-Vert.jpg);
    height: 100vh;
}

#presentation {
    background-image: url(medias/bandeau-Vert.jpg);
    background-attachment: fixed;
    min-height: 70vh;
}

#projects {
    background-image: url(medias/bandeau-Magenta.jpg);
    background-attachment: fixed;
    min-height: 70vh;
}

#separator {
    background-image: url(medias/bandeau-Magenta.jpg);
    background-attachment: fixed;
    height: 100px;
}

#cover video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}

#cover-page.fullscreen {
    height: 60vh;
}
#cover-page .box-overlay {
    height: 60vh;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.4);
}

.overlay .container-fluid,
.overlay .container {
    position: absolute;
    width: auto;
    height: 450px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

/* IMAGES */

.gallery-box {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.gallery-box .sixteen-nine {
    border-radius: 5px 5px 0 0;
}

.gallery-box:hover {
    cursor: pointer;
}

.gallery-box:hover .sixteen-nine {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box .sixteen-nine {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sixteen-nine {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 auto;
    overflow: hidden;
}

.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.sixteen-nine > div {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    left: 0;
    top: 0;
}

iframe:parent {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: black;
}

div.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: black;
}

iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#labo-01 {
    background-image: url(medias/Visuels-activites-Assemblées.jpg);
}
#labo-02 {
    background-image: url(medias/Visuels-activites-Violence.jpg);
}
#labo-03 {
    background-image: url(medias/Visuels-activites-Rêver.jpg);
}
#labo-04 {
    background-image: url(medias/Visuels-activites-Zones.jpg);
}
#labo-05 {
    background-image: url(medias/Visuels-activites-lignes.jpg);
}
#labo-06 {
    background-image: url(medias/Visuels-activites-demain.jpg);
}

a img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1;
}

a:hover img {
    opacity: 0.4;
}

/* FOOTER */

footer {
    width: 100%;
    background-color: #fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
    z-index: 1500;
}
.bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}