@media screen and (max-width: 1500px) {
    .bigtitle{
        font-size: 170px;
        line-height: 210px;
    }
}
@media screen and (max-width: 1330px) {
    :root {
        --space: 75px;
    }
    .bigtitle{
        font-size: 140px;
        line-height: 175px;
    }
    #main-menu-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .menu>li {
        margin-bottom: 20px;
    }
    .menu a{
        font-size: 55px;
    }
    .link-ft .overflow-img{
        width: 85%;
    }
}
@media screen and (max-width: 1050px) {
    :root {
        --space: 60px;
    }
    .bigtitle .space, .bigcontact .space {
        width: 20px;
    }
    .bigtitle {
        font-size: 100px;
        line-height: 125px;
    }
    .bigtitle .line-break, .bigcontact .line-break {
        height: 0px;
    }
    .grid-comite{
        grid-gap: 40px;
    }
    .btn-base {
        padding: 15px 20px;
        border: 2px solid var(--noir);
    }
    .titre-accord,
    .titre-accord a{
        font-size: 52px;
    }
}
@media screen and (max-width: 850px) {
    .bigtitle {
        font-size: 80px;
        line-height: 110px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    p {
        font-size: 18px;
        line-height: 24px;
    }
    .link-ft .overflow-img{
        height: 50vw;
    }
    .contact-ft span {
        margin-right: 13px;
    }
    .contact-ft span:nth-of-type(5),
    .contact-ft span:nth-of-type(6){
        display: none;
    }
    .social{
        display: flex;
        padding: 0 var(--margin) 30px var(--margin);
    }
    .social svg{
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 700px) {
    :root {
        --space: 40px;
    }
    .bigtitle {
        font-size: 52px;
        line-height: 72px;
        margin-bottom: 30px;
    }
    .menu a {
        font-size: 35px;
    }
    .menu a::before {
        width: 40px;
        height: 4px;
    }
    .bigtitle .space, .bigcontact .space {
        width: 15px;
    }
    .bigcontact{
        margin-bottom: -25px;
    }
    .contact-ft{
        display: block;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .contact-ft svg{
        display: block;
        margin-bottom: 10px;
    }
    .contact-ft span {
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    #branding,
    #branding img{
        height: 40px;
        width: 40px;
    }
    #menu > .menu-toggle{
        top: 23px;
    }
    .menu a::before{
        margin-right: 20px;
    }
    .menu a:hover::before{
        width: 55px;
    }
    .head-home h1 {
        top: unset;
        bottom: 0;
    }
    .grid-comite{
        display: block;
    }
    .grid-comite>div{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid var(--noir);
    }
    .lt-head{
        padding-top: 85px;
    }
    .titre-accord,
    .titre-accord a{
        font-size: 52px;
    }
    .titre-accord, .titre-accord a {
        font-size: 27px;
    }
    .titre-accord::before {
        height: 3px;
        width: 30px;
    }
    .contact-sec .txt {
        margin-bottom: 30px;
    }
    #header{
        padding: 15px 0;
    }
    .link-ft{
        padding-top: 20px;
    }
    .social>span{
        display: inline-block;
        margin-right: 5px;
    }
    #copyright{
        font-size: 11px;
        padding-bottom: 30px;
    }
    .link_base{
        font-size: 18px;
        line-height: 24px;
    }
    .link_base::before{
        height: 3px;
    }
    .btn-base{
        margin-top: 10px;
    }
}
@media screen and (max-width: 400px) {
    .bigtitle {
        font-size: 48px;
        line-height: 68px;
    }
}
@media screen and (max-width: 330px) {
    .bigtitle {
        font-size: 41px;
        line-height: 59px;
    }
    #copyright a{
        margin-top: 0;
    }
    #copyright svg {
        height: 11px;
        width: 82px;
    }
}