/****** GLOBAL ******/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html, body {
    margin: 0;
    padding: 0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: grey;
}

/****** NAVBAR ******/

nav {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    top: -2px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-hover {
    transition: font-size 0.2s;
}

.nav-hover:hover {
    font-size: 1.3em;
}

nav img {
    transition: transform 0.2s;
}

nav img:hover {
    transform: scale(1.07);
}

.navbar {
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

nav a {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.logo {
    max-width: 350px;
	height: auto;
    z-index: 1000;
}

.langues {
    height: 28px;
}

.dropdown-menu {
    min-width: 80px;
}

/****** CAROUSEL ******/

.homeBackground {
    position: absolute;
    top: 0;
    z-index: -1000;
}

.carousel-icon {
    position: absolute;
    top: 50vh;
    cursor: pointer;
    padding: 15px;
}

.previous {
    left: 5vw;
}

.next {
    right: 5vw;
}

.bg-img-1 {
    display: block;
}

.bg-img-2 {
    display: none;
}

.bg-img-3 {
    display: none;
}

/****** MAIN ******/

.topSection {
    margin-top: calc(100vh - 295px);
}

.homeNav .main-link {
    outline: none;
    text-decoration: none;
    color: white;
    transition: background-color 0.5s ease-out;
    border-radius: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.homeNav .main-link:hover {
    background-color: #495057;
    color: #dddddd;
}

.homeNav p {
    font-weight: 600;
}

.sponsors {
    transition: transform 0.2s;
}

.sponsors:hover{
    transform: scale(1.07);
}

.midSection a {
    color: white;
}

.articles {
    background: #343a40;
    transition: background-color 0.5s ease-out;
}

.articles:hover {
    background-color: #495057;
}

.articles img {
    transition: transform 0.2s;
}

.articles:hover img {
    transform: scale(1.07);
}

.articles h4 {
    transition: font-size 0.2s;
}

.articles:hover h4 {
    font-size: 1.8em;
}

#contactForm {
    background-color: rgba(220, 220, 220, 0.92);
}

.botSection p {
    padding: 30px 20% 30px 20%;
}

footer h4 {
    padding-bottom: 30px;
}

footer a {
    color: white;
}

.sim-cargo {
    margin: auto;
    width: 420px;
}

.camion {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align:center;
}
.camion .fadedbox {
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    padding-top: 110px;
    margin: auto;
    font-size: 1.3em;
}
.camion:hover .fadedbox {
    opacity: 0.8;
}

/*********** RESPONSIVE ***********/

@media (max-width: 992px) {
    #navbarNav {
        background-color: white;
        padding: 20px;
        margin-top: -30px;
    }
    .socialLogos {
        padding-left: 15px;
    }

    .next {
        display: none;
    }

    .previous {
        display: none;
    }

    #contactForm {
        margin-top: 290px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #contactForm > div {
        padding: 60px;
        background-color: rgba(240, 240, 240, 0.92);
        border-radius: 30px;
    }

    .disabledOnMobile {
        display: none;
        margin: 0;
        padding: 0;
    }

    body {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.8em;
    }

    footer {
        font-size: 0.7em;
    }

    .botSection button {
        font-size: 0.7em;
    }
}

@media (max-width: 1200px) {
    .topSection {
        margin-top: 20vh;
    }
}

/****** TOP WAVE ******/

@media (min-width:2900px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 3434 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 687.6 200 1031.4 90 1719 90 L 1719 90 L 1719 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 1718 90 C 2404.4 90 2747.6 200 3434 200 L 3434 200 L 3434 0 L 1718 0 Z" stroke-width="0"></path> </svg>');
    }
}
@media (min-width:2400px) and (max-width:2900px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2900 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 582.4 200 873.6 87 1456 87 L 1456 87 L 1456 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 1455 87 C 2033 87 2322 200 2900 200 L 2900 200 L 2900 0 L 1455 0 Z" stroke-width="0"></path> </svg>');
    }
}
@media (min-width:1920px) and (max-width: 2400px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2400 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 482.40000000000003 200 723.5999999999999 89 1206 89 L 1206 89 L 1206 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 1205 89 C 1683 89 1922 200 2400 200 L 2400 200 L 2400 0 L 1205 0 Z" stroke-width="0"></path> </svg>');
    }
}
@media (min-width:1550px) and (max-width: 1920px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 386.8 200 580.2 88 967 88 L 967 88 L 967 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 966 88 C 1347.6 88 1538.4 200 1920 200 L 1920 200 L 1920 0 L 966 0 Z" stroke-width="0"></path> </svg>');
    }
}
@media (min-width:900px) and (max-width: 1550px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1400 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 280.8 200 421.2 89 702 89 L 702 89 L 702 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 701 89 C 980.6 89 1120.4 200 1400 200 L 1400 200 L 1400 0 L 701 0 Z" stroke-width="0"></path> </svg>');
    }
    .logo {
        max-width: 250px;
        height: auto;
    }
}
@media (min-width:576px) and (max-width: 900px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 900 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 200 C 178.4 200 267.6 90 446 90 L 446 90 L 446 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 445 90 C 627 90 718 200 900 200 L 900 200 L 900 0 L 445 0 Z" stroke-width="0"></path> </svg>');
        background-size: contain;
    }
    .logo {
        max-width: 250px;
        height: auto;
    }
}
@media (max-width: 576px) {
    nav {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 576 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 160 C 115.2 160 172.8 88 288 88 L 288 88 L 288 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 287 88 C 402.6 88 460.4 160 576 160 L 576 160 L 576 0 L 287 0 Z" stroke-width="0"></path> </svg>');
        background-size: contain;
    }
    .logo {
        max-width: 200px;
        height: auto;
    }
}

/****** BOTTOM WAVE ******/

@media (min-width: 992px) {
    #botWave {
        margin-top: -200px;
    }
    #contactForm {
        margin-bottom: 50px;
        border-radius: 30px;
    }

    .mainSubjectText {
        padding-left: 50px;
    }
}

@media (min-width: 1365px) {
    #botWave {
        margin-top: -300px;
    }
}

@media (min-width: 1680px) {
    #botWave {
        margin-top: -300px;
    }
    .botNav {
        margin-top: -80px;
    }
}

@media (min-width: 2100px) {
    #botWave {
        margin-top: -400px;
    }
    .botNav {
        margin-top: -100px;
    }
}

@media (min-width: 2800px) {
    #botWave {
        margin-top: -500px;
    }
    .botNav {
        margin-top: -120px;
    }
    footer {
        margin-top: 180px;
    }
}