@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,800);

/* Initialisation de la page */
.sup-container{
    background-color: #fff;
    padding: 15px 50px;
    color: #00060b;
}

/* Supports pédagogiques */

.sup-container .text-container{
    margin-bottom: 30px;
}

.sup-container .text-container .title{
    color: #2765ad;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: bebas_neuebold;
}

.categories-container .categorie-content .desc-container{
    background-color: #f3f3f3;
    text-align: center;
}

.categories-container .categorie-content .desc-container .desc{
    font-family: bebas_neuebold;
    color: #3b3b3b;
    font-size: 19px;
    padding: 14px 0px;
}

.categories-container .categorie-content .desc-container .desc:before{
    content: '';
    background: url('../img/img-autres-pages/left_arrow.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    display:inline-block;
    padding-right: 20px;
}

.categories-container .categorie-content .img-responsive{
    max-width: none;
    width: 100%;
}

.categories-container .categorie-content .red-line{
    margin-top: 7px;
    background-color: #eb0400;
    width: 100%;
    height: 7px;
}

.categories-container .categorie-content{
    margin-bottom: 25px;
}


/* Accompagnement personnalisé */

.acc-container{
    background-color: #fff;
    padding: 15px 40px;
    color: #00060b;
}

.acc-container .titre-container{
    margin-bottom: 30px;
}

.acc-container .titre .titre-container .title{
    color: #717171;
    font-size: 29px;
    text-transform: uppercase;
    font-family: bebas_neuebold;
}


.acc-container .titre .grey-line{
    background-color: #e9e9e9;
    padding-left: 20px;
    width: 100%;
    height: 2px;
    margin-top: 32px;
}

.pcp-container .photo-container{
    position: relative;
}

.pcp-container .photo-container .text{
    font-family: bebas_neuebook;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 35px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.pcp-container .photo-container .text:before{
    
    content: '';
    background: url('../img/img-autres-pages/left_arrow_arrow.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 25px;
    display:inline-block;
    padding-right: 20px;
}

.pcp-container .photo-container A,
.pcp-container .photo-container a:hover {
	color: #ffffff;
}

.pcp-container .pcp1-container .red-line, .pcp-container .pcp2-container .red-line{
    margin-top: 7px;
    background-color: #eb0400;
    width: 100%;
    height: 7px;
}

.pcp1-container, .pcp2-container{
    margin-bottom: 25px
}
.pcp-container .pcp1-container img{
    width:100%;
}

.pcp-container .pcp2-container img{
    width:100%;
}



@media all and (max-width: 768px){
    .responsive-container {
        max-width: none;
        width: auto;
    }
    .pcp-container .photo-container .img-responsive{
        max-width: none;
        width: 100%;
    }
    .categories-container .categorie-content .desc-container .desc {
        font-family: bebas_neuebold;
        color: #3b3b3b;
        font-size: 18px;
        padding: 11px 0px;
    }
    .pcp-container .photo-container .text{
        font-size: 20px; 
    }
    .pcp-container .photo-container .text:before{
        width: 20px;
        height: 16px;
    }
    .categories-container .categorie-content .desc-container .desc:before{
        height: 15px;
    }
    .sup-container .text-container .title{
        font-size: 45px;   
    }
    .sup-container .text-container .responsive-none{
        display: none;
    }
    .sup-container .text-container .text{
        font-size: 13.3px;
    }
}


/* FONTS */
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneuebold/bebasneue_bold.eot');
    src: url('../fonts/bebasneuebold/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneuebold/bebasneue_bold.woff2') format('woff2'),
         url('../fonts/bebasneuebold/bebasneue_bold.woff') format('woff'),
         url('../fonts/bebasneuebold/bebasneue_bold.ttf') format('truetype'),
         url('../fonts/bebasneuebold/bebasneue_bold.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneuebook/bebasneue_book.eot');
    src: url('../fonts/bebasneuebook/bebasneue_book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneuebook/bebasneue_book.woff2') format('woff2'),
         url('../fonts/bebasneuebook/bebasneue_book.woff') format('woff'),
         url('../fonts/bebasneuebook/bebasneue_book.ttf') format('truetype'),
         url('../fonts/bebasneuebook/bebasneue_book.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue/bebasneue.eot');
    src: url('../fonts/bebasneue/bebasneue.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue/bebasneue.woff2') format('woff2'),
    url('../fonts/bebasneue/bebasneue.woff') format('woff'),
    url('../fonts/bebasneue/bebasneue.ttf') format('truetype'),
    url('../fonts/bebasneue/bebasneue.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'zeppelin';
    src: url('../fonts/Storm-Zeppelin43-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/** GENERAL **/

.bold{
    font-weight:bold;
}
.bolder{
    font-size: 23px;
    font-weight:bold;
    font-family: bebasneue;
}
.red{
    color: #ec3c4c !important;
}
.right{
    float: right;
}
.left{
    float: left;
}
.zeppelin{
    font-family: zeppelin ;
}
.pop-in-container{
    background-color: #fff;
    padding: 30px 50px 10px 50px;
}

.pop-in-container .pop-in-titre-container .titre{
    color: #e41616;
    text-transform: uppercase;
    font-family: bebas_neuebold;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.pop-in-container .grey-line{
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
    margin-top: 20px;
}
.pop-in-container .padding-container{
    padding: 0 60px;
}

.pop-in-container p{
    color: #212121;
}
.pop-in-container .concept{
    margin: 40px 0;
    text-align: center;
}
.pop-in-container a{
    background-color: #d5292f;
    color: #ffffff;
    font-family: bebasneue;
    font-size:20px;
    padding: 10px 20px;
}
.pop-in-container .concept a:before{
    content: '';
    background: url('../img/img-autres-pages/oeil-picto.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    display:inline-block;
    padding-right: 40px;
}

/* BANNIERE */
.pop-in-banniere{
    margin:20px 0;
}
.pop-in-banniere .img-container{
    position: relative;
}
.pop-in-banniere p{
    position: absolute;
    top:20%;
    right: 15%;
    text-align: center;
    font-family:bebas_neuebold;
    color: #2765ad;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
}
.pop-in-banniere p a{
    background-color: #2765ad;
    color: #ffffff;
    padding: 7px 15px;
    margin-left: 10px;
    font-size: 30px;;
}

.pop-in-container .DIMASPORT{
    margin: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,800);

    .sup-container {
        background-color: #fff;
        padding: 15px 30px;
        color: #00060b;
    }
    .pop-in-container {
        background-color: #fff;
        padding: 30px 10px 10px 10px;
    }
    .pop-in-container .padding-container {
        padding: 20px 0px;
    }
    .pop-in-container a {
        background-color: #d5292f;
        color: #ffffff;
        font-family: bebasneue;
        font-size: 20px;
        line-height: 40px;
        padding: 10px 20px;
    }
    .pop-in-container .concept {
        margin: 40px 0;
        text-align: center;
        background-color: #d5292f;
    }
    .pop-in-container a {
        color: #ffffff;
        font-family: bebasneue;
        font-size: 20px;
        line-height: 40px;
        padding: 0px;
    }

    .pop-in-container .concept a:before{
        content: none;
        background: url('../img/oeil-picto.png');
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 14px;
        display:inline-block;
        padding-right: 40px;
    }

    /* BANNIERE */
    .pop-in-banniere{
        margin:0px 0;
        background-color: #e9e9e9;
    }
    .pop-in-banniere .img-container{
        position: relative;
        display: none;
    }
    .pop-in-banniere p{
        position: inherit;
        top:30%;
        left: 25%;
        text-align: center;
        font-family:bebas_neuebold;
        color: #717171;
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
        padding: 10px;
    }
    .pop-in-banniere p a{
        background-color: #FFFFFF;
        color: #2765ad;
        padding: 7px 12px;
        margin-left: 10px;
        display: block;
        margin-top: 20px;
        font-size: 23px;;
    }

    .pop-in-container .grey-line {
        width: 100%;
        height: 2px;
        background-color: #e9e9e9;
        margin-top: 0px;
        margin-bottom: 20px;
    }

}
@media (min-width: 768px) and (max-width: 992px) {
    .pop-in-container {
        background-color: #fff;
        padding: 20px 50px 10px 50px;
    }
    .pop-in-container .concept {
        margin: 40px 0;
        text-align: center;
        background-color: #d5292f;
        padding: 10px 0;
    }
    .pop-in-container .padding-container {
        padding: 20px 30px 10px 30px;
    }
    .pop-in-container a {
        color: #ffffff;
        font-family: bebasneue;
        font-size: 20px;
        padding: 0px;
    }
    .pop-in-container .padding-container {
        padding: 20px 30px;
    }
    .pop-in-container .concept a:before{
        content: none;
        background: url('../img/oeil-picto.png');
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 14px;
        display:inline-block;
        padding-right: 40px;
    }
    .pop-in-container .titre-container img{
        margin: 10px auto;
    }
    /* BANNIERE */
    .pop-in-banniere{
        margin:0px 0;
        background-color: #e9e9e9;
    }
    .pop-in-banniere .img-container{
        position: relative;
        display: none;
    }
    .pop-in-banniere p{
        position: inherit;
        top:30%;
        left: 25%;
        text-align: center;
        font-family:bebas_neuebold;
        color: #717171;
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
        padding: 10px;
    }
    .pop-in-banniere p a{
        background-color: #FFFFFF;
        color: #2765ad;
        padding: 7px 12px;
        margin-left: 10px;
        display: block;
        margin-top: 20px;
        font-size: 23px;;
    }

    .pop-in-container .grey-line {
        width: 100%;
        height: 2px;
        background-color: #e9e9e9;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .pop-in-container .concept {
        margin: 40px 0;
        text-align: center;
        background-color: #d5292f;
        padding: 10px 0;
    }
    .pop-in-container .padding-container {
        padding: 20px 30px 10px 30px;
    }
    .pop-in-container a {
        color: #ffffff;
        font-family: bebasneue;
        font-size: 20px;
        padding: 0px;
    }
    .pop-in-container .padding-container {
        padding: 20px 30px;
    }
    .pop-in-container .concept a:before{
        content: none;
        background: url('../img/oeil-picto.png');
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 14px;
        display:inline-block;
        padding-right: 40px;
    }
    .pop-in-banniere p {
        position: absolute;
        top: 10%;
        right: 10%;
        text-align: center;
        font-family: bebas_neuebold;
        color: #2765ad;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .pop-in-banniere p a {
        background-color: #2765ad;
        color: #ffffff;
        padding: 7px 15px;
        margin-left: 10px;
        font-size: 20px;
    }
}