/* GENERAL
----------------------------------------*/
p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #717171;
}

h1,
.h1 {
    font-size: 30px;
    color: #881b5d;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 23px;
    color: #881b5d;
    font-weight: 300;
}

a {
    color: #777;
}

a:hover {
    color: #881b5d;
}

em {
    color: #000;
}

.margin-top-neg20 {
    margin-top: -20px;
}

.btn.btn-default {
    background: rgba(245, 245, 245, 0);
    box-shadow: 0 0px #bdc3c7;
    color: #737c85;
}

.btn.btn-default:hover {
    background: rgba(245, 245, 245, 0);
    color: #881b5d;
}

.navbar-info {
    width: 100%;
}

/* BOUTON DE CONNEXION/DECONEXION
----------------------------------------*/
.top-bar {
    position: fixed;
    z-index: 9999;
    background: #333131;
    right: 0;
    top: 15px;
    -moz-box-shadow: -2px 2px 5px 0px #333;
    -webkit-box-shadow: -2px 2px 5px 0px #333;
    -o-box-shadow: -2px 2px 5px 0px #333;
    box-shadow: -1px 1px 2px 0px #333;
    width: 155px;
    padding: 9px 0px 4px 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width:941px) {
    .top-bar {
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        padding: 6px 0px 1px 0px;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.top-bar ul>li>a {
    line-height: 25px;
    text-transform: uppercase;
    color: #a5a5a5;
}

.top-bar ul>li>a:hover {
    color: #ffffff;
}

.top-bar ul {
    margin-bottom: 0px;
    padding-left: 0;
    text-align: center;
}

/* TELEPHONE
----------------------------------------*/
.tel {
    position: fixed;
    z-index: 9999;
    background: #881b5d;
    width: 150px;
    right: 0;
    top: 250px;
    padding: 8px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    -moz-box-shadow: -2px 2px 5px 0px #333;
    -webkit-box-shadow: -2px 2px 5px 0px #333;
    -o-box-shadow: -2px 2px 5px 0px #333;
    box-shadow: -1px 1px 2px 0px #333;
}

@media (max-width:991px) {
    .tel {
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        box-shadow: none;
    }
}

.tel img {
    height: 20px;
    vertical-align: middle;
}

.tel a {
    color: #fff;
}

.tel a:hover {
    color: #fff;
}

/* FIXE LA NAVIGATION
----------------------------------------*/
.site-logo {
    padding: 15px 20px !important;
    margin: 15px 10px !important;
}

.entete-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
}

@media (max-width:767px) {
    .entete-img {
        width: 180px;
    }
}

.fixed-me {
    transition: all 1s ;
}

.fixed-me {
    background-color: #881b5d !important;
    padding: 10px 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ededed !important;
}

@media (max-width:767px) {
    .fixed-me {
        background-color: #881b5d !important;
        padding: 0px !important;
        margin-bottom: 5px;
        position: fixed;
        top: 0;
        z-index: 888;
        width: 100%;
        border-bottom: 1px solid #ccc !important;
    }
}

.fixed-me img {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

@media (max-width:767px) {
    .fixed-me img {
        margin-bottom: 10px;
        width: 180px;
        display: block !important;
    }
}

.navbar-me img {
    display: none;
}

.navbar-me {
    padding: 5px 0px;
    background-color: #881b5d;
    top: 0px;
    border-radius: 0px;
    z-index: 1000;
    border-top: 3px solid #cccccc;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.navbar-me {
    transition: all 1s ;
}

@media (max-width:767px) {
    .navbar-me {
        padding: 0px 0px;
        background-color: #881b5d;
        top: 0px;
        border: 0px;
        border-radius: 0px;
        z-index: 1000;
    }
}

.navbar-me a {
    color: #e8e8e8 !important;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .navbar-me a {
        color: #ffffff !important;
    }
}

.navbar-me a:hover {
    color: #ffffff !important;
}

.barre-logo {
    padding-top: 1px;
    padding-bottom: 1px;
    display: none;
}

@media (max-width:767px) {
    .barre-logo {
        display: block;
    }
}

/* NAVBAR
----------------------------------------*/
.navbar-collapse {
    text-align: center;
    border-top-width: 0px;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    background-color: transparent !important;
    padding: 10px;
    font-size: 12px;
}

.menu-collapsed-button {
    margin: -47px 15px 10px 15px !important;
}

.navbar {
    margin-bottom: 0px;
    min-height: 0px;

    /* border-top: 3px solid #871b5c */
}

@media (max-width:767px) {
    .navbar {
        border-top: 0px solid #ededed;
    }
}

@media (max-width:767px) {
    .nav {
        padding-top: 10px;
        margin-bottom: 10px;
    }
}

/* SLIDER
----------------------------------------*/
.slider {
    padding: 0;
    position: relative;
    display: block;
}

.silver-hover:hover {
    color: #b7ab8a !important;
}

.slider-h1 {
    border: none;
    text-shadow: 1px 1px 1px #000;
    font-family: Pinyon Script;
    font-size: 40px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 5px 20px 10px;
}

@media (max-width:767px) {
    .slider-h1 {
        font-size: 28px;
    }
}

.cycloneslider-template-standard .cycloneslider-caption-description {
    padding: 5px 20px 15px;
    line-height: 1.0 !important;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-family: Pinyon Script;
    font-size: 40px !important;
    font-weight: 300;
    text-transform: capitalize;
}

@media (max-width:767px) {
    .cycloneslider-template-standard .cycloneslider-caption-description {
        font-size: 24px !important;
        padding: 7px 20px 7px 20px !important;
    }

    .cycloneslider-template-standard .cycloneslider-caption-title {
        display: none;
    }
}

/* COPYRIGHT
----------------------------------------*/
.border-top {
    border-top: 1px solid #CCCCCC;
    background: #1c1c1c;
}

.copyright  p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    text-align: center;
}

