h1 {
    text-transform: uppercase;
    padding-bottom: 15px;
}

hr {
    border-top-color: #115097;
}

/* Page de suggestions & commentaires */
.contact-page {
    .line-main {
        padding-bottom: 0px;
    }

    .contact {
        padding-top: 10px !important;
    }

    .contact h1 {
        display:none;
    }
}

.btn-sponsors-plan {
    font-size: 28px;
    line-height:4rem;
}

.not-found-page {
    .line-main {
        padding-bottom: 0px;
    }
}

/* Page d'accueil */
.home-page {
    .carousel-indicators li  {
        display: none;
    }

    .newsletter-link {
        font-size: 28px;
        line-height: 4rem;
    }

    .home-text {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .home-text-atqc {
        margin-top: 55px;
        max-width: 540px;
        font-size: 19px;
        font-weight: 500;
        text-align: left;
    }

    .home-text-atqc a {
        display: inline-block;
        margin-top: 10px;
    }

    .home-text-mensuel {
        float: right;
        margin-top: 45px;
        max-width: 540px;
        font-size: 19px;
        font-weight: 500;
        text-align: right;
    }

    .home-text-cop {
        margin-top: 55px;
        max-width: 540px;
        font-size: 19px;
        font-weight: 500;
        text-align: left;
    }
}

.subscribe-newsletter-page {
    .line-main {
        padding-bottom: 0;
    }
}

.atq2024-informations-page {
    .carousel {
        margin-bottom: 30px;
    }
}

.btn-event {
    width: 200px;
}

.partners-page {

    .partners-title {
        margin-top: 20px;
    }

    h1 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #115097;
    }

    .news-content {
        text-align: center;
    }

    .news-text {
        text-align: justify;
    }
}

#q2n-theme {
    margin-top:70px;
    margin-left: -70px;
}

#atqc-theme {
    margin-top:150px;
    margin-left: -70px;
}

/* Logo ATQC25 sur la page de l'événemnt */
#kx5zf9QPnh2Outv7dMgASQA2 {
    margin-top:20px;
    margin-bottom:10px;
}

.devenir-partenaire {
    .contact {

        padding-top: 0px !important;
        margin-top: -30px;
        
        h1 {
            display: none;
        }
    }
}

@media only screen and (max-width: 767px) {

    #mainMenu {
        overflow-x: hidden;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .btn-event {
        width: 48%;
        padding:14px 0;
    }
    
    .home-page {
        .newsletter-link {
            font-size: 20px;
            line-height: 8rem;
        }

        .home-mission {
            max-width: 100%;
        }

        .home-text-mensuel {
            float: none;
            margin-bottom: 15px;
            margin-top: 0px;
            text-align: center;
        }

        .home-text-cop, .home-text-atqc {
            text-align: center;
            margin-top: 15px;
        }
    }

    .btn-sponsors-plan {
        font-size: 14px;
        line-height: 5rem;
    }

    h1 {
        line-height: 30px;
        font-size: 30px;
    }

    .news-mosaic {
        text-align: center;
    }

    #q2n-theme {
        margin-top:10px;
        margin-left:0px;
    }

    #atqc-theme {
        margin-top:10px;
        margin-left:0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
        padding-left: 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #FFF !important;
    }
}