/* Body *//* Body *//* Body */
/* Body *//* Body *//* Body */
body{
    margin-top: 200px;
}

/* Nav Bar *//* Nav Bar *//* Nav Bar */
/* Nav Bar *//* Nav Bar *//* Nav Bar */
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-bottom: 2px solid black;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top:0;
    padding-bottom: 0;
}

.logoNavBar 
{
   margin:0;
}

.logoNavBar img
{
    height: 150px;
    object-fit: contain;
}

.linkNavbarDiv 
{
   margin-right: 5%;
   width: 300px;
   display: flex;
   align-items: center;
   justify-content: space-around;

}

.linkNavbarDiv a
{
    color:black;
    font-size:24px;

}

.linkNavbarDiv a:hover
{
    text-decoration: underline;
    
}

/* Section Header *//* Section Header *//* Section Header */
/* Section Header *//* Section Header *//* Section Header */
.fullWidthDiv
{
    height: 700px;
    background-image: url("../images/morocco-desert.png");
    background-repeat: no-repeat;
    background-size: cover; /* Resize the background image to cover the entire container */
    background-position: center; /* Center the image */
    border-bottom:2px solid black;
}

.h1Desktop
{
    text-align: center;
    z-index: 999;
    color: white;
    position: relative;
    top: 280px;
    font-size: 60px;
}

/* Section Circuit *//* Section Circuit *//* Section Circuit */
/* Section Circuit *//* Section Circuit *//* Section Circuit */

#circuit
{
    margin-left: 50px;
    margin-right: 50px;
}

.circuit
{
    padding-top: 20px;
}
.h2Desktop {
    font-size: 48px;
    text-align: center;
}

.separator {
    border-top: 2px dotted #8c8b8b;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-color:orangered;
}

.imagePresentation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagePresentation img{
    height: 350px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presentationCircuitExcursion
{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;

}

.imageCarrousel
{
    height: 350px;
    object-fit: contain;
}

.carousel-inner
{
    background:black;
}


/* Section Excursion *//* Section Excursion *//* Section Excursion */
/* Section Excursion *//* Section Excursion *//* Section Excursion */

#excursion
{
    margin-left: 50px;
    margin-right: 50px;
}

/* Section Contact *//* Section Contact *//* Section Contact */
/* Section Contact *//* Section Contact *//* Section Contact */

#contact
{
    margin-left: 50px;
    margin-right: 50px;
}

.contactInformations
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contactInformations p
{
    font-size: 22px;
}

/* Section Footer *//* Section Footer *//* Section Footer */
/* Section Footer *//* Section Footer *//* Section Footer */
.footer
{
    display: flex;
    align-items: center;
    background:black;
    width: 100%;
    height: 100px;
}

.footer p
{
    text-align: center;
    font-size: 18px;
    color: white;
    margin: 0 auto;
}

/* Media Queries *//* Media Queries *//* Media Queries */
/* Media Queries *//* Media Queries *//* Media Queries */
/* Media Queries *//* Media Queries *//* Media Queries */

@media screen and (min-width: 960px )
{
   
    .onlyPhoneDisplay
    {
        display: none;
    }
}

@media screen and (min-width: 720px ) and (max-width: 960px )
{
    
    .onlyPhoneDisplay
    {
        display: none;
    }
    

    .imagePresentation img{
        height: 300px;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imageTropGrandeVersionTabletAndLess
    {
        height: 200px !important;
    }
}


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

    .contactInformations
{
    display: flex;
    flex-direction: column;
    align-items: initial;
    margin-top: 50px;
    margin-bottom: 50px;
}


    .contactInformations p
    {
        font-size: 18px;
    }

    .phoneDisplayNone
    {
        display: none;
    }

    .onlyPhoneDisplay
    {
        display: initial;
    }
    /* Body */
    body{
        margin-top: 100px;
    }
    /* nav bar */
    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: white;
        border-bottom: 2px solid black;
        height: 100px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top:0;
        padding-bottom: 0;
    }

    .logoNavBar img
    {
        height: 80px;
        object-fit: contain;
    }


    .linkNavbarDiv 
    {
    margin-right: 5%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-around;

    }

    .linkNavbarDiv a
    {
        color:black;
        font-size:16px;

    }

    /* Header */
    /* Section Header *//* Section Header *//* Section Header */
/* Section Header *//* Section Header *//* Section Header */
.fullWidthDiv
{
    height: 400px;
    background-image: url("../images/morocco-desert.png");
    background-repeat: no-repeat;
    background-size: cover; /* Resize the background image to cover the entire container */
    background-position: right; /* Center the image */
    border-bottom:2px solid black;
}

.h1Desktop
{
    text-align: center;
    z-index: 999;
    color: white;
    position: relative;
    top: 130px;
    font-size: 50px;
}

    /* Image And Text */
    .imagePresentation img{
        height: 200px;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .presentationCircuitExcursion
    {
        display: flex;
        flex-direction: column;
    }
}

