@font-face {        /*sert à importer la police d'écriture de Helvetica*/ 
    font-family: PoppinsBold;
    src: url("../font/Poppins-Bold.ttf");
}

@font-face {        /*sert à importer la police d'écriture de Helvetica*/ 
    font-family: PoppinsMedium;
    src: url("../font/Poppins-Medium.ttf");
}

@font-face {        /*sert à importer la police d'écriture de Helvetica*/ 
    font-family: Coolvetica;
    src: url("../font/Coolvetica\ RG.otf");
}

body {
    margin: 0;
    padding: 0;
}

header {
    background-image: url(../image/fond_header.png);
    background-size: cover;
    background-position: top;
}

header > div > h1 {
    text-transform: uppercase;
}

.stickytop{
    position: sticky !important;
    top:0% !important;
}

.espacementnav {
    margin-right: 5%;
    margin-left: 5%;
}

nav , .textebold {
    font-family: PoppinsBold;
}

nav > div > div > ul {
    font-family: PoppinsMedium;
}

.typotexte{
    font-family: PoppinsMedium;
}

.texteitalic{
    font-style: italic;
}

.couleurdefond {
    background-color: #faf9f1;
    margin:0;
}

.espacementapropos{
    margin-top: 10%;
}

.espacementpageannexe{
    margin-top:7%;
}

.espacementpageartistique{
    margin-top:5%;
}

@media (max-width: 1399px) {
    .espacementpageartistique{
        margin-top:6%;
    }
}

@media (max-width: 1200px) {
    .espacementpageartistique{
        margin-top:7%;
    }
}

@media (max-width: 991px) {
    .espacementpageannexe{
        margin-top:10%;
    }
    .espacementpageartistique{
        margin-top:9%;
    }
}

@media (max-width: 767px) {
    .espacementpageannexe{
        margin-top:13%;
    }
    .espacementpageartistique{
        margin-top:12%;
    }
}

@media (max-width: 520px) {
    .espacementpageannexe{
        margin-top:15%;
    }
    .espacementpageartistique{
        margin-top:13.8%;
    }
}

@media (max-width: 440px) {
    .espacementpageannexe{
        margin-top:17%;
    }
    .espacementpageartistique{
        margin-top:16.2%;
    }
}

@media (max-width: 374px) {
    .espacementpageannexe{
        margin-top:20%;
    }
    .espacementpageartistique{
        margin-top:18%;
    }
}

@media (max-width: 326px) {
    .espacementpageannexe{
        margin-top:22%;
    }
    .espacementpageartistique{
        margin-top:20%;
    }
}

h4{
    font-size: large !important;
}

.responsive-image {
    max-width: 75%;
    height: auto;
}

.margintopresponsive{
    margin-top: 3vh !important;
}

.textemid{
    font-size: x-large !important;
}

.cover{
    object-fit: cover !important;
}

.boutonnoir {
    color: black;
    transition: opacity 0.3s ease; 
  }

.boutonnoir:hover {
    opacity: 0.5; 
}

.card {
    margin: 10px;
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
  }

  .card:hover {
    transform: scale(1.05);
  }

  .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); 
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0; 
    transition: opacity 0.3s; 
  }
  
  .card:hover .card-body {
    opacity: 1; 
  }

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

  .btn-custom {
    background-color: black !important;
    color: white !important;
    font-family: PoppinsMedium !important;
    transition: background-color 0.3s, color 0.3s !important;
}

.btn-custom:hover {
    background-color: white !important;
    color: black !important;
}


.taillelinkedin{
    max-width: 20%;
    max-height: 20%;
}

.navbar-toggler-expanded .navbar-brand {
    margin-left: auto;
    margin-right: auto;
}

.nav-item > a {
    display: inline-block;
    position: relative;
    font-size: large;
}

.nav-item > a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out, text-decoration-thickness 0.25s ease-out;
}

.nav-item > a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

@keyframes arrowAnimation {
    0%, 100% {
        transform: translateY(5px) rotate(180deg);
    }
    50% {
        transform: translateY(-5px) rotate(180deg);
    }
}

.flecheanime::before,
.flecheanime::after {
    content: '\2190'; 
    font-size: 24px;
    margin-right: 10px;
    margin-left: 10px;
    animation: arrowAnimation 1s infinite alternate; 
}

.flecheanime::after {
    content: '\2192'; 
    margin-left: 10px;
    margin-right: 10px;
}

.flecheanime{
    align-items: center;
}

.taillenav{
    font-size: large !important;
}

.respgrostxt{
    font-size: xx-large !important;
}

.resptxt{
    font-size: large!important;
}

@media (max-width: 1200px) {
    .taillenav{
        font-size: medium !important;
    }
    .respgrostxt{
        font-size: x-large !important;
    }
    .resptxt{
        font-size: medium !important;
    }
    .espacementapropos{
        margin-top: 7%;
    }
  }

@media (max-width: 1400px) {
    .espacementapropos{
        margin-top: 7%;
    }
}

@media (width: 1400px) {
    .espacementapropos{
        margin-top: 10%;
    }
}

.taillelogo {
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .taillelogo {
        max-width: 50% !important;
    }
}

@media (width: 992px) {
    .taillelogo {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .centreresp {
        display: flex;
        justify-content: center;
    }
}

.owl-dots {
    position: absolute;
    bottom: 3vh;
    width: 100%;
    }
    
    @media screen and (max-width: 800px) {
    .owl-dots {
    display: none;
    }
    }
    
    
    .owl-dot {
    display: inline-block;
    margin: 0 2px;
    margin:auto !important;
    }
    
.owl-carousel .item img {
    width: 50%;
    height: auto;
  }
  
.flexrespend{
    display: flex;
    justify-content: end;
}

.flexrespalign{
    display: flex;
    align-items: center;
}

.resptextcreation{
    width: 75%;
}

@media screen and (max-width: 991px) {
    .flexrespend{
        justify-content: center;
    }
    .flexrespalign{
        text-align: center;
    }
    .resptextcreation{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .spaceresp{
        margin-top: 3%;
    }
}

