/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

#index-main-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#index-main-carousel .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

#index-historique-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#index-historique-carousel .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
}

#index-historique-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

#index-historique-carousel .owl-theme .owl-controls {
    margin: 0;
}

#index-historique-carousel .prev-arrow::after {
    content: url('../images/index/arrow-left-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    left: 5%;
}

#index-historique-carousel .next-arrow::after {
    content: url('../images/index/arrow-right-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    right: 5%;
}

#lassociation-1-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#lassociation-1-carousel .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
}

#lassociation-1-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

#lassociation-1-carousel .owl-theme .owl-controls {
    margin: 0;
}

#lassociation-1-carousel .prev-arrow::after {
    content: url('../images/index/arrow-left-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    left: 5%;
}

#lassociation-1-carousel .next-arrow::after {
    content: url('../images/index/arrow-right-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    right: 5%;
}

#lassociation-2-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#lassociation-2-carousel .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
}

#lassociation-2-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

#lassociation-2-carousel .owl-theme .owl-controls {
    margin: 0;
}

#lassociation-2-carousel .prev-arrow::after {
    content: url('../images/index/arrow-left-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    left: 5%;
}

#lassociation-2-carousel .next-arrow::after {
    content: url('../images/index/arrow-right-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    right: 5%;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}

#index-main-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

#index-main-carousel .owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#index-main-carousel .owl-page {
    height: 15px;
    width: 15px;
    margin-right: 7px;
}

#index-main-carousel .owl-page span {
    display: none;
}

/*#index-main-carousel .owl-page::after {*/
    /*content: url('../images/svg/bullet-empty.svg');*/
/*}*/

/*#index-main-carousel .owl-page.active {*/
    /*height: 15px;*/
    /*width: 15px;*/
/*}*/

/*#index-main-carousel .owl-page.active::after {*/
    /*content: url('../images/svg/bullet-full.svg');*/
/*}*/

#index-main-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#index-main-carousel .prev-arrow::after {
    content: url('../images/index/arrow-left-white.svg');
    position: absolute;
    height: 48px;
    width: 48px;
    left: 5%;
}

#index-main-carousel .next-arrow::after {
    content: url('../images/index/arrow-right-white.svg');
    position: absolute;
    height: 48px;
    width: 48px;
    right: 5%;
}






/**
NEWS PAGE CAROUSEL
 */
#news-page-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#news-page-carousel .owl-prev {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#news-page-carousel .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#news-page-carousel .owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
}

#news-page-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

#news-page-carousel .owl-page {
    height: 15px;
    width: 15px;
    margin-right: 7px;
}

#news-page-carousel .owl-page span {
    display: none;
}

#news-page-carousel .owl-page::after {
    /*content: url('../images/svg/bullet-empty.svg');*/
}

#news-page-carousel .owl-page.active {
    height: 15px;
    width: 15px;
}

#news-page-carousel .owl-page.active::after {
    /*content: url('../images/svg/bullet-full.svg');*/
}

#news-page-carousel .owl-pagination {
    display: none;
}

#news-page-carousel .prev-arrow::after {
    content: url('../images/index/arrow-left-white.svg');
    position: absolute;
    height: 49px;
    width: 49px;
    left: 5%;
}

#news-page-carousel .next-arrow::after {
    content: url('../images/index/arrow-right-white.svg');
    position: absolute;
    height: 49px;
    width: 49px;
    right: 5%;
}

/**
Past Activities Carousel
 */
#past-activities-carousel .owl-pagination {
    display: none;
}

#past-activities-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#past-activities-carousel > .owl-wrapper-outer {
    width: 90%;
    max-width: 1172px;
    margin: 0 auto;
}

#past-activities-carousel .row {
    max-width: 1172px;
}

#past-activities-carousel .owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
}

#past-activities-carousel .prev-arrow::after {
    content: url('../images/svg/arrow-left-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    left: 7%;
}

#past-activities-carousel .next-arrow::after {
    content: url('../images/svg/arrow-right-white.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    right: 7%;
}

#past-activities-carousel .owl-prev {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#past-activities-carousel .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#past-activities-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}


/**
Press Review Carousel
 */
#press-review-carousel .owl-pagination {
    display: none;
}

#press-review-carousel .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}

#press-review-carousel > .owl-wrapper-outer {
    width: 90%;
    max-width: 1172px;
    margin: 0 auto;
}

#press-review-carousel .row {
    max-width: 1172px;
}

#press-review-carousel .owl-buttons {
    position: absolute;
    top: 20%;
    width: 100%;
}

#press-review-carousel .prev-arrow::after {
    content: url('../images/svg/pink-arrow-left.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    left: 2%;
}

#press-review-carousel .next-arrow::after {
    content: url('../images/svg/pink-arrow-right.svg');
    position: absolute;
    height: 29px;
    width: 29px;
    right: 2%;
}

#press-review-carousel .owl-prev {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#press-review-carousel .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
}

#press-review-carousel .owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: red;
}

.first-bts, seconde-bts {
    color: white;
}

.first-bts {
    font-size: 140px;
}

@media screen and (max-width: 768px) {
    #index-main-carousel .prev-arrow::after {height: 32px; width: 32px; left: 1%;}

    #index-main-carousel .next-arrow::after {height: 32px; width: 32px; right: 1%;}

    #activity-carousel .prev-arrow::after {height: 32px; width: 17px; left: 1%;}

    #activity-carousel .next-arrow::after {height: 32px; width: 17px; right: 1%;}

    #news-carousel .prev-arrow::after {height: 32px; width: 17px; left: 1%;}

    #news-carousel .next-arrow::after {height: 32px; width: 17px; right: 1%;}

    #news-page-carousel .prev-arrow::after {height: 32px; width: 32px; left: 1%;}

    #news-page-carousel .next-arrow::after {height: 32px; width: 32px; right: 1%;}

    #press-review-carousel .prev-arrow::after {left: 1%;}

    #press-review-carousel .next-arrow::after {right: 1%;}
}