body {
    font-size: 12px;
}

.margin-top-Xlarge {
    margin-top: 100px!important;
}

.margin-bottom-Xlarge {
    margin-bottom: 100px!important;
}

.margin-top-large {
    margin-top: 50px!important;
}

.margin-bottom-large {
    margin-bottom: 50px!important;
}

.padding-top-large {
    margin-top: 50px!important;
}

.padding-bottom-large {
    margin-bottom: 50px!important;
}

.font-reg {
    font-weight: 400!important;
}

.font-bold {
    font-weight: 700!important;
}

.clr-white {
    color: #fff;
}

.bg-motif {
    background-image: url(../img/ligne-grise-motif.png);
    background-position: center;
}

.bg-inscrit {
    background-image: url(../img/background-montagne-bleue.jpg);
}

.bg-bleu {
    background-color: #00abaa;
}

.bg-programme {
    background-image: url(../img/motif-10ans.png);
}

.bg-grey {
    background-color: #283533;
}

h1 {
    font-size: 43px;
    position: relative;
    font-family: 'Alegreya Sans', sans-serif;
    font-style: italic;
    margin-top: 0;
}

h1:after {
    background-color: #283533;
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h2 {
    font-size: 26px;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 15px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    font-weight: 700;
}

.txt-link {
    font-size: 20px;
    color: #283533;
    font-weight: 700;
}

.txt-bold {
    font-size: 18px;
    font-weight: 700;
}

.txt-desc {
    font-size: 15px;
    font-weight: 400;
}

.txt-level1 {
    font-size: 14px;
    font-weight: 700;
}

.txt-level2 {
    font-size: 12px;
    font-weight: 400;
}

.txt-level3 {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 24px;
    }
    .txt-level1 {
        font-size: 12px;
    }
    .txt-level2 {
        font-size: 11px;
    }
    .txt-desc {
        font-size: 13px;
    }
}

@media (max-width: 550px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }
    .txt-bold {
        font-size: 14px;
        margin-top: 20px;
    }
}

.accueil .brand {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 400px;
    width: 250px;
    z-index: 1400;
    overflow: hidden;
    -ms-scroll-limit: 0 0 0 0;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform: rotate(45deg);
    transform-origin: 100% 0%;
    transition: all 0.5s;
    -webkit-box-shadow: 5px 5px 13px -5px rgba(138, 138, 138, 1);
    -moz-box-shadow: 5px 5px 13px -5px rgba(138, 138, 138, 1);
    box-shadow: 5px 5px 13px -5px rgba(138, 138, 138, 1);
    -ms-scroll-limit: 0 0 0 0;
}

.accueil .triangle-top-left {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 100% 0;
    transform: rotate(-45deg);
    transform-origin: 100% 0%;
    -ms-scroll-limit: 0 0 0 0;
}

.accueil .logo {
    padding: 20px;
    display: block;
    width: 100%;
    height: 91px;
}

.logo {
    display: none;
}

.accueil .go-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 68px;
    height: 34px;
    margin: 0 auto;
    font-size: 45px;
    background-image: url(../img/fleche-verte.png);
    background-repeat: no-repeat;
    z-index: 4;
}

.accueil .sub-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: auto;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/10ans-logo-blanc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
}

@media (max-width: 767px) {
    .accueil .sub-slider {
        background-size: 54%;
    }
    .accueil .brand {
        height: 315px;
        width: 205px;
    }
}

@media (max-width: 550px) {
    .bg-bleu h2 {
        font-size: 14px;
    }
}

.btn-black {
    display: inline-block;
    border: 1px solid #283533;
    padding: 12px 40px;
    border-radius: 0;
    color: #283533;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 5;
    transition: all 0.7s;
}

.btn-black:hover {
    color: #fff!important;
    background-color: transparent!important;
    border-color: #fff!important;
}

.dl-top-b .btn-black {
    margin-top: 40px;
}

a#ReturnBack {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px;
    position: relative
}

a#ReturnBack:before {
    content: '<';
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
}

.bg-galeries a {
    color: #283533;
    font-size: 20px;
    font-weight: 400;
    background-image: url(../img/losange-galerie.png);
    width: 368px;
    height: 368px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    padding-top: 170px;
    margin: 0 auto;
    text-decoration: none;
    transition: all.1s;
}

.bg-galeries a:hover {
    font-weight: 700;
}

