body {
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    background-color: #fff;
}

div, p, form, input, a, span, button {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
p {
    font-size: 17px;
    color: #010101;
    line-height: 1em;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #ff610a;
    font-weight: bold;
    line-height: 1em;
}

.title a {
    color: #ff610a;
}
.title a:hover {
    color: #ff610a;
}

a, a:hover, a:active {
    text-decoration: none;
    color: #000;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
        outline: none;
}
input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active
{
    outline: none;
}
img{
    max-width:100%;
    height:auto;
}
.container  {
    width: 1170px;
    margin: 0 auto;
    padding: 0px;
}
/*------------------------------------- header start ---------------------------------------*/
.header {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
}
.header--shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(124,138,152,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(124,138,152,1);
    box-shadow: 0px 0px 15px 0px rgba(124,138,152,1);
}
.header__comm, .footer__comm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__tel, .header__mail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #d8dfe6;
    height: 44px;
}

.header__mail {
    border-right: none;
}
.header__tel {
     padding-bottom: 5px;
}
.header__mail {
    padding-top: 1px;
}
.header__tel span, .header__mail span {
    font-size: 17px;
}
.header__mail span {
    margin-left: 32px;
    margin-right: 45px;
}
.header__mail span a {
    margin-left: 4px;
    color: #ff5300;
}
.header__tel span a {
    font-size: 30px;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 25px;
}
.header__search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 0;
}
.header__search #s {
    height: 37px;
    max-width: 278px;
    width: 100%;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    border: 1px solid #d8dfe6;
    margin-top: 3px;
    padding: 0 43px 0 15px;
}
.header__search .searchform {
    display: none;
}
.header__search #searchsubmit {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/search.png) no-repeat center center / cover;
    right: 15px;
    top: 54%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    display: block;
    -webkit-background-size: 18px 18px;
       -moz-background-size: 18px;
            background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.header__humb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header__menu_humb {
    margin-top: 4px;
    margin-right: 2px;
}
.black {
    color: #000;
}
.menu-open {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}
.menu-open__line,
.menu-open__line::before,
.menu-open__line::after {
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #ff610a;
    top: 50%;
    margin-top: -2.5px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    right: 0;
}
.menu-open__line::before,
.menu-open__line::after {
    content:'';
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.menu-open__line::before {
    -webkit-transform: translateY(-11px);
       -moz-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
         -o-transform: translateY(-11px);
            transform: translateY(-11px);
}
.menu-open__line::after {
    -webkit-transform: translateY(11px);
       -moz-transform: translateY(11px);
        -ms-transform: translateY(11px);
         -o-transform: translateY(11px);
            transform: translateY(11px);
}
.menu-open__active span {
    height: 0;
}
.menu-open__active span::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-open__active span::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
} 
nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    height: -webkit-calc(100vh - 100%);
    height: -moz-calc(100vh - 100%);
    height: calc(100vh - 100%);
    background-color: #fff;
    z-index: 1;
    overflow-y: scroll;
}
nav::-webkit-scrollbar { width: 0; }
nav { -ms-overflow-style: none; }
ul.menu li {
    text-align: center;
}
ul.menu > li > a {
    font-size: 36px;    
    font-weight: bold;  
}
ul.menu > li:hover > a {
    color: #ff610a;
}
ul.menu > li:hover > ul.sub-menu {
    display: block;
}
ul.sub-menu > li > a {
    font-size: 24px;
    font-weight: bold;      
}
ul.sub-menu {
    display: none;
}
ul.sub-menu > li:hover > a {
    color: #ff610a;
    text-decoration: underline;
}
/*------------------------------------- header end ---------------------------------------*/
/*------------------------------------- main start ---------------------------------------*/
.main__content {
    position: relative;
}
.main__content .header {
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.main__slide {
    text-align: center;
    position: relative;
    padding-bottom: 428px;
    padding-top: 125px;
}
.main__slide h2, .main__slide h1 {
    font-size: 145px; 
    font-weight: 600;
    margin-bottom: 37px;
}
.main__slide h2 span {
    color: #000;
}
.main__slide p {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 37px;
    color: #000;
}
.my-btn {
    text-align: center;
    display: block;
    height: 53px;
    width: 230px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    background-color: #ff610a;
    color: #fff;
    margin: 0 auto;
    border: 1px solid transparent;
    line-height: 53px;
}
.my-btn:hover {
    border: 1px solid #ff610a;
    color: #ff610a;
    background-color: rgba(255, 255, 255, .3);
}
.main__slide:first-child {
    background: url(../img/header-bg.png) no-repeat center center / cover;
}
.main__slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.main__slider .slick-dots li  {
    height: 13px;
    width: 13px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fff;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
      -moz-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -ms-align-items: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
           align-items: center; 
    margin-right: 9px;
    margin-left: 9px;
}
.main__slider .slick-dots li button {
    display: block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
    border: none;
     font-size: 0;
     padding: 0;
}
.main__slider .slick-dots li.slick-active button {
    background-color: #ff610a;
}
#tab-2 {
    width: 31px;
    height: 31px;
    background-image: url('../img/tab1.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
}
#tab-1 {
    width: 31px;
    height: 31px;
    background-image: url('../img/tab2.png');
    background-repeat: no-repeat;
    background-position: center;
}
#tab-2.active {
    background-image: url('../img/tab1-active.png');
}
#tab-1.active {
    background-image: url('../img/tab2-active.png');
}
/*------------------------------------- main end ---------------------------------------*/
/*----------------------------- conference start ---------------------------------------*/
.conference {
    padding-top: 60px;
    padding-bottom: 42px;
}
.title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 36px;
}
.conference__slider .slick-list.draggable {
    margin: 0 30px;
}
.conference__slide .text {
    color: #ff610a;
}
.conference__slide {
    text-align: center;
    padding: 0 10px;
}
.conference__slide .second__title {
    text-align: center;
    min-height: 60px;
}
.conference__slide .img__wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 19px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    overflow: hidden;
}
.conference__slide img {
    margin: 0 auto;
}
.second__title {
    color: #000;
    font-size: 30px;
    margin-bottom: 18px;
}
.conference__slider .slick-arrow  {
    position: absolute;
    top: 30.3%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 70px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #ff610a;
}
.conference__slider .slick-prev  {
    left: 0;
}
.conference__slider .slick-next  {
    right: 0;
}
.page-404 {
    padding: 120px 0;
    min-height: 420px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;

}
/*----------------------------- conference end ---------------------------------------*/
/*----------------------------- histotrie start ---------------------------------------*/
.histoire {
    position: relative;
}
.histoire img {
    width: 35%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10.8%;
    z-index: 1;
}
@media ( min-width: 1500px) {
    .histoire img {
        width: 550px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-650px,-50%);
           -moz-transform: translate(-650px,-50%);
            -ms-transform: translate(-650px,-50%);
             -o-transform: translate(-650px,-50%);
                transform: translate(-650px,-50%);
        left: 50%;
        z-index: 1;
    }
}
.histirie__desc {
    text-align: justify;
    background-color: #eff3f7;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 78px 20px 76px 95px;
}
.histirie__desc .title {
    margin-bottom: 25px;
}
.histirie__desc p {
    line-height: 24px;
    letter-spacing: 0.002em;
    margin-bottom: 35px;
}
.histirie__desc .my-btn {
    margin-left: 0;
}
/*----------------------------- histotrie end ---------------------------------------*/
/*----------------------------- representations start-------------------------------------*/
.representations {
    padding-top: 71px;
    padding-bottom: 20px;
}
.representations .title {
    margin-bottom: 61px;    
}
.representations__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.representations__img {
    margin-right: 12px;
}
.representations__img img {
    max-width: inherit;
    margin-top: 3px;
}
.representations__list .second__title {
    margin-bottom: 3px;
}
.representations__desc p {
    line-height: 24px;
}
.representations__list, .listes__list  {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.listes__list .listes__item {
    width: 18%;
    margin-right: 1%; 
    margin-left: 1%; 
}
.representations__add {
    display: block;
    font-size: 110px;
    color: #ff610a;
    height: 68px;
    line-height: 35px;
    width: 170px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    border:1px solid #d8dfe6;
    margin: 0 auto;
    text-align: center;
    margin-top: 11px;
}
.representations__add:hover {
    background-color: #ff610a;
    color: #fff;
}
/*----------------------------- representations end-------------------------------------*/
/*----------------------------- listes start-------------------------------------*/
.listes__desc{
    padding-top: 35px;
    padding-bottom: 46px;
    background: url(../img/listes-bg.png) no-repeat center center / cover;
}
.listes .title {
    margin-bottom: 22px;
}
.listes__item_wrap {
    background-color: #eff3f7;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 30px 20px 16px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
}
.listes__item .listes__item_wrap {
    height: 100%;
}

.listes__item .listes__item_wrap .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.listes__item .listes__item_wrap .second__title {
    min-height: 80px;
}
.pay-form .btn {
    margin-top: 30px;
}
.listes__item:first-child .listes__item_wrap {
/*    margin-right: 22px;*/
}
.listes__item:last-child .listes__item_wrap {
    /*margin-left: 22px;*/
}
.listes__item:nth-child(2) .listes__item_wrap {
    /*margin:0 11px;*/
}
.listes__item .listes__item_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 65px;
    margin-bottom: 27px;
}
.listes__item .second__title {
    margin-bottom: 3px;
}
.listes__item p {
    line-height: 24px;
}
.listes__btn {
    text-transform: uppercase;
}
.listes__button {
    background: url(../img/listes-btn-bg.png) no-repeat center center / cover;
    padding: 33px 0;
}
.listes__btn {
    display: block;
    max-width: 420px;
    width: 100%;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    font-weight: 600;
    line-height: 80px;
    font-size: 22px;
    margin: 0 auto;
    color: #fff;
    background-color: #ff610a;
    text-align: center;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(183,70,7,0.75);
    -moz-box-shadow: 0px 5px 40px 0px rgba(183,70,7,0.75);
    box-shadow: 0px 5px 40px 0px rgba(183,70,7,0.75);
}
.listes__btn:hover {
    background-color: #fff;
    color: #ff610a;
}