/* PIED DE PAGE
----------------------------------------*/
.footer-1-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-1-1 h4 {
    color: #ffffff;
}

.footer-1-1 a {
    color: #ffffff;
}

.footer-1-1 a:hover {
    color: #c1c1c1;
}

.footer-1-1 li {
    color: #ffffff;
}

.footer-1-1 h3,
,
.footer-1-1 .lead,
.footer-1-1 li {
    color: #363636;
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0;
}

.footer-wrap-1-1 {
    background-color: #303030;
}

@media (max-width:767px) {
    .footer-align-768 {
        text-align: center;
    }
}

/* PAGINATION ARTICLES ARCHIVES
----------------------------------------*/
.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
}

.pagination li a {
    font-size: 14px;
    color: #871b5c;
    background: none;
    margin: 0 3px;
    border: 1px solid #d4d4d4;
    padding: 5px 12px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #871b5c;
    border-color: #bcbcbc;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #871b5c;
}

ul.pagination .next,
ul.pagination .previous {
    display: none !important;
}

/* PAGINATION PREVIOUS/NEXT
----------------------------------------*/
.pager li > a,
.pager li > span {
    border: 1px solid #881b5d;
    border-radius: 0;
    color: #881b5d;
    font-size: 14px;
    min-width: 120px;
}

/* NAV-TAB
----------------------------------------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border-bottom: 0px solid #85d6de !important;
    box-shadow: 1px 0px 1px 0px #cecece;
    border-top: 4px solid #881b5d !important;
}

.nav-tabs > li > a {
    padding: 14px 25px 12px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #737c85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-top: 4px solid #e7e7e7 !important;

    /* background-color: #f6f6f6 */
    border-left: 1px none !important;
    border-right: 1px solid #bebebe !important;
    border-bottom-style: none !important;
}

.panel-title > a,
.panel-title > a:hover {
    background: #f5f5f5;
    color: #a3a3a3;
}

.social a .fa-instagram:after {
    background: #9c19e3;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span {
    color: #a3a3a3;
}

