/* GENERAL */

body {
    background-color: #F2F2F2;
}

a {
    text-decoration: none;
    color: #006B9D;
}

/* HEADER */

header img {
    width: 30%;
}

.title-fondation {
    font-size: 96px;
    letter-spacing: 0.5em;
}

header {
    background-color: #fff;
    padding-top: 30px;
    box-shadow: 0 4px 4px rgba(4, 4, 4, 0.2);
}

header img {
    max-width: 50%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

/* MAIN */

h1, h2, h3 {
    font-family: "Times New Roman", serif;
    text-transform: uppercase;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 110px;
    text-transform: uppercase;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height */
    letter-spacing: 0.5em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-rule-section {
    background-color: #006B9D;
    margin-top: 50px;
    padding: 10px 50px 10px 50px;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #DEDEDE;
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);*/
}

.line-rule {
    background-color: #fff;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.line-h4 {
    width: 200px;
    background-color: #000;
    height: 2px;
}

.rules-section .content {
    background-color: #fff;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #DEDEDE;
    padding: 0 70px 50px 70px;
    /*max-height: 1850px;*/
}

p, li {
    font-family: Arial, sans-serif;
    color: #545454;
}

ol {
    margin-top: 50px;
}

li {
    margin-top: 15px;
}

.fondation-section {
    background-color: #fff;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #DEDEDE;
    padding: 80px 70px 50px 70px;
}

.download-section {
    margin-top: 50px;
    background-color: #fff;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #DEDEDE;
    padding: 40px 70px 40px 70px;
    text-align: center;
}

.download-section h2 {
    color: #000;
}

.download-section .row {
    text-align: center;
    margin-top: 60px;
}

.DownloadPart {
    margin-top: 60px;
}

.DownloadLink {
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 14px;
    border: 2px #DEDEDE solid;
    transition: background-color .5s;
}

.DownloadLink:hover {
    background-color: #DEDEDE;
    color: #006B9D;
}

.line {
    width: 724px;
    margin-bottom: 0;
    height: 3px;
    background-color: #DEDEDE;
}

.line-2 {
    width: 412px;
    margin-bottom: 0;
    height: 2px;
    background-color: #DEDEDE;
}

h3 {
    font-weight: 400;
    font-size: 56px;
    line-height: 70px;
    margin: 30px 0 0 0;
}

p {
    margin-top: 50px;
    text-align: justify;
}

.line_col_1 {
    position: absolute;
    background-color: #000;
    margin-top: 80px;
    height: 250px;
    width: 1px;
    right: 0;
}


/* FOOTER */

footer {
    margin-top: 50px;
    background-color: #fff;
}

footer p {
    margin-top: 30px;
}

footer img {
    width: 30%;
    padding-top: 30px;
    margin: auto;
    display: block;
}

.copyrights {
    text-align: center;

}

.postal-adress {
    text-align: center;
}

.lower-footer {
    background-color: #F2F2F2;
    padding: 10px 0 10px 0;
}

/* RESPONSIVE */

@media (min-width: 768px) {
    .container{
        max-width: 1600px;
    }
    footer img {
        width: 50%;
        margin: 0;
    }
    .postal-adress {
        float: right;
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .container{
        max-width: 1200px;
    }
    h3 {
        font-size: 42px;
        line-height: 50px;
    }
    .line {
        width: 570px;
    }
    .rules-section .content {
        padding: 0 20px 0 20px;
    }
    .col-content-left {
        padding-right: 10px;
    }
    .col-content-right {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 62px;
        line-height: 70px;
    }
    .line {
        width: 300px;
    }
    .line-2 {
        width: 300px;
    }
    h2 {
        font-size: 42px;
        line-height: 60px;
    }
    h3 {
        margin-top: 80px;
        font-size: 42px;
        line-height: 50px;
    }

    #but {
        margin-top: 0;
        padding-top: 80px;
    }

    .line_col_1 {
        display: none;
    }
    .DownloadPart {
        margin-bottom: 20px;
    }
}

@media (max-width: 512px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 42px;
    }
    .container {
        padding: 0;
    }
    .fondation-section {
        padding: 20px;
    }
    .download-section {
        padding: 20px;
    }
}