* { box-sizing: border-box; }
body, html { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%;}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
img { display: block; }

@font-face {
	font-family: 'UniCaps';
	src: url('fonts/uni-sans.heavy-caps.eot');
	src: local('☺'), url('fonts/uni-sans-heavy-caps.woff') format('woff'), url('fonts/uni-sans-heavy-caps.ttf') format('truetype'), url('fonts/uni-sans-heavy-caps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/GothamHTF-Book.eot');
	src: local('☺'), url('fonts/GothamHTF-Book.woff') format('woff'), url('fonts/GothamHTF-Book.ttf') format('truetype'), url('fonts/GothamHTF-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/GothamHTF-Book.eot');
	src: local('☺'), url('fonts/GothamHTF-Bold.woff') format('woff'), url('fonts/GothamHTF-Bold.ttf') format('truetype'), url('fonts/GothamHTF-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background: #f4f4f4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

body:after {
    content: '';
    position: fixed;
    bottom: -57%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewY(-5deg);
}

.container {
    background: #fff;
    z-index: 9;
    position: relative;
    width: 90%;
    max-width: 1200px;
}

.logo {
    position: absolute;
    top: -91px;
    left: 50%;
    margin-left: -91px;
    z-index: 99;
}

.top-wrapper {
    margin-bottom: 6px;
    display: -webkit-flex;
    display: flex;
}

.site, .activites, .en-ce-moment, .right-links {
    width: calc(50% - 3px);
}

.site {
    background: #0067c2;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0;
}

.site:after {
    content: '';
    width: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25%;
    background: #0062b8;
    z-index: -1;
    transform: skewX(-15deg);
}

.site .hover { display: none; }
.site:hover .hover { display: block; }
.site:hover .hide-hover { display: none; }

.activites {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    margin-left: 6px;
    overflow: hidden;
    background: url('img/activites.jpg') no-repeat center center;
    background-size: cover;
    text-decoration: none;
    height: 310px;
}

.activites .hide-hover {
    padding: 0 20%;
    text-align: center;
    width: 100%;
}

.activites span {
    text-align: center;
    color: white;
    font-family: 'UniCaps';
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.activites img { display: none; }

.activites .hover { display: none; }
.activites:hover {
    padding-bottom: 75px;
}
.activites:hover .hover { display: block; }
.activites:hover .hide-hover { display: none; }

.en-ce-moment img { width: 100%; }
.site img { margin: 0 auto; }

.site span {
    text-align: center;
    color: white;
    font-family: 'UniCaps';
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.site span.small {
    font-size: 18px;
    text-transform: none;
    font-family: 'Gotham-Bold';
}

.site .plus, .activites .plus {
    font-family: 'Myriad Pro';
}

.bottom-wrapper {
    display: -webkit-flex;
    display: flex;
}

.en-ce-moment {
    position: relative;
}

.en-ce-moment .link {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #adadad;
    width: 45%;
    text-align: center;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham-Book';
    font-size: 15px;
    padding: 0 20px;
}

.en-ce-moment .link span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: 'UniCaps';
}

.en-ce-moment .link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11%;
    width: 50%;
    background: #adadad;
    transform: skewX(-15deg);
    z-index: -1;
    transition: left 0.5s;
}

.en-ce-moment:hover .link:after {
    left: -25%;
}

.en-ce-moment .link .plus {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-46px);
    line-height: 43px;
    text-align: center;
    background: white;
    border-radius: 50%;
    font-family: 'Myriad-Pro';
    font-size: 40px;
    color: #adadad;
    z-index: 9;
}

.right-links {
    display: -webkit-flex;
    display: flex;
    margin-left: 6px;
}

.right-links a {
    width: calc(100% / 3 - 3px);
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.right-links a p {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
    margin: 0;
    width: 100%;
}

.right-links a .plus {
    font-size: 40px;
    font-family: 'Myriad Pro';
}

.right-links a img {
    margin-bottom: 15px;
}

.right-links a .hover {
    display: none;
    text-decoration: underline;
    font-family: 'UniCaps';
}

.right-links a:hover .hover { display: block; }
.right-links a:hover .hide-hover, .right-links a:hover img { display: none; }

.club-supporters { background: #1d1d1b; }
.club-supporters p {
    color: #d5ae66;
    font-family: 'UniCaps';
}
.club-supporters img { width: 25%; }
.amis img { width: 40%; }

.boutique {
    margin-left: 6px;
    background: #0067c2;
}
.boutique p {
    color: white;
    font-family: 'UniCaps';
}
.boutique img { width: 30%; }

.amis {
    margin-left: 6px;
    background: #d9000b;
}
.amis p {
    color: white;
    font-family: 'UniCaps';
}
.amis img {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

footer {
    height: 50px;
    line-height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

footer .left {
    color: #b6b6b6;
    font-family: 'Gotham-Book';
	font-size: 14px;
}

footer .left-mobile { display: none; }
footer .left-block { display: block; }

footer .right span {
    color: #1d1d1b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'UniCaps';
    margin-right: 10px;
}

footer .right img {
    width: 35px;
}

footer .right a {
    display: inline-block;
    height: 22px;
}

@media (max-width: 1366px) {
    .container {
        margin-top: 75px;
    }

    .logo {
        width: 150px;
        top: -75px;
        margin-left: -75px;
    }
}

@media (max-width: 1200px) {
    .en-ce-moment .link {
        font-size: 15px;
    }

    .right-links a p {
        font-size: 16px;
    }

    .right-links a .plus {
        font-size: 35px;
    }

    footer .left {
        line-height: 16px;
        width: 50%;
    }
}

@media (max-width: 992px) {
    body { display: inherit; }

    body:after {
        display: none;
    }

    .container {
        width: 70%;
        margin: 0 auto;
        margin-top: 150px;
    }

    .top-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .bottom-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site, .activites, .en-ce-moment, .right-links { width: 100%; }

    .site { padding: 100px 0 20px 0; }
    .site img { width: 60%; }

    .activites {
        margin-left: 0;
        background: none;
        position: relative;
        padding-bottom: 0;
        height: auto;
    }

    .activites .plus, .site .plus { font-size: 40px; }

    .activites img {
        display: block;
        width: 100%;
    }

    .activites .hide-hover {
        position: absolute;
        bottom: 50px;
        padding: 0 15%;
    }

    .site:hover .hide-hover { display: initial; }
    .site:hover .hover, .activites:hover .hover { display: none; }
    .activites:hover .hide-hover { display: block; }
    .activites:hover { padding-bottom: 0; }

    .en-ce-moment .link {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
    }
    .en-ce-moment .link:after { display: none; }
    .en-ce-moment .link .plus {
        position: relative;
        transform: translateY(0) translateX(0);
        display: block;
        margin: 10px auto 0;
        color: white;
        background: none;
    }

    .boutique, .amis { margin-left: 0; }

    .right-links {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

    .right-links a {
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 20px 50px;
    }

    .right-links a .plus { font-weight: bold; }

    .right-links a img, .right-links a:hover .hover { display: none; }
    .right-links a:hover .hide-hover{ display: block; }
    footer {
        height: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }

    footer .right {
        order: 1;
        width: 100%;
        padding: 0;
        line-height: 22px;
        text-align: center;
    }

    footer .right a {
        height: auto;
        margin-right: 10px;
    }

    footer .right a:last-child { margin-right: 0; }

    footer .right img { width: 55px; }

    footer .right span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .left-desktop { display: none; }
    footer .left-mobile { display: block; }

    footer .left {
        order: 2;
        font-size: 20px;
        text-align: center;
        width: 100%;
        line-height: 22px;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        margin-top: 100px;
    }
}

@media (max-width: 480px) {
    .right-links a {
        padding: 20px 0;
    }

    .en-ce-moment .link .plus { display: none; }
}
