.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.banner{
    margin-top: 110px;
}
.banner-content{
    height: 500px;
}

.top-banner{
    position: relative;
    /*height: 500px;*/
}
.top-banner-text{
    position: absolute;
    top: 20%;
    left: 40%;
    color: #F5F5F5;

}
.top-banner-text p {
    font-size: 1.3rem;
    color: #F2A100;
}
.btn-olym{
    background-color: #F2A100;
    color: #F5F5F5;
    border-color: #F2A100;
    border-radius: 20px;
    transition: color 0.5s;

}
.btn-olym:hover{
    background-color: #FFFFFF;
    color: #F2A100;


}
.btn-olym-rec{
    background-color: #F2A100;
    color: #F5F5F5;
    border-color: #F2A100;
    transition: color 0.5s ease-in;
    box-shadow: 0 5px 5px -2px grey;

}
.btn-olym-rec:hover{
    background-color: #FFFFFF;
    color: #F2A100;

}
.btn-olym-rec2{
    background-color: #333;
    color: #FFF;
    border-color: #333;
    transition: color 0.5s ease-in;
    box-shadow: 0 5px 5px -2px grey;

}
.btn-olym-rec2:hover{
    background-color: #FFF;
    color: #333;
}
.text-o-color{
    color: #F2A100!important;
}
table,
td {
    border: 1px solid #333;
    padding: 5px 20px;
}
th {
    font-size: 1.4rem;

}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}

.sec2 .bloc2{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec3 .bloc2{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sec4 .bloc1 .bloc-text {
    border-radius: 15px;
    background-color: #fff;
    padding: 1.5rem 2rem ;
}
.sec4 .bloc1 .bloc-text h4 {
    color: #d81f56;
}

.sec4  img{
    width: 100%;
    height: auto;
}

.sec5 .bloc-lo{
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5rem;
}
.sec5 .bloc-lo .bloc1{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sec5 .bloc-lo .bloc1 img{
    border-radius: 50%;
}

.sec5 .bloc-lo .bloc1 .b-img-0{
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.sec5 .bloc-lo .bloc1 .b-img{
    position: relative;
    background-color: var(--light-color);
    text-align: center;
    width: 200px;
    height: 150px;
    overflow: hidden;
    padding: 5px 0;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);

}

.sec5 .bloc-lo .bloc1 .b-img img{
    width: 80%;

}
.sec5 .bloc-lo .bloc1 span.b-name{
    height: 3.8rem;

    width: 60%;
    position: absolute;
    top: 90%;
    left: 50%;
    bottom: 0;
    transform: translateX(-45%);
    padding: 10px 5px;
    /*background-color: #333333;*/
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;


}
.fprice {
    background-color: #d81f56;
}
.sprice {
    background-color: #F2A100;
}
.tprice{
    background-color: #333;
}
.sec6 .bloc1  {
    background-color: #FFFFFF;
    border-top: 2px solid #d81f56;
    border-right: 2px solid #d81f56;
    padding: 1.2rem 1.5rem;
    position: relative;
}
.sec6 .bloc1:after  {
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: #333333;
    top: 100%;
    right: 0;
}
.sec6 .bloc1 .bloc1-text{
    font-family: 'Oswald';
    font-size: 1.3rem;
}
q {
    position: relative;
    /*quotes: "«\00A0" "\00A0»";*/
    /*quotes: "“" "„"  ;*/
}

q:before {
    content: "“\00A0";
    position: absolute;
    top: -0.5rem;
    left: -0.6rem;
    color: #d81f56;
    font-size: 1.2rem;

}

q:after {
    content: "\00A0“";
    position: absolute;
    bottom: -0.5rem;
    right: -0.6rem;
    color: #d81f56;
    font-size: 1.2rem;

}


.section_marraine .bloc-text{
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.section_marraine .bloc-text q{
    position: relative;;
}

.section_marraine .bloc-text q:before {
    content: "“\00A0";
    position: absolute;
    top: -0.5rem;
    left: -0.6rem;
    color: #d81f56;
    font-size: 1.2rem;

}

.section_marraine .bloc-text q:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 50%;
    bottom: -1rem;
    left: 0;
    color: #d81f56;
    background-color: #d81f56 ;
    font-size: 1.2rem;

}



/********************************Media Queries ***********************/

/*****Min Width:*****/
/*****520px***/


@media (min-width : 520px) {

}

/*****576px***/

@media (min-width: 576px){

}

/*****768px***/

@media (min-width: 768px) {

}

/*****900px***/
@media (min-width: 900px){


}

/*medi 992px*/
@media (min-width: 992px) {


}




@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1200px) {


}


@media (min-width: 1440px) {


}

/*****1200px***/

@media (max-width: 1200px) {


}


/*****991px***/
@media (max-width: 991px) {

}

/*****768px***/

@media (max-width: 768px) {

}


/*****520***/

@media screen and (max-width: 520px) {
    .banner{
        margin-top: 175px;
    }
    .banner-content{
        height: 165px;
    }
    .top-banner{
        position: relative;
        height: 600px;
    }

    .top-banner-text{
        position: absolute;
        top: 0;
        left: 0;
        color: #F5F5F5;

    }
    .top-banner-text h1 {
        font-size: 1.1rem;
    }

    .sec1 h3{
        font-size: 1.4rem;
    }

    .top-banner-text p {
        font-size: 0.85rem;
        color: #F2A100;
    }

    .btn-olym{
        background-color: #F2A100;
        color: #F5F5F5;
        border-radius: 15px;
        transition: color 0.5s;
        font-size: 0.85rem;

    }

    .sec1 .text span{
        font-size: 0.8rem;

    }

    .sec1 h2 ,
    .sec2 h2,
    .sec3 h2 ,
    .sec4 h2,
    .sec5 h2 ,
    .sec5 h2 ,
    .section h2 ,
    .section_marraine h2
    {
        font-size: 1.4rem;
    }
    /*.sec3 .bloc {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/


    .sec4  img{
        width: 50%;
        height: auto;
    }

    .sec5 .bloc-lo{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .sec5 .bloc-lo .bloc1{
        margin-bottom: 40px;


    }

    .sec5 .bloc-lo .bloc1 .b-img img{
        width: 80%;
    }
    .sec5 .bloc-lo .bloc1 span.b-name{
        height: 3.8rem;

        width: 150px;
        position: absolute;
        top: 90%;
        left: 50%;
        bottom: 0;
        transform: translateX(-45%);
        padding: 10px 5px;
        /*background-color: #333333;*/
        color: #FFFFFF;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;


    }
    .fprice {
        background-color: #d81f56;
    }
    .sprice {
        background-color: #F2A100;
    }
    .tprice{
        background-color: #333;
    }

    .section_marraine img{
        width: 55%;
        height: auto;
    }

    .spnsors-logo img{
        width: 55%;
        height: auto;
    }

}


/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
    .register_content,
    .search_content
    {
        width: 442px;
    }
}

@media only screen and (max-width: 991px)
{
    .search_section
    {
        padding-top: 156px;
        padding-bottom: 161px;
    }
    .register_content,
    .search_content
    {
        width: 75%;
    }

}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
    h1{font-size: 24px;}
    p{font-size:13px;}

}