@media ( max-width: 990px ) {
    .listes__btn {
        margin-bottom: 30px;
    }
}

@media ( max-width: 500px ) {
    .listes__btn {
        font-size: 18px;
        line-height: 60px;
    }
}
/*----------------------------- listes end-------------------------------------*/
/*----------------------------- footer start-------------------------------------*/
.footer {
    background-color: #530e03;
    padding: 25px 0;
}
.footer__logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__logo img {
    height: 85px;
    width: auto;
}
.footer__logo_img  {
    margin-right: 27px;
}
.footer__logo_desc {
    margin-top: 10px;
}
.footer__logo_img img {
    height: 65px;
    width: auto;
}
.footer__logo_desc span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.footer__comm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer__comm .header__tel, .footer__comm .header__mail {
    color: #fff;
    border: none;
}
.footer__comm .header__tel  a {
    color: #fff;
}
.footer__comm .header__tel {
    border-right: 1px solid #9e2917;
}
.footer__comm .header__mail span {
    margin-right: 0;
}
/*----------------------------- footer end-------------------------------------*/

/*----------------------------- actulites page start-------------------------------------*/
/*----------------------------- title start-------------------------------------*/
.title-page {
    background: url(../img/title-bg.png) no-repeat center center / cover;
    text-align: center;
    padding: 25px 0;
}
.title-page h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
ul.my-breadcrumb {
  padding: 10px 16px;
  list-style: none;
}
ul.my-breadcrumb li {
  display: inline;
  font-size: 17px;
  color: #fff;
}
ul.my-breadcrumb li+li:before {
  padding:0 4px;
  content: "/\00a0";
  color: #fff;
}
ul.my-breadcrumb li a {
  color:#ff610a;
  text-decoration: none;
}
ul.my-breadcrumb li a:hover {
  color: #eff3f7;
  text-decoration: underline;
}
/*----------------------------- title end-------------------------------------*/
/*----------------------------- listes-actualites start------------------------------*/
.listes-actualites {
    padding-top: 54px;
    padding-bottom: 33px;
}
.listes-actualites .title {
    margin-bottom: 32px;
}
.listes-actualites .listes__list {
    margin-bottom: 25px;
}
.listes-actualites .listes__item .listes__item_wrap {
    margin: 0;
    background-color: #fff;
    padding: 24px 50px 60px;
    height: 100%;
} 
ul.listes__data {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
     margin-bottom: 4px;
}
ul.listes__data li {
    font-size: 18px;
    color: #ff610a;
}
ul.listes__data  li.listes__sity {
    color: #878787;
}
ul.listes__data li.listes__time:after {
    padding:0 9px;
    content: "/\00a0";
    color: #878787;
}
.listes-actualites .listes__item .second__title {
    margin-bottom: 18px;
}
.listes-actualites .listes__item p {
    line-height: 18px;
    margin-bottom: 0;
}
/*----------------------------- listes-actualites end------------------------------*/
/*----------------------------- slider-actualites srart------------------------------*/
.slider-actualites {
    background: url(../img/slider-actualites-bg.png) no-repeat center center / cover;
    padding-bottom: 47px;
}
.slider-actualites .title {
    margin-bottom: 47px;
}
.slider-actualites .conference__slide .img__wrap {
    margin-bottom: 18px;
}
.slider-actualites .conference__slider {
    margin-bottom: 20px;
}
/*----------------------------- slider-actualites end------------------------------*/
/*----------------------------- calendar-actualites srart------------------------------*/
.calendar {
    padding-top: 42px;
    padding-bottom: 66px;
}
.hover .conference__slide:hover .second__title a  {
    color: #ff610a;
}
.calendar__desc .title {
    margin-bottom: 25px;
}
.calendar__desc {
    text-align: justify;
}
.calendar__desc p {
    line-height: 24px;
    margin-bottom: 22px;
}
.calendar__desc .my-btn {
    margin: 0;
}
.calendar__list.listes__item_wrap {
    padding: 15px 0px 50px;
    background-color: #fff;
}
.calendar__list .second__title {
    margin-bottom: 21px;
}  
.calendar__list > ul > li > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 10px 8px;
    border-top: 1px solid #ebeff3;
} 
.calendar__list > ul > li:hover {
    background-color: #eff3f7;
}
.calendar__list > ul > li:last-child a {
    border-bottom: 1px solid #ebeff3;
}
.calendar__list > ul > li > a > .listes__time {
    width: 170px;
    color: #ff610a;
    font-size: 18px;
    margin-right: 17px;
}
.calendar__list > ul > li > a > p {
    width: -webkit-calc(100% - 121px);
    width: -moz-calc(100% - 121px);
    width: calc(100% - 121px);
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
    text-align: left;
}
.img__overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 14, 3 , .54);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
.img__overlay a {
    color: #fff;
    font-size: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.support__set .sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.support__set .sort ul li {
    margin-bottom: 15px;
}

.support__set .sort ul li:last-of-type {
    margin-bottom: 0;
}

@media ( max-width: 1200px ) {
    .header__logo img {
        height: auto;
        max-width: 100%;
    }
    ul.conference-page__list > li > .year-title {
        padding-left: 0;
        text-align: center;
    }
}

.support__set .sort select {
    width: 172px;
    height: 37px;
    border: 1px solid #ff610a;
    color: #ff610a;
    margin-bottom: 15px;
}
.support__set .sort a.active {
    color: #fff;
    background-color: #ff610a;
    border: 1px solid #ff610a;
}
.support__set .sort a:first-of-type {
    margin-right: 20px;
}
@media ( max-width: 550px ){
    .support__set .sort a:first-of-type {
        margin-bottom: 15px;
    }
}
.pdf-file {
    color: #ff610a;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pdf-file:hover {
    color: #ff610a;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover .conference__slide:hover .img__wrap .img__overlay {
   opacity: 1;   
   -webkit-transition: all 0.5s ease;   
   -o-transition: all 0.5s ease;   
   -moz-transition: all 0.5s ease;   
   transition: all 0.5s ease;
}
/*----------------------------- calendar-actualites end------------------------------*/
/*----------------------------- actulites page end-------------------------------------*/
ul.conference-page__list > li > .year-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    width: 100%;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.list-description-text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.4;
}
.list-description-text h2 {
    font-size: 16px;
}
.list-description-text h2 a {
    font-size: 16px;
    font-weight: 400;
}
.list-description-text a {
    color: #ff610a;
    text-decoration: underline;
}
.list-description-text a:hover {
    text-decoration: none;
}
.listes__time-title {
    color: #000;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 700;
    width: 88%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.support-text {
    height: 222px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.support-text.active {
    height: auto;
}
.see-more {
    position: absolute;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
}
.more {
    display: inline-block;
    background-color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    width: auto !important;
    border: 1px solid #ff610a;
    text-decoration: none !important;
}
.more:hover {
    background-color: #ff610a;
    color: #ffffff !important;
}
/*----------------------------- conference page start-------------------------------------*/
.conference-page {
    padding-top: 62px;
    padding-bottom: 77px;
}
.conference-page__info {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
}
.conference-page__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
}
.conference-page__data, .conference-page__loc, .conference-page__btn {
    padding: 58px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
}
.conference-page__data {
   width: 26.8%;
    -webkit-border-radius: 20px 0 0 20px ;
       -moz-border-radius: 20px 0 0 20px ;
            border-radius: 20px 0 0 20px ;
    background-color: #eff3f6;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.conference-page__data img {
    margin-bottom: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.conference-page__data span {
    font-size: 27px;
    font-weight: bold;
    color: #ff610a;
}
.conference-page__loc {
    padding-left: 63px;
    padding-right: 20px;
    width: 50%;
}
.conference-page__loc span {
    font-size: 24px;
}
.conference-page__btn {
    width: 50%;
}
.conference-page__btn .my-btn {
    height: 73px;
    width: 316px;
    font-size: 22px;
    line-height: 73px;
    margin: 0;

}
ul.conference-page__list > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 15px 29px;
    border-top: 1px solid #ebeff3;
} 
ul.conference-page__list > li:last-child {
    border-bottom: 1px solid #ebeff3;
}
.conference-page__list .sub-text {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.listes__time {
    font-weight: 300;
}
ul.conference-page__list > li > .listes__time {
    font-size: 24px;
    text-align: center;
    color: #ff610a;
    width: 22%;
    margin-right: 45px;
}
ul.conference-page__list > li > p {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    text-align: left;
    width: 66.2%;
}
ul.conference-page__list > li > .my-btn {
    height: 36px;
    width: 165px;
    line-height: 36px;
}
.page-text-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.conference-page__list a:hover {
    /*opacity: .8;*/
    color: #ff610a;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.conf-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 26.8%);
    width: -moz-calc(100% - 26.8%);
    width: calc(100% - 26.8%);
}
/*----------------------------- conferences end------------------------------*/
/*----------------------------- association start------------------------------*/
/*----------------------------- association-history ------------------------------*/
.association-history {
    text-align: justify;
    padding-top: 53px;
    padding-bottom: 47px;
}
.association-history__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.association-history__img img {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
    -moz-box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
    box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
}
.association-history .title {
    margin-bottom: 39px;
}

.association-history__desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.association-history__desc p {
    margin-bottom: 24px;
    line-height: 24px;
    margin-left: 2px;
}
.association-history__desc .my-btn {
    display: inline-block;
}

.pay-pal .title {
    text-align: center;
}

.pay-pal table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.pay-pal .btn {
    margin-top: 30px;
}
/*----------------------------- association-history ------------------------------*/
/*----------------------------- association-list ------------------------------*/
.association-list {
    background: url(../img/assc-list.png) no-repeat center center /cover;
    padding-top: 37px;
    padding-bottom: 73px;
}
.association-list__item {
    text-align: center;
}
.association-list__item .second__title {
    font-size: 36px;
    margin-bottom: 26px;
} 
.association-list__item img {
    margin-bottom: 24px;
}
.association-list__item p {
    margin-bottom: 17px;
}
/*----------------------------- association-list ------------------------------*/
.bureau {
    padding-top: 55px;
    padding-bottom: 30px;
}
.conference__slider.bureau__slider .slick-list.draggable {
    padding: 33px 0;
    position: static;
}
.bureau .title {
    margin-bottom: 0;
}
.bureau__slider .conference__slide {
    padding-top: 36px;
    padding-bottom: 31px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
     -webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.23);
    margin:0 10px;
    position: relative;
}

.bureau__slider .img__wrap {
    margin-bottom: 23px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    width: 218px;
    height: 218px;
}
.support-content {
    text-align: justify;
}
.support-content h1,
.support-content h2,
.support-content h3,
.support-content h4,
.support-content h5,
.support-content h6 {
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
}
.support-content p {
    line-height: 1.5;
}
.support-content p:last-of-type {
    margin-bottom: 0;
}
.support-content__links {
    text-align: center;
}
.support-content__links a {
    margin: 5px 10px;
    display: inline-block;
}
.support-content a {
    color: #ff610a;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.support-content a.more {
    display: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.support-content a:hover {
    color: #ff610a;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.support-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 40%;
    padding-left: 30px;
}
.support-link .my-btn {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 37px;
    width: 150px;
    margin-bottom: 15px;
    display: inline-block;
}
.support-link__wrap {
    width: 50%;
}
.support-text__wrap {
    padding-bottom: 40px;
}
@media ( max-width: 1200px ) {
    .support-link__wrap {
        width: 100%;
    }
    .support-link .my-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .support-link .video {
        float: none !important;
    }
}
.support-link:after {
    display: table;
    content: '';
    clear: both;
}
.support-link .video {
    float: right;
}
.bureau__slider .img__wrap img {
    width: 100%;
    height: 100%;
}
.bureau__slider .second__title {
    font-size: 24px;
    margin-bottom: 3px;
}
.bureau__slider a {
 color: #ff610a;
}
.bureau__slider .slick-arrow {
    top: 48%;
}
@media ( max-width: 1170px ) {
    .support-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .support-link .file {
        margin-bottom: 15px;
    }
}
@media ( max-width: 700px ) {
    .support-link {
        width: 100%;
        padding-top: 5px;
        padding-left: 0;
    }
}

.listes__item_wrap {
    position: relative;
    padding-bottom: 80px;
}
.listes__item_wrap .my-btn {
    width: 80%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}

@media ( max-width: 990px ) {
    .listes__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .listes__list .listes__item {
        width: 30%;
        margin-bottom: 60px;
    }
    .listes__item_wrap {
        padding-bottom: 80px !important;
    }
}

@media ( max-width: 767px ) {
    .listes__list {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .listes__list .listes__item {
        width: 48%;
        margin-bottom: 40px;
    }
    .listes__item_wrap {
        padding-bottom: 80px !important;
    }
}

@media ( max-width: 460px ) {
    .listes__list {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .listes__list .listes__item {
        width: 98%;
        margin-bottom: 40px;
    }
    .listes__item_wrap {
        padding-bottom: 80px !important;
    }
}
/*----------------------------- association end------------------------------*/
/*----------------------------- calendar-page start------------------------------*/
.calendar-page {
    padding-top: 75px;
    padding-bottom: 30px;
}
.calendar-page .calendar__list > ul > li > a > .listes__time {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    width: 190px;
    margin-right: 34px;
}
.calendar-page .calendar__list > ul > li > a {
    padding: 23px 10px 31px;
}
.calendar-page .calendar__list > ul > li > a > p {
    font-size: 30px;
    font-weight: bold;
    width: -webkit-calc(100% - 184px);
    width: -moz-calc(100% - 184px);
    width: calc(100% - 184px);
}
/*-----------------------------calendar-page end------------------------------*/
.contact {
    padding-top: 55px;
    padding-bottom: 20px;
}
.contact__adress {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.contact__title {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.contact__desc {
    margin-top: 10px;
}
.marker {
    margin-right: 10px;
}
.contact__desc span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 3px;
}
.contact__desc p {
    margin:0;
}
.contact__loc {
    margin-bottom: 10px;
}
.contact__mail {
    margin-bottom: 7px;
}
.contact__mail span {
    margin-bottom: 1px;
}
.contact__mail a {
    color: #ff610a;
}
.contact__phone span {
    margin-bottom: 0;
}
.contact__map img {
    margin: 0 auto;
    display: block;
}
/*-----------------------------calendar-page end------------------------------*/
/*-----------------------------Groupe paris-page start------------------------------*/
.groupe-desc {
    padding-top: 64px;
    padding-bottom: 32px;
    text-align: justify;
}
.groupe-desc__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.groupe-desc__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: justify;
}
.groupe-desc__text p {
    line-height: 24px;
    margin-bottom: 25px;
}
.groupe-desc__text p:last-child {
    margin-bottom: 1em;
}
.groupe-activites {
    background: url(../img/paris1-bg.png) no-repeat center center / cover;
    padding-top: 45px;
    padding-bottom: 44px;
    text-align: justify;
}
.groupe-activites .title {
    margin-bottom: 25px;
}
.groupe-activites p {
    line-height: 24px;
}
.group-representations {
    padding-top: 38px;
    padding-bottom: 36px;
}
.group-representations .representations__desc p {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.historique {
    background: url(../img/paris2-bg.png) no-repeat center center / cover;
    padding-top: 48px;
    padding-bottom: 92px;
}
.historique .title {
    padding-bottom: 68px;
    border-bottom: 1px solid #ff610a;
    margin-bottom: 42px;
}
.historique__item {
    position: relative;
    text-align: center;
}
.historique__item span {
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: 50%;
    top: -51px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 3px solid #ff610a;
    background-color: #eff3f7;
}
.historique__item h3 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}
.historique__item p {
    max-width: 230px;
    margin: 0 auto;
    line-height: 24px;
}
/*-----------------------------Groupe paris-page end------------------------------*/
/*-----------------------------.liens-utiles-page start------------------------------*/
.liens-utiles {
    padding-top: 53px;
    padding-bottom: 88px;
}
.liens-utiles .title {
    margin-bottom: 37px;
}
.liens-utiles ul.conference-page__list > li {
    padding: 23px 20px 29px;
}
.liens-utiles ul.conference-page__list > li > p:first-of-type {
    width: 83.2%;
}
.liens-utiles ul.conference-page__list > li > p:last-of-type {
    width: auto;
}
.liens-utiles__item {
    margin-bottom: 39px;
}
/*-----------------------------.liens-utiles-page end------------------------------*/
/*-----------------------------.Liste de discussion-page start------------------------------*/
.listes-discussion {
    padding-top: 64px;
    padding-bottom: 58px;
}
.listes-discussion .listes__item_wrap {
    background-color: #fff;
}
.groupe-activites-discussion {
    text-align: justify;
    padding-top: 42px;
    padding-bottom: 48px;
}
.shadov {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
    -moz-box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
    box-shadow: 0px 0px 57px 0px rgba(103,45,22,.27);
}
/*-----------------------------.Liste de discussion-page end------------------------------*/
/*-----------------------------.Liste de discussion-page start------------------------------*/
.mentions {
    padding-top: 64px;
    padding-bottom: 98px;
}
/*-----------------------------.Liste de discussion-page end------------------------------*/
/*-----------------------------.support-page start------------------------------*/
.support {
    padding-top: 50px;
    padding-bottom: 14px;
}
.support__set {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
}
.support__set .my-btn {
    margin: 0;
    width: 172px;
    height: 37px;
    background-color: #fff;
    border: 1px solid #d8dfe6;
    color: #ff610a;
    line-height: 37px;
}
.support__set .my-btn:hover {
    color: #fff;
    background-color: #ff610a;
    border: 1px solid #ff610a;
}
.support__tab-1 {
    padding-top: 27px;
}
.support__tab-2 {
    padding-top: 38px;
}
.support .conference__slide {
    margin-bottom: 50px;
}
.support__desc {
    width: 100%;
}
.support__tab-2 {
    display: none;
}
.support__tab-1, .support__tab-2 {
    display: none;
}
.support__desc .active {
    display: block;
}
.support__tabs{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}



/*-----------------------------.support-page end------------------------------*/
