@media(min-width:1200px) {
    .container {
        max-width: 1366px;
    }
}

@font-face {
    font-family: CenturyGothicBold;
    src: url(fonts/CenturyGothicBold.woff);
}
@font-face {
    font-family: CenturyGothic;
    src: url(fonts/CenturyGothicNormal.woff);
}

body {
    color: #231f20;
    margin: 0 auto;
    font-family: CenturyGothic;
}

a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
h1,
h2 {
    color: #1e60ad;
}
h1 {
    font-family: CenturyGothicBold;
    font-size: 70px;
    line-height: 1em;
}

h2 {
    font-family: CenturyGothic;
    font-size: 40px;
}

h3 {
    font-family: CenturyGothicBold;
    font-size: 22px;
    text-transform: uppercase;
}

section {
    padding-top: 90px;
    padding-bottom: 235px;
    position: relative;
    background-image: url(img/bg-image.jpg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.logo {
    margin-bottom: 160px;
    text-align: center;
}

.logo img {
    width: 545px;
}

.content {
    padding-left: 15px;
}

.lien-fb {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.lien-fb a {
    line-height: 1.2em;
    font-size: 20px;
    color: #231f20;
    font-family: CenturyGothicBold;
}

.icone {
    margin-right: 8px;
}

.lien-fb i {
    position: relative;
    top: 4px;
    color: #1e60ad;
    font-size: 50px;
}

.copyright a {
    color: #231f20;
}

.copyright p {
    margin-bottom: 0;
}

.copyright {
    font-size: 20px;
    position: absolute;
    right: -200px;
    bottom: 48%;
    transform: rotate(-90deg);
}

.copyright .line {
    position: relative;
    bottom: 5px;
    width: 120px;
    display: inline-block;
    border-bottom: 2px solid #231f20;
}

footer {
    display: flex;
    justify-content: space-evenly;
    padding: 60px 0;
    color: white;
    background-color: #286ebf;
    position: relative;
    bottom: 0;
}

.contact > div {
    padding: 0 25px;
}

.ligne-footer::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color:white;
    width: 2px;
    left: 0px;
    display: inline-block;
}

footer .footer-contact p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3em;
}

footer .footer-contact a {
    text-decoration: underline;
}

footer .footer-contact strong {
    font-family: CenturyGothicBold;
}

footer .footer-contact:first-of-type {
    padding-bottom: 30px;
}

.telephone {
    font-size: 18px;
    font-family: CenturyGothicBold;
}

.cadre {
    /* font-family: CenturyGothicBold; */
    padding: 5px 6px;
    display: inline-block;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.img-partenaire img{
    width: 170px;
}

.img-partenaire img:first-of-type {
    position: relative;
    top: 20px;
}



/* MEDIA QUERIES */

@media(max-width:1440px) {
    .contact > div {
        padding: 0 10px;
    }
}

@media(max-width: 1280px) {
    section {
        padding-bottom: 90px;
    }
}

@media(max-width:1199px) {

    .contact .img-partenaire {
        padding: 25px 10px;
        margin: 0 auto;
        text-align: center;
    }
    
    .ligne-footer::before {
        left: -70px;
    }

    footer.container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:1024px) {
    .ligne-footer::before {
        left: -40px;
    }
}

@media(max-width:991px) {

    section {
        background-image: url(img/bg-image-991.jpg);
        background-position: left -200px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 30px;
    }

    .logo {
        margin-bottom: 60px;
    }

    .logo img {
        width: 400px;
    }

    .offset-md-6 {
        margin-left: 47%;
    }

    .ligne-footer::before {
        left: -35px;
    }

    .copyright {
        bottom: 45%;
        font-size: 14px;
        right: -170px;
    }
}

@media(max-width: 768px) {

    .offset-md-6 {
        margin-left: 40%;
    }

    h3 {
        font-size: 19px;
    }

    .ligne-footer::before {
        display: none;
    }

    .trop-long {
        font-size: 13px !important;
    }

    section {
        background-position: left 0px;
    }
}

@media(max-width:767px) {
    section {
        min-height:  600px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .copyright {
        font-size: 12px;
        right: -135px;
    }

    .copyright .line {
        bottom: 2px;
        border: 1px solid #231f20;
    }    

    .contact {
        width: 255px;
        margin:0 auto;
    }

    .img-partenaire img {
        margin: 20px 0;
    }

    .img-partenaire img:first-of-type {
        position: static;
    }

    footer {
        padding-bottom: 0;
    }
    footer .footer-contact:first-of-type {
        padding-top: 30px;
    }
}

@media(max-width:480px) {

    .offset-md-6 {
        margin: 0;
    }

    .content {
        text-align: center;
    }

    section {
        background-image: url(img/bg-image-mobile.jpg);
        background-position: center bottom;
        min-height: 460px;
    }

    .logo img {
        width: 220px;
    }

    .lien-fb {
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .copyright {
        font-size: 10px;
        right: -142px;
    }
    
}

@media(max-width:375px) {

}

@media (max-width:320px) {
    
    .copyright {
        right: -142px;
    }
}