@media (max-width: 991px) {
    .bg-galeries a {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .bg-galeries a {
        width: 277px;
        height: 213px;
        padding-top: 92px;
        font-size: 16px;
        padding-top: 96px;
        background-size: 75%;
        margin-bottom: 30px;
    }
    .bg-galeries .maragin-bottom-Xlarge {
        margin-bottom: 30px;
    }
}

a:focus, a:hover {
    outline: none;
    text-decoration: none!important;
}

.block-galerie-photomaton .uk-overlay-icon:before, .block-galerie-soire .uk-overlay-icon:before {
    content: "";
    position: absolute;
    left: calc(50% - 41px);
    top: calc(50% - 43px);
    margin: 0 auto;
    width: 83px;
    height: 87px;
    background-image: url(../img/zoom.png);
}

a#loadMore {
    margin-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display:block;
}

@media (max-width: 767px) {
    .block-galerie-soire .uk-panel-teaser, .block-galerie-photomaton .uk-panel-teaser {
        text-align: center;
    }
}


/* dl-top-b */

.dl-top-b .bg-bleu {
    padding-top: 70px;
    padding-bottom: 80px;
}


/* Body */

div.itemBody .bg-motif {
    padding-top: 70px;
    padding-bottom: 80px;
}

.bg-galeries {
    background-image: url(../img/background-montagne-bleue.jpg);
}

@media (max-width: 991px) {
    .dl-bottom-c img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    .presentation {
        text-align: center;
    }
    .dl-bottom-b .margin-top-large {
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .dl-bottom-c img {
        margin-bottom: 40px;
    }
}


/* dl-bottom-d */

.dl-bottom-d .bg-inscrit {
    padding-top: 70px;
    padding-bottom: 80px;
}

.form-contact .bfElemWrap .ff_elem {
    font-size: 12px;
    font-weight: 700;
    width: 74%;
    padding: 8px 13px;
    text-align: center;
    max-width: 100%;
    background-color: #fff;
    border: 0;
}

.form-contact .bfElemWrap {
    margin-bottom: 5px;
}

.form-contact .bfQuickMode .controls .control-label {
    width: 100%;
}

.form-contact .btn {
    padding: 8px 33px;
    margin: 15px auto 0px auto;
    display: block;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all.7s;
}

.bfQuickMode .pull-right {
    float: left!important;
}

.form-contact .btn:hover {
    color: #283533;
    border: 1px solid #283533 !important;
}

@media (max-width: 991px) {
    .bfQuickMode input[type=text] {
        width: 70% !important;
        min-width: 70% !important;
    }
    .form-contact .bfPage {
        text-align: center !important;
    }
    .bfQuickMode .pull-right {
        float: none!important;
    }
    .form-contact .btn {
        margin: 30px 115px;
        display: inline-block !important;
    }
    .bg-inscrit img {
        max-width: 40%;
    }
}

@media (max-width:550px) {
    .form-contact .btn {
        margin: 30px 45px;
    }
}

.bfQuickMode input[type=text] #k2Container {
    padding: 0;
}

div.itemView {
    padding: 0;
    margin: 0;
}

#k2Container {
    padding: 0;
}


/*contact*/

.first-img {
    border-right: 2px solid #283533;
}

@media (max-width: 991px) {
    .first-img {
        border-right: 0 !important;
    }
    .first-img a {
        border-bottom: 2px solid #283533;
        display: block;
        width: 150px;
        margin: 0 auto 30px;
    }
}


/*page soiree*/

.bg-banner {
    background-image: url(../img/banner-haut.png);
}


/*footer*/

footer .copyright, .copyright a {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0;
}

.copyright a {
    text-decoration: none;
}

.info-footer li {
    display: inline-block;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.info-footer ul {
    text-align: center;
    list-style: none;
    margin-bottom: 0;
}

.info-footer li:after {
    position: absolute;
    content: "|";
    color: #283533;
    margin-left: 10px;
    margin-right: 10px;
}

.info-footer a {
    color: #283533;
    text-decoration: none;
}

.info-footer a:hover {
    color: #00abaa;
}

.info-footer li:first-child {
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
}

.info-footer li:last-child:after {
    display: none;
}

@media (max-width: 991px) {
    .dl-bottom-e img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .info-footer li:after {
        display: none;
        margin-bottom: 10px;
    }
    .info-footer li {
        display: block;
        margin-bottom: 10px;
    }
}

footer .back-top {
    background-image: url(../img/fleche.png);
    display: none;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 15px;
    padding: 1em;
    position: fixed;
    right: 0;
    bottom: 2em;
    text-decoration: none;
    text-indent: -9999px;
}

.block-galerie .uk-overlay-icon:before {
    content: "";
    position: absolute;
    left: calc(50% - 53px);
    top: calc(50% - 53px);
    margin: 0 auto;
    width: 83px;
    height: 87px;
    background-image: url(../img/zoom.png);
}
.block-galerie-photomaton img,
.block-galerie-soire img {
    height: auto;
    max-width: 100%;
}
