.single-head-slide>div{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-head__slider-content {
    background-image: url(../img/sign.png);
    position: relative;
    z-index: 99;
    width: 453px;
    height: 526px;
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 64px;
    padding-right: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-head__slider-content h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
}
.single-head__slider-content a {
    color: #fff;
    text-decoration: none;
}
.single-head__slider-wrap{
    position: relative;
   
}
.single-head__contacts {
    display: flex;

}
.single-head__contacts .contacts-item {
    margin-bottom: 10px;
}
.single-head__container{
    padding: 36px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.litiges_btn {
    text-align: center;
}
.litiges_btn .button {
    text-decoration: none;
}

@media only screen and (max-width: 1200px){
    .single-head-slide>div{
        height: 500px;
       
    }
    .single-head__slider-content {
        background-size: contain;
        width: 405px;
        height: 470px;
        padding-top: 88px;
        padding-bottom: 88px;
        padding-left: 40px;
    }
    .single-head__slider-content h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .single-head__container{
        padding: 0 15px;
    }
}


@media only screen and (max-width: 768px){
    .single-head-slide>div{
        height: 260px;
    }
    .single-head__slider-content {
        background-size: contain;
        width: 100%;
        height: auto;
        padding: 15px;
        background-image: none;
        background-color: #A650A5;
    }
    .single-head__slider-content h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .single-head__container{
        padding: 0px;
        top: auto;
        position: relative;
        margin-top: -7px;
    }
    .single-head__slider-wrap{
        display: flex;
        flex-direction: column-reverse;
    }
}



.le-mot__wrapper {
    padding: 60px 0;
    background: #3F94D1;
    margin: 80px 0;
}
.le-mot__title{
    background-image: url(../img/sign.png);
    background-size: contain;
    width: 355px;
    height: 412px;
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.le-mot__title h2 {
    color: #fff;
}

.le-mot__content {
    transition: 1s;
    overflow: hidden;
    max-height: 450px;
    color: #fff;
}
.le-mot__content p {
    margin-bottom: 15px;
}
.le-mot__content strong {
    font-weight: 600;
}
.le-mot__content.active {
    max-height: 9000px;
}

.le-mot__content .le-mot__title-wrap {
    float: right;
    padding-left: 100px;
    margin-bottom: 30px;
}
.le-mot__wrapper::after {
    content: '';
    display: block;
    clear: both;
}


.le-mot__wrapper .le-mot__btn{
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
}
.le-mot__wrapper .le-mot__btn span {
    margin-right: 10px;
    text-transform: uppercase;
}
.le-mot__wrapper .le-mot__btn .icon{
    height: 19px;
}
.le-mot__wrapper .le-mot__btn span.active{
    display: none;
}
.le-mot__wrapper .le-mot__btn .icon.active {
    display: none;
}
.le-mot__wrapper .le-mot__btn.active span{
   display: none;
}
.le-mot__wrapper .le-mot__btn.active  .icon {
    display: none;
}

.le-mot__wrapper .le-mot__btn.active span.active{
    display: block;
}
.le-mot__wrapper .le-mot__btn.active  .icon.active {
    display: block;
}

@media only screen and (max-width: 768px){
    .le-mot__content .le-mot__title-wrap {
        padding-left: 30px;
    }
    .le-mot__title h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
 
@media only screen and (max-width: 640px){
    .le-mot__content .le-mot__title-wrap {
        padding-left: 0px;
        float: none;
    }
    .le-mot__title {
        padding-top: 60px;
        width: 210px;
        height: 244px;
        margin: 0 auto;
    }
    .le-mot__content {
        transition: 1s;
        max-height: 650px;
    }
}
 
 