.panel-title > a.collapsed {
    background: #f5f5f5;
}

.panel-group .panel {
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none;
    border-left: 0px solid;
    border-right: 0px solid;
    border-style: solid;
    border-top: 0px solid;
}

.tab-pane {
    border-top: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}

@media (max-width:991px) {
    .nav-tabs > li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .content-main {
        margin-top: 0px !important;
    }
}

@media (max-width:767px) {
    .content-presse {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
}

.caldera-grid .col-sm-12 {
    text-align: center;
}

.content-1-8 img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

@media (max-width:767px) {
    .team-details {
        padding: 20px;
    }
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #881b5d;
}

.team-2 .col-sm-12 .team-item .team-thumb .team-link,
.team-2 .col-md-12 .team-item .team-thumb .team-link {
    top: 0;
    left: 41%;
    margin-top: -55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .col-sm-12 .team-item:hover .team-thumb .team-link,
.team-2 .col-md-12 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 64%;
    left: 43%;
}

/* MODIFICATION PLUGIN ANNONCES
----------------------------------------*/
#cn-circled .cn-list-row,
#cn-circled .cn-list-row-alternate {
    margin-bottom: 0px !important;
}

.cn-notes h4 {
    display: none;
}

#cn-circled .cn-circled-content p {
    font-size: 17px !important;
    line-height: 1.5em !important;
}

#cn-circled #cn-list-body {
    padding-top: 0px;
}

.cn-list-body ul {
    border: 1px solid #d4d4d4;
    padding-top: 5px;
    margin-bottom: 30px;
    background-color: #ededed;
}

#cn-circled .cn-circled-detail-link::before {
    font-size: 25px !important;
    top: 0px !important;
}

#cn-circled .cn-circled-detail-link::after {
    font-size: 25px !important;
    top: 0px !important;
}

#cn-circled .cn-circled-detail-link {
    font-size: 15px !important;
}

@media (max-width:767px) {
    #cn-circled .cn-circled-thumb {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    #cn-circled .cn-circled-content {
        margin-left: 0px !important;
        margin-top: 110px !important;
    }
}

#cn-circled .cn-alphaindex {
    text-align: center !important;
    letter-spacing: 10px;
}

#cn-circled .cn-alphaindex a {
    border: 1px solid #bfbfbf;
    padding-left: 10px;
}

.page-numbers {
    margin: 0 8px 0 0;
}

/*------------ Annonces modifier < 768 -----------*/
@media (max-width: 767px){
    #cn-circled .cn-circled-content:before {
        left: 50%;
        transform: translate(-50%);
    }

    #cn-circled .cn-circled-thumb {
        left: 50%;
        transform: translate(-50%);
    }

    #cn-circled .cn-circled-content {
        text-align: center;
    }

    #cn-circled .cn-circled-excerpt {
        padding-bottom: 30px;
    }
}

/* TOP BAR
----------------------------------------*/
.top-bar {
    position: fixed;
    z-index: 9999;
    background: #f4f4f4;
    right: 0;
    top: 25px;
    -moz-box-shadow: -2px 2px 5px 0px #9c9c9c;
    -webkit-box-shadow: -2px 2px 5px 0px #9c9c9c;
    -o-box-shadow: -2px 2px 5px 0px #9c9c9c;
    box-shadow: -1px 1px 2px 0px #d9d9d9;
    width: 155px;
    padding: 9px 10px 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width:991px) {
    .top-bar {
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.top-bar ul>li>a {
    line-height: 25px;
    text-transform: uppercase;
    color: #a5a5a5;
}

.top-bar ul>li>a:hover {
    color: #881b5d;
}

.top-bar ul {
    margin-bottom: 0px;
    padding-left: 0;
    text-align: center;
}

/* CAROUSELLE MOBILE
----------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 5px 10px !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* CAROUSEL DOTS
----------------------------------------*/
.owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav {
    margin-top: 10px;
}

.owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px 15px;
    padding: 4px 7px;
    background: #D6D6D666 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    color: white !important;
    font-size: 18px !important;
}

.owl-nav [class*=owl-]:hover {
    background: #881b5d !important;
    color: #FFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

/* ERIC RAJOUT
----------------------------------------*/
/*------------ accès -----------*/
h3.titre_acces {
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
}

.acces {
    position: relative;
    padding-left: 32px;
}

.acces p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.transport {
    font-size: 22px !important;
    font-weight: bold !important;
}

.transport:before {
    position: absolute;
    display: block;
    left: 0;
    margin-top: 5px;
}

.transport#metro:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-metro.png');
}

.transport#rer:before {
    content: url('https://entreelleetlui-rencontres-paris.fr/wp-content/uploads/2018/08/picto-rer.png');
}

