@font-face {
    font-family: 'Rajdhani';
    src: url('../ressources/fonts/Rajdhani-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 400';
    src: url('../ressources/fonts/Poppins-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 500';
    src: url('../ressources/fonts/Poppins-Medium.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 600';
    src: url('../ressources/fonts/Poppins-SemiBold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 700';
    src: url('../ressources/fonts/Poppins-Bold.ttf') format("truetype");
}
* {
    margin: 0;
    padding: 0;
    font-family: "Rajdhani", serif;
    color: black;
}

/*------------------------Image-------------------------------*/
.text-uppercase {
    text-transform: uppercase;
}
.strong {
    font-weight: bold;
}
.content {
    background-color: #EEE;
}
/*---------------Path----------------*/
.path {
    margin: 5% 0 2% 10%;
}
.path, .path a {
    color: grey;
    font-family: 'Poppins 500', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.path a:hover {
    color: #fa4c03;
}
/*------------Carousel------------*/
.gallery {
    background: #EEE;
    height: 30%;
    padding: 2% 0;
    overflow: hidden;
}
.gallery-cell {
    width: 30%;
    height: 400px;
    margin-right: 10px;
}
.text-center{
    text-align:center
}
.imgBorneCarousel {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*---------------------------------*/

.secondContent {
    background-image: url("../ressources/images/borne_sur-mesure-min-3.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 10%;
    padding: 10% 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
}
.titre {
    font-size: 35px;
    font-style: italic;
    margin-bottom: 3%;
    font-weight: 700;
}
.titre span {
    display: block;
}
.p1 {
    font-family: Poppins,sans-serif;
}
.btn-personnalisation {
    margin-top: 5%;
}
.btn-personnalisation > a {
    font-family: Rajdhani, sans-serif;
    font-size: 12px;
    padding: 2% 4%;
    width: fit-content;
    text-transform: uppercase;
    color: white;
    background-color: #001b26;
    border: 1px solid #001b26;
    border-radius: 10em !important;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.btn-personnalisation > a:hover {
    background-color: transparent;
    color: #001B26;
    border-color: #001B26;
}
.paragraph span {
    margin-bottom: 2%;
    display: block;
}
.white {
    color: white;
}
.flickity-page-dots {
    display: none;
}

/*Menu infront of the carousel*/
.navHeader {
    z-index: 10;
}

@media only screen and (max-width: 1024px) {
    .path {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
  .content {
    margin-top: 25%
  }
}


