/*  import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background: #181818;
    font-family: 'Poppins', sans-serif;
}

i {
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

::selection {
    color: #fff;
    background: #FFAE21;
}
   
::-moz-selection {
    color: #fff;
    background: #FFAE21;
}

.moutarde {
    color: #FFAE21!important;
}


.max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}

.navbar {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 3rem!important;
}

.navbar.sticky {
    padding: 15px 0;
    background: #FFAE21;
}
.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo a{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.navbar .logo a span {
    color: #FFAE21;
    transition: all 0.3s ease;
}

.navbar.sticky .logo a span {
    color: #fff;
}

.navbar .menu li{
    list-style: none;
    display: inline-block;
}

.li-btn {
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
    color: #fff;
}

.li-btn:hover {
    color: #FFAE21;
}

.navbar.sticky div ul li a {
    color: #fff!important;
}

.navbar.sticky div ul li a:hover {
    color: #fff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFAE21;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}


/* menu btn section styling */

.menu-btn  {
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}

/*home section styling*/

.home {
    display: flex;
    height: 100vh;
    color: #FFF;
    min-height: 500px;
    font-family: 'Ubuntu', sans-serif;
}

.home .max-width {
    margin: auto 0 auto 40px;
}

.home .home-content .text-1{
    font-size: 27px;
}

.home .home-content .text-2{
    font-size: 75px;
    font-weight: 600;
    margin-left: -3px;
}

.home .home-content .text-3{
    font-size: 40px;
    margin: 5px 0;
}

.home .home-content .text-3 span{
    color: #FFAE21;
    font-weight: 500;
}

.scroll-up-btn {
    position: fixed;
    height: 44px;
    width: 44px;
    background: #FFAE21;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 22px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.scroll-up-btn.show {
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}

/*-- about section styling */

section {
    padding: 60px 0;
}

.about {
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    z-index: 0;
}

.about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    height: 3px;
    background: #fff;
    transform: translateX(-50%);
}

.yellow-corner {
    width: 100%;
    background: #FFAE21;
    padding: 8%;
}

.video-presentation-background {
    background: url('images/photos/On_retournera_ça_demain.jpg') center;
    background-size: cover;
    padding: 10%;
    padding-top: 20%;
    height: auto;
    z-index: 1;
}

.video-presentation-background p {
    text-align: center;
    width: 70%;
    margin: 0 15%;
    padding: 2%;
    color: white;
}



.flex {
    display: flex;
}

.direction_row {
    flex-direction: row;
}

.contact-flex {
    display: flex;
    justify-content: center;
    margin: 5% 0;
}

h3{
    color: #FFAE21;
    font-size: 150%;
}

.image-text {
    padding: 5%;
    background: #1E1E1E;
    height: 75vh;
    color: white;
    text-align: justify;
    background-size: cover;
}


.img_box {
    border: 2px solid #181818;
    padding-bottom: 23%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
}

img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.img_box a {
    color: inherit;
}

.img_box p {
    max-width: 234px;
    line-height: 35px;
    position: absolute;
    text-transform: uppercase;
    font-size: 200%;
    font-weight: bold;
    padding-top: 30%;
    padding-left: 1%;
    justify-items: center;
}

.graphics-presentation {
    width: 100%;
    background-color: #1E1E1E;
    color: #fff;
    text-align: justify;
    padding: 5%;
}

.contact-text {
    width: 43%;
    padding: 7%;
    background: #1E1E1E;
    height: 50vh;
    color: white;
    text-align: center;
}

.contact-image {
    width: 43%;
    background: url('images/photos/Contact.jpg');
    background-size: cover;
    height: 50vh;
}

.contact-icon i {
    margin: 2%;
    font-size: 150%;
}

.description {
    display: flex;
    height: 50vh;
    width: 100%;
}

.description p {
    font-size: 100%;
    color: #fff;
    background-color: #1E1E1E;
    padding: 2%;
    text-align: justify;
}

.description h1 {
    color: #fff;
}

.gallery-container {
    columns: 4;
    break-inside: avoid;
}

.gallery-item img {
    border-radius: 20px;
}

.container-form {
    display: flex;
    height: 50vh;
    width: 100%;
}

#clock2 {
    display: flex;
    width: 50%;
    justify-content:space-around;
    font-size: 170%;
}

#clock div, #clock2 div {
    color: #FFAE21;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.text-big {
    font-size: 7vw;
    color: #fff;
}

.space-between {
    justify-content: space-between;
}

.radio {
    width: 8%;
    height: 1.5em;
    margin: 0;
}

label {
    font-size: 175%;
    margin-right: 5%;
}

span.statcounter {
    display: none;
}

.birthday-andrea, .timer-andrea {
    display: none;
}

.show {
    display: block;
}




/* responsive media queries start */

@media screen and (max-width: 1104px) {

    .home .max-width {
        margin-left: 0px;    
    }

    .gallery-container {
        columns: 3;
    }
}

@media screen and (max-width: 992px) {

    .max-width {
        padding: 0 50px;
    }
}


@media screen and (max-width: 947px) {

    .yellow-corner {
        padding: 0%;
    }

    .gallery-container {
        columns: 2;
    }
    
    .video-presentation-background p {
        width: 100%;
        margin: 0;
    }

   

    .img_box {
        padding-bottom: 31%;
    }

    .contact-flex {
        flex-direction: column;
        align-items: center;
    }

    .image-text {
        height: auto;
    }

    .contact-image, .contact-text {
        width: 86%;
    }

    .contact-text {
        height: fit-content;
    }

    .navbar .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #111;
        left: -100%;
        top: 0;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }

    .navbar .menu.active {
        left: 0;
    }

    .navbar .menu li {
        display: block;
    }

    .navbar .menu li a {
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }

    .home .home-content .text-2{
        font-size: 70px;
    }
    
    .home .home-content .text-3{
        font-size: 35px;
    }
}

@media screen and (max-width: 690px) {
    
    .video-presentation-background {
        padding: 5%;
    }

    .gallery-container {
        columns: 1;
    }

    .max-width {
        padding: 0 23px;
    }

    .home .home-content .text-2{
        font-size: 60px;
    }
    
    .home .home-content .text-3{
        font-size: 32px;
    }

    .img_box p {
        font-size: 140%;
        max-width: 161px;
        line-height: 25px;
    }

    .description p {
        font-size: 80%;
    }
}

@media screen and (max-width: 500px) {

    .img_box {
        padding-bottom: 48%;
        border: 1px solid #1E1E1E;
    }

   

    .home .home-content .text-2{
        font-size: 50px;
    }
    
    .home .home-content .text-3{
        font-size: 27px;
    }
}