.transport#bus:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-bus.png');
}

.transport#parking:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-rer.png');
}

.ligne {
    border-radius: 15px;
}

.ligne {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.ligne#metro_6 {
    background-color: #15AF7C;
}

.ligne#metro_9 {
    background-color: #CEDD3E;
}

.ligne#metro_2 {
    background-color: #1B6CAF;
}

.ligne.rer {
    border: solid 1px red;
    color: red;
    line-height: 26px;
}

.bus {
    padding: 0 10px;
    color: white;
    font-weight: bold;
}

.bus#b82 {
    background-color: #EA8039;
}

.bus#b22 {
    background-color: #2BA07C;
}

.bus#b30 {
    background-color: #9E2D9E;
}

.bus + .bus {
    margin-left: 10px;
}

/*------ formulaires --------*/
.ur-frontend-form label {
    font-size: 14px !important;
    color: #333333 !important;
}

.caldera-grid .form-control,
.ur-frontend-field {
    color: black !important;
    border: solid 1px #7f374f !important;
    padding: 20px 12px !important;
    background-color: rgba(199, 163, 116,0.05) !important;
}

.ur-frontend-field {
    border-radius: 2px !important;
}

select.ur-frontend-field {
    padding: 0 12px !important;
}

.caldera-grid .btn,
.ur-submit-button {
    padding: 10px 20px !important;
    background-color: #7f374f !important;
    font-weight: bold !important;
    color: white !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.caldera-grid .btn:hover,
.ur-submit-button:hover {
    background-color: #c7a374 !important;
    border-color: #c7a374 !important;
}

/*------- actualités ------*/
.team-wrapper .team-details {
    height: 100px;
    line-height: 60px;
}

.team-wrapper .team-details a {
    display: inline-block;
    vertical-align: middle;
}

/*------- Cookies ------*/
#cookie-notice .button.bootstrap {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #881b5d;
    background-image: -moz-linear-gradient(top,#881b5d,#420f2e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#881b5d),to(#420f2e));
    background-image: -webkit-linear-gradient(top,#881b5d,#420f2e);
    background-image: -o-linear-gradient(top,#881b5d,#420f2e);
    background-image: linear-gradient(to bottom,#881b5d,#420f2e);
    background-repeat: repeat-x;
    border-color: #881b5d #881b5d #420f2e;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
}

#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap:hover {
    color: #fff;
    background-color: #420f2e;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.ur-frontend-form form button[type=submit],
.ur-frontend-form form input[type=submit] {
    float: none;
    left: 50%;
    position: relative;
    transform: translate(-50%);
}

.ur-frontend-form form .ur-form-row .ur-form-grid {
    margin-bottom: 0px;
}

.menu-item i._before,
.rtl .menu-item i._after {
    margin-right: .5em;
}

.contact-1 .form-container {
    margin-top: 0px;
}

.underlined-title {
    text-align: center;
    padding-bottom: 0px;
}

.underlined-title h1 {
    color: #881b5d;
    margin-top: 25px;
    margin-bottom: 30px;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #272727;
}

.social-light li a i {
    color: #ffffff;
}

.slider-textes {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width:767px) {
    .slider-textes {
        display: none;
    }
}