@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

body {
color: #888888;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

h1,h2, h3, h4 {
font-weight: 700;
text-transform: uppercase;
}


/**********************************header*******************************/

.navbar-toggler {border: none;}
.scrolling-down #logo img {height: 40px;}
.normal-menu .container-fluid {
    padding-right: 7rem!important;
    padding-left: 7rem!important;
}

/********************************Menu******************************************/
.normal-menu ul li {padding: 0 15px;}
nav li a {
 font-style: normal;
padding: 10px 0;
    font-weight: 500;

}

nav ul.sub-menu li a {line-height: 25px;}
.menu-item-has-children:after{      right: 3px;
    top: 9px;
    color: #fff; display:none;}
nav ul.sub-menu li {padding: 0 8px 0 8px;} 
nav ul.sub-menu li a:hover{color:#817c7b!important;}
.sub-menu li a:before {display:none}
/*********************************Home page***********************************/
.top-banner .line {
    position: absolute;
    height: 1px;
    width: 140%;
    right: 0;
    background-color: rgba(255,255,255,.16);
    z-index: 50;
}
.top-banner .line.second {
    top: 70%;
    right: auto;
    left: 0;
    animation: line-banner2 alternate 8s ease-in-out infinite;
}
.top-banner .line.first {
    animation: line-banner alternate 8s ease-in-out infinite;
    top: 32%;
}
.top-banner .line span {
    background-image: linear-gradient(92deg, #f87c57, #f2296f);
    width: 60px;
    height: 3px;
    top: -1px;
    position: absolute;
}
.top-banner .line.first span {
    left: 60%;
}
.top-banner .line.second span:first-of-type {
    left: 20%;
    width: 100px;
}
.top-banner .line.second span:last-of-type {
    left: 45%;
    width: 30px;
}
 @-webkit-keyframes line-banner {
    0% {  right: 0; }
    50% {  right: -15%; }
    100% {  right: 0; }
  }
  @keyframes line-banner {
    0% {  right: 0; }
    50% {  right: -15%; }
    100% {  right: 0; }
  }
  @-webkit-keyframes line-banner2 {
    0% {  left: 0; }
    50% {  left: -8%; }
    100% {  left: 0; }
  }
  @keyframes line-banner2 {
    0% {  left: 0; }
    50% {  left: -8%; }
    100% {  left: 0; }
  }
.sow-headline-container h1.sow-headline .dg {
    background-image: linear-gradient(95deg, #f87c57, #f2296f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
}
.headring .sow-headline-container p.sow-sub-headline{font-weight: 600;
    text-transform: uppercase;}
.groupe-photo{position:relative;
    height: 680px;
    max-height: 680px;
}
.groupe-photo .image-first{
position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: 29px 20px 13px 0 rgba(0,0,0,.05);
}
.groupe-photo .image-second{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 24px 20px 0 rgba(0,0,0,.06);
}
.groupe-photo .bg-image{
position: absolute;
    left: 9%;
    top: 20%;
    z-index: 0;
}
.bg-symbol p{
    position: absolute;
    top: -52px;
    left: -90px;
    opacity: .4;
    margin: 0;
    font-weight: 700;
    font-size: 200px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b6b6b6;
    z-index: -1;
}
.barre .sow-headline-container p.sow-sub-headline{    font-weight: 700;
    letter-spacing: 2px;}
.barre .sow-headline-container .decoration .decoration-inside{position:relative;}
.barre .sow-headline-container .decoration .decoration-inside::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 0;
    background-color: #ff4070;
    transition: left .7s;
}
.barre .sow-headline-container:hover .decoration .decoration-inside::before {left: 100px;}
.barreCenter .sow-headline-container p.sow-sub-headline{    font-weight: 700;
    letter-spacing: 2px;}
.barreCenter .sow-headline-container .decoration .decoration-inside{position:relative;}
.barreCenter .sow-headline-container .decoration .decoration-inside::before {
    background-color: #ff4070;
 position: absolute;
    content: "";
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    transition: width .7s;
    z-index: 1;
}
.barreCenter .sow-headline-container:hover .decoration .decoration-inside::before {    width: 100%;}
.txtrose h3.widget-title{
    letter-spacing: 1px;
    color: #ff4070;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}
.text-deco h3.widget-title{color:#222222;font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 22px;
    padding-bottom: 17px;
    text-transform: inherit;
}
.event .bg-symbol p {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .3;
    font-weight: 700;
    font-size: 180px;
    font-style: normal;
    font-stretch: normal;
    line-height: 143px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff4070;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    z-index: -1;
}
.team .bg-symbol p {
    position: absolute;
       left: 59%;
    top: -10px;
    opacity: .4;
    margin: 0;
    font-weight: 700;
    font-size: 200px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b6b6b6;
    z-index: -1;
}
.cercleTitle .sow-headline-container{text-align: center;}
.cercleTitle .sow-headline-container h2.sow-headline{position:relative; display: inline-block;     z-index: 0;}
.cercleTitle .sow-headline-container h2.sow-headline span {
    position: absolute;
    content: "";
 top: -24px;
    left: -40px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #ff4070;
    z-index: -1;
}
.cercleTitle .sow-headline-container h2.sow-headline span:after {
    top: -5px;
    left: -7px;
    padding: 6px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 3px 3px #ccc;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    -moz-transition: opacity .4s,-moz-transform .4s;
    transition: opacity .4s,transform .4s;
}
.cercleTitle .sow-headline-container:hover h2.sow-headline span:after {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.text-last h3.widget-title{color: #222222;
    text-transform: initial;
    font-size: 22px;
    margin-bottom: 0.7em;}
.fondyoy::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: .83;
    background-image: linear-gradient(115deg, #f87c57, #ff4070);
    z-index: 0;
}
/*****************************footer********************************/
.widget_footer img{margin-bottom: 25px;}
footer .container{position:relative;}
footer .container::after {
content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/01/BG01.png);
    left: 15px;
    bottom: -60px;
    width: 500px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer{ 
 color: #888888;
    padding: 70px 0 100px;
    font-size: 16px;
}
footer ul li{    margin-bottom: 7px;}

footer a, footer p {
    font-size: 15px;
}

footer .footer-widget {
    margin-bottom: 26px;
    margin-top: 15px;
    line-height: 1.27;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(231, 229, 229, 0.6);
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.custom-html-widget ul li span{color: #b9a271;}

#back_to_top {       color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 3px 11px;
    background-color: #ff4070;
    border: 1px solid #ff4070;}
footer #back_to_top i {
    font-size: 31px;
}
/********************************Page interne**********************/
.widget_sidebar img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.loop-post .thumb-cover{    margin-bottom: 0!important;}
.post-content-loop{          box-shadow: 0 30px 100px 0 rgba(160, 160, 160, 0.1);
    background: #fff0;
    padding: 30px 30px 30px;}
.archive h1,.single h1 {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.35);
}

.archive h2 a {
font-size: 28px;
}
.blog-post-content p:first-of-type::first-letter { 
    font-size: 30px;
    height: 55px;
    line-height: 22px;
    padding: 18px 22px;
    width: 55px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 3px 3px #fcfcfc;
}
.post-inloop{position: relative;
    border-color: rgba(204,204,204,.5);
    margin: 0 0 40px;
    padding: 30px;
    background-color: #F6F5ED;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
}
.post-inloop p{
padding-bottom: 0px;
    margin-bottom: 30px;
}
.post-inloop .col-md-7{padding-left: 40px;} 
.archive h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2em;
position:relative;
    padding-bottom: 0.5em;
}
.blog-post-content{    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;}
.single .related {
color: #222222;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.single h2, .single h3, .single h4, .single h5, .single h6 {
color: #222222;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: initial;
}
.widget_sidebar { margin-bottom: 50px;
background: url(/wp-content/uploads/2020/01/blue-border.png) repeat center center;
    padding: 9px;
}

.widget_sidebar .sidebar-widget {
color: #222222;
    text-align: left;
    position: relative;
    padding-bottom: 1em;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 1em;
    margin-bottom: 1em;
}

.archive .readmore {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 18px 8px;
   /* border: 2px solid;*/
    text-transform: uppercase;
}

.archive .readmore::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(100deg, #f87c57, #f2296f);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.archive .readmore::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 2px solid transparent;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.archive .readmore:hover::after, .archive .readmore:focus::after {
    opacity: 1;
    border: 2px solid #ff4070;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.archive .readmore:hover::before,.archive .readmore:focus::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
/*.archive .readmore:focus {
  border: 2px solid !important;
}*/
.text-center p{text-align:center!important}
.number-icon span.number{
    padding: 18px 30px;
    border-radius: 50%;
   background: #f9f8f6;
    color: #242424;
    font-size: 30px;
    line-height: 30px;
border: 2px solid #dfdfdf;
}
.single .post-data{ margin-bottom: 50px;}
.widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

/********************************responsive************************************/
@media only screen and (max-width: 1600px) {
.headring{margin-top: 0!important;}
.espacement{padding: 0px 20px 0px 100px!important;}
.headring .sow-headline-container h1.sow-headline{
line-height: 60px;
font-size: 55px;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 900px) {
.normal-menu .container-fluid {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.home h1 {
    line-height: 25px !important;
    font-size: 20px !important;
}
.home h2 {
    line-height: 21px !important;
    font-size: 19px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
.navbar-collapse{margin-top: 2em;}
.scrolling-down .navbar-collapse{background: transparent;}
nav li a {line-height: 20px;}
.single .related { width: 100%;}
.post-inloop .col-md-7 {
    padding-left: 0;
}
.widget_footer {
    margin-top: 2em;
}
.menu-bars {background-color: #ff4070;}
}