/*
Wireframe: 20
Version: 2.0
Update: 2023.03.16
*/
/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
.nav-gallery { margin-top: 10px; }
article .grid-gallery{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:5px;grid-row-gap:5px}
article .link-picture{position:relative;background-size:cover;background-position:center;height:150px;cursor:zoom-in}
article .link-subgallery{position:relative;background-size:cover;background-position:center;height:150px;text-decoration:auto;cursor:pointer}
article span.title-subgallery{background-color:#000000ab;display:flex;color:#fff;padding:5px;text-transform:capitalize}
article .pagination{margin-top:10px;justify-content:center}
article .link-subgallery:before,article.content .link-picture:before{content:'';position:absolute;z-index:1;left:0;top:0;bottom:0;width:0;transition:width .6s;transition-delay:0;background-color:rgba(34,34,34,.85);}
article .link-subgallery:hover:before,article.content .link-picture:hover::before{width:100%;transition-delay:.4s}
article .link-subgallery::after,article.content .link-picture::after{content:'';z-index:3;position:absolute;left:20px;right:20px;top:20px;bottom:20px;background-size:0;background-repeat:no-repeat;background-image:linear-gradient(to right,#fff 100%,#fff 100%),linear-gradient(to bottom,#fff 100%,#fff 100%),linear-gradient(to right,#fff 100%,#fff 100%),linear-gradient(to bottom,#fff 100%,#fff 100%);background-position:0 0,100% 0,100% 100%,0 100%}
article .link-subgallery:hover::after,article.content .link-picture:hover::after{animation:bg 1.25s;animation-fill-mode:forwards}
article span.title-subgallery{position:absolute;display:block;left:5px;right:5px;top:50%;bottom:auto;transform:translateY(-50%);background:rgba(0,0,0,.9);text-align:center;text-transform:uppercase;font-weight:700;line-height:2.5em;color:#fff;padding:5px;z-index: 3;}
article .link-picture span.title-picture,article.content .link-picture span.text-picture{position:absolute;z-index:10;left:50px;right:50px;bottom:0;text-align:center;color:#999;display:block!important;opacity:0;transition:bottom .6s,opacity .6s;transition-delay:0}
article .link-picture span.title-picture{color:var(--bs-body-bg);text-transform:uppercase}
article .link-picture:hover span.text-picture,article.content .link-picture:hover span.title-picture{bottom:50px;opacity:1;transition-delay:.4s}
article .link-picture:hover span.title-picture{bottom:70px}
@keyframes bg{0%{background-size:0 2px,2px 0,0 2px,2px 0}
25%{background-size:100% 2px,2px 0,0 2px,2px 0}
50%{background-size:100% 2px,2px 100%,0 2px,2px 0}
75%{background-size:100% 2px,2px 100%,100% 2px,2px 0}
100%{background-size:100% 2px,2px 100%,100% 2px,2px 100%}
}
article .grid-gallery:after{content:'';display:block;clear:both}
.pagination li { background: transparent !important; }
/**************/

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Regular.woff2') format('woff2'),
        url('../fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------
# Custom
--------------------------------------------------*/
#news-items > .news-item .news-item-wrapper h5.news-item-date{
 display:none; 
}
/*--------------------------------------------------
# General
--------------------------------------------------*/
body{
    background: #fff;
    color: #6e7270;
    font-family: 'Jost';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
section.content p, section.content ul, section.content ol {
    text-align: justify;
}
a {
    color: #0e919d ;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color:#0e919d ;
    text-decoration: none;
}

.image-right {
	float: right;
	margin: 0 0 15px 25px;
}
.image-left {                                                     
	float: left;                                                        
	margin: 0 25px 15px 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-family: 'PT Serif';
    font-weight: 400;
    color: #282828;
      letter-spacing: 0em;
      text-transform:uppercase;
}
h1, .h1 {
    font-size: 47px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 35px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 25px;
}
h6, .h6 {
    font-size: 20px;
}

hr {
	border-color: #282828;
}
.box-light, .box-border-left, .box-border-right {
    position: relative;
    background: #eee;
    color: #333;
    padding: 15px;
    margin: 0 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
.box-light.box span.title {
    color: #fc800b;
    font-weight: 700;
    font-size: 23px;
    margin: 15px 0;
    display: block;
}

img.image-left.img-contents {
    border-radius: 0px;
}
.images-lefts{
  position:relative;
  display: inline-block;
}
.box-border-left {
    border-left: 4px solid #227e22;
    background: rgb(237 237 237);

}
.liste-logo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.box-border-right {
    border-right: 4px solid #009520;
}
div#box-img-lefts {
    padding-bottom: 30px;
}
div#box-img-lefts .images-lefts img.image-left.img-contents {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}
div#box-img-lefts .images-lefts:before {
    content: '';
    position: absolute;
    left: 28px;
    right: 28px;
    top: 28px;
    bottom: 28px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid #fff;
    pointer-events: none;
}
a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
    z-index: 2;
}
div#box-img-lefts .images-lefts:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
      border-radius: 20px;
    background: rgb(0 0 0 / 8%);
}

.box-dark {
    background:#bb1017;
    color: #fff;
    padding: 15px;
    margin: 0 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
.highslideContainer.imgthumbpos.galleryphoto a {
    border-radius: 0px;
}
.box-dark h1, .box-dark h2, .box-dark h3, .box-dark h4, .box-dark h5, .box-dark h6, .box-dark .h1, .box-dark .h2, .box-dark .h3, .box-dark .h4, .box-dark .h5, .box-dark .h6 {
    color: #fff;
}
.box-dark a {
    color: #000 !important;
}
section.content .box-light.box-lien {
	text-align-last: center;
}
section.content .box-light.box-lien .img-page img {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
section.content .box-light.box-lien p {
	text-align: center;
	margin: 15px 0 0;
}
.animate.clip_ltr,.animate.clip_rtl,.animate.clip_ttb{transition:clip-path .8s ease-out}
.animate.clip_ltr{clip-path:inset(0 100% 0 0)}
.animate.clip_rtl{clip-path:inset(0 0 0 100%)}
.animate.clip_ttb{clip-path:inset(0 0 100% 0)}
.animate.fade_in{opacity:0;transition:opacity .8s ease-out;transition-delay:0}
.animate.fade_in.play{opacity:1}
.animate.delay-250{transition-delay:250ms}
.animate.delay-500{transition-delay:.5s}
.animate.clip_ltr.play,.animate.clip_rtl.play,.animate.clip_ttb.play{clip-path:inset(-1px -1px -1px -1px)}
/*--------------------------------------------------
# header
--------------------------------------------------*/
/* --- */
header.top {
    position: relative;

}
.head-tops {
    position: relative;
background: linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
}
header.top .head-tops .head-grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    margin: 7px 0 5px;
}
header.top .head-tops .address {
position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    text-transform: inherit;
    letter-spacing: 0;
    text-align: left;
    padding: 12px 0px 12px 78px;
    background: url(../images/adr.png) no-repeat left center;
    margin-top:0px;
    margin-left: 0px;
    z-index: 10;
}
header.top .head-tops .telephone {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 24px;
    text-transform: uppercase;
    text-align: left;
    padding: 13px 52px 12px 64px;
    background: url(../images/tel.png) no-repeat left center;
    margin-top: 0px;
}
header.top .head-tops .telephone:hover {
     color: #fff;
}

header.top .head-tops .telephone a{
    color: #fff;
    text-decoration: none;
} 
header.top .head-tops .telephone a:hover {
   color: #000;
   text-decoration: none;
}
.telephone a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.head-top {
    position:relative;
    width: 100%;
    background: #ffffff00;
    z-index: 9;
}
header.top .head-tops .head-grid .social {
    display: flex;
    align-items: center;
}
header.top .head-tops .head-grid .social span {
   font-family: 'PT Serif';
  font-weight: 400;
    font-size: 17px;
    line-height: 25px;
  color:#fff;
      margin-right: 13px;
}
header.top.page .head-top {
    position: relative;

}
header.top.page .head-top {
    border-bottom: 2px solid #289f91;
}
header.top .head-top .inner-wrapper {
    position: relative;
       padding: 0px;
}
header.top .head-top .inner-wrapper {
    position: relative;
    padding: 0px;
    text-align: right;
    margin-top: 0px;
}
header.top.page .inner-wrapper {
    text-align: center;
}
header.top .head-top .head-grid {
    display: grid;
    grid-template-columns: 15% auto 15%;
    align-items: center;
    padding: 37px 0 22px;
    gap: 20px;
}
header.top .logo {
    position: relative;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    text-align: left;
    z-index: 1;
}

header.top .logo img {
    max-width: 100%;
}
header.top.page .logo {
	/*text-align: center;
	max-width: 150px;
	margin: 0 auto 15px;*/
}
header.top.page .banner.small .logo {
    max-width: 100% !important;
}
div#sticky-wrapper:not(.is-sticky) {
    height: auto !important;
}
.is-sticky nav.main-nav {
margin: 0;
    padding: 0;
    background: rgb(255 255 255) !important;
    box-shadow: 0 0 18px 0 #62b781;
    text-align: center;
    z-index: 99;
    width: 100% !important;
    left: 0;
}
.is-sticky nav.main-nav .sf-menu > li#menu_11 {
    margin-right: 0px;
}
nav.main-nav {
	width: 100% !important;
}
.is-sticky nav.main-nav ul.sf-menu {
    text-align: center;
}
header.top .is-sticky .logo, 
header.top .is-sticky .telephone {
    display: none;
}
header.top .is-sticky  .head-top .head-grid {
    display: block;
    padding: 0;
}
.is-sticky .inner-wrapper {
     display: table;
    margin: 15px auto;
    padding: 0px 0 !important;
}
.inner-wrapper .mobile-nav{
    display:none;
    text-align:center;
    align-self:center;
    margin: 25px 0 0;
}
.inner-wrapper .mobile-nav a{
    display:inline-block;
    text-decoration:none;
    text-transform:uppercase;
    color:#222;
    line-height:40px;
    font-size:24px
}
.inner-wrapper .mobile-nav a i.fas {
   background: #038ba2;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    display: inline-block;
  border:1px solid #038ba2;
}
.inner-wrapper .mobile-nav a:hover i.fas{
background: #289f91;
    color: #fff;
border:1px solid #289f91;
}
/*--------------------------------------------------
# banner
--------------------------------------------------*/
.banner {
    position: relative;
     height:717px;
}

.banner.small {
    height: 500px;
}

.banner #slideshow,
.banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .NewsItemBackground {
    background: no-repeat center;
    background-size: cover;
}
.banner .diy-slideshow .next, .banner .diy-slideshow .prev {
    display: none !important;
}

/*----*/

.diy-slideshow figure {
    animation: none !important;
}

section.banner .diy-slideshow figure {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin: 0 !important;
}
section.banner .diy-slideshow figure img{
  object-fit:scale-down;
}
.banner .banner-wrapper {
    width: 100%;
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 28%;
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    margin-bottom: 0px;
}
.banner .banner-wrapper .container-fluid {
    max-width: 1710px;
    margin: 0 auto;
}
section.banner .banner-wrapper .btn-contact a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: 'Josefin Sans';
    font-size: 30px;
    height: 200px;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-transform: inherit;
    letter-spacing: 0em;
    text-align: center;
    width: 200px;
    padding: 61px 37px;
    background: url(../images/btn.png) no-repeat bottom 40px center #fd820f;
}
section.banner .banner-wrapper .btn-contact a:hover {
    background: url(../images/btn.png) no-repeat bottom 40px center #008090;
}
/*----*/
/********** intenre ***********/
section.content .grid-interne {
    display: grid;
    grid-template-columns: auto 350px;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}
section.content .grid-interne .photo.interne1 {
    order: 2;
}
section.content .grid-interne .photo {
    position: relative;
   height: 100%;
  z-index:5;
      padding-bottom: 0px;
}
section.content .grid-interne .photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0%;
    border-radius: 30px;
}
section.content.home-content.content-home div#accceuils .cont {
    padding: 30px 0;
}
section.content .grid-interne.\32 {
    grid-template-columns: 350px auto;
    margin: 25px 0;
}
.btn-contact.text-center a {
    position: relative;
    display: inline-block;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 68px;
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block;
    margin-top: 39px;
}
.btn-contact.text-center a:hover {
    color: #fff;
    text-decoration: none;
    background: #c70b0f;
}
section.content.content-page .btn-contact-content {
    display: table;
    margin: 0 auto 30px;
}
section.content .contactForm .two-column {
    display: inline-block;
    width: 50%;
    float: left;
    clear: none;
}
section.content .contactForm .two-column.left {
    padding-right: 7px;
}
section.content .contactForm .two-column.right {
    padding-left: 7px;
}
div#contactdressing .contact-submit {
    margin: 0 0 30px;
}
/*--------------------------------------------------
# content
--------------------------------------------------*/
section.content.home-content.content-home {
    position: relative;
    padding: 100px 0 88px;
    background: #fff;
}
section.content.home-content.content-home h1, section.content.home-content.content-home h2{
position: relative;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 65px;
    margin-bottom: 20px;
}
section.content.home-content.content-home h1:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: auto;
    left: 0px;
    width: 74px;
    height:29px;
       background: url(../images/ic.png) no-repeat bottom center;
    transition: all .7s;
    z-index: 0;
    margin: 0 auto;
}
section.content.home-content.content-homes .logo1 {
    padding-top: 35px;
}
section.content.home-content.content-home p {
    text-align: justify;
    text-align-last: center;
}
section.content.home-content.content-home .text-center p:last-of-type {
	margin: 0;
}
section.content.home-content.content-home .grid-home {
	display: grid;
	grid-template-columns: auto 50%;
    gap: 95px;
	justify-content: right;
	margin-left: 95px;
}
section.content.home-content.content-home .grid-home .img-home {
	position: relative;
	order: 2;
	width: 100%;
	height: 100%;
}

section.content{
    z-index: 1;
}

section.content.home-content.content-home .grid-home .img-home img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

section.content.home-content.content-homes {
    position: relative;
    padding:114px 0px;
}
section.content.home-content.content-homes:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat bottom center fixed;
    z-index: 0;
    opacity: 1;
    mix-blend-mode: normal;
}
section.content.home-content.content-home.content-homes .text-center {
    background: rgb(255 255 255 / 96%);
    border-radius: 80px;
    padding: 96px 50px;
    margin-right: 23px;
}
section.content fieldset.fiche a {
    background: #0e919d;
    color: white;
    text-decoration: none !important;
    padding: 10px 35px;
    margin: 10px 0 30px;
    font-weight: 700;
  display: inline-block;

}
section.content fieldset.contrat a {
    background: #0e919d;
    color: white;
    text-decoration: none !important;
    padding: 10px 35px;
    margin: 10px 0 30px;
    font-weight: 700;
  display: inline-block;

}


section.content fieldset.fiche, section.content fieldset.contrat {
  display: inline-block;
}
.title-text-center.text-center {
    font-size: 60px;
    font-family: 'Slogan';
    line-height: 1.2em;
    margin-top: 36px;
}
section.content.home-content.content-homes div#accceuils1 h2 {
      position: relative;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
section.content.home-content.content-homes .photos {
    position: relative;
}
section.content .grid-interne .photo {
    position: relative;

}
section.content.home-content.content-homes .photos img {
    margin: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.content.home-content.content-homes .container-fluid {
    max-width: 1550px;
    margin: 0 auto;
}
section.content.home-content.content-homes div#accceuils1{
      display: grid;
    grid-template-columns:505px auto;
    grid-gap: 283px;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
      padding-right: 190px;
}



/************************/
section.content.content-page {
  position: relative;
    padding: 120px 0 100px;

}
section.content.page-content.content-page {
    position: relative;
    padding: 50px 0;
      border-bottom: 2px solid #289f91;
}
section.content.content-page h1 {
    position: relative;
    padding: 0;
    margin: 0 0 25px;
}

article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {
  	margin-bottom: 15px;
}
article.content p, article.content ul, article.content ol{
    margin: 0 0 20px;
}
article.content ul{
    list-style:disc;
    margin-left:0;
    padding:0;
}
article.content ul li{
    position: relative;
    list-style: none;
    background: url(../images/bullet.png) no-repeat left 6px;
    padding-left: 20px;
    margin-left: 0;
    /*left: 1em;
    margin-left: 1em;
    padding-right: 1em;*/
}
article.content li.li-picto {
    background: url(../images/bulles.png) no-repeat left 6px;
}
article.content ul ul{
    list-style-type:circle
}
article.content .table-style{
    position:relative
}
article.content .table-style th{
    background:#f2f2f2
}
article.content .table-style td,article.content .table-style th{
    border:1px solid #ccc;
    padding:2px 5px
}

.table-responsive tr th {
	background: #d8ba9a;
	color: #fff;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-content td {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #282828;
}
table.table-content {
    width: 100%;
    margin-bottom: 20px;
      margin-top: 50px !important;
  background:#fff;
}
.table-content tr:first-child {
    background: #1c2a83;
    color: white!important;
  text-transform:none !important;
  font-size:18px;
  text-align:center;
}
.table-content tr:hover {
    background: rgb(0 0 0 / 10%);
}
.table-content tr:hover:first-child {
 background:  rgb(28 42 131 / 81%);
}
.table-content tr:first-child td p {
    color: white!important;
      text-align: center;
}
table.table-responsive.table-content td p {
    margin: 0;
}
.table-content td:first-child {
    width: 25%;
}
.table-content td:last-child {
   text-align:center;
  width: 25%;
}

article.content #AllNews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
article.content #AllNews figure.Item {
    position: relative;
}
article.content #AllNews figure.Item .photo {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    border: 1px solid #B48E42;
}
article.content #AllNews figure.Item .photo.nophoto {
    background: url(../images/news-nophoto.jpg) center no-repeat;
    background-size: cover;
}
article.content #AllNews figure.Item .photo img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform .4s;
}
article.content #AllNews figure.Item:hover .photo img {
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item .photo h3 {
    z-index: 10;
    position: absolute;
	left: 5px;
	right: 5px;
	top: auto;
	bottom: 5px;
    background: rgba(0,0,0,.25);
    color: #fff;
    margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.5em;
	font-family: 'Cormorant Garamond', serif;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: background .4s, transform .4s;
}
article.content #AllNews figure.Item:hover .photo h3 {
    background: #B48E42;
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item figcaption span.button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 1em;
    font-weight: normal;
	letter-spacing: 0.1em;
	background: #241c1c;
	line-height: 1em;
	text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .4s;
}
article.content #AllNews figure.Item:hover figcaption span.button {
    background: #B48E42;
}
article.content #AllNews figure.Item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
section.content.content-page.page-content.contact .networks_linking {
    display: flex;
}
/*--------------------------------------------------
# boxs
--------------------------------------------------*/
section.boxs {
    position: relative;
    padding:110px 0 175px;
    background:#fff
}

section.boxs a.readmore{
	position: relative;
	background: linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 90px 21px 28px;
	margin: 40px auto;
	font-family: 'Poppins';
	border-radius: 34px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
}
section.boxs a.readmore:hover {
	background: rgba(83, 176, 117, 1);
	color: #ffffff;
}
section.boxs a.readmore::before {
	position: absolute;
	content: '';
	left: auto;
	right: 0;
	top: -1px;
	bottom: 0;
	width: 76px;
	height: 69px;
	background: url(../images/btn.png) no-repeat right center;
	box-shadow: 0 0 40px 0 rgb(40 40 40 / 11%);
	border-radius: 33px;
}

section.boxs  h2.title-box{
    text-align:center;
position: relative;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px;
      z-index: 1;
}

section.boxs .boxes-grid.slick-initialized.slick-slider{
position: relative;
    margin: 0;
    padding: 0 0px;
    clear: both;
    z-index: 7;
}
section.boxs .slick-slide {
    margin: 25px 6px;
}
section.boxs .slick-list {
    margin: 0 -6px;
}
section.boxs .bx-home {
position: relative;
    text-align: center;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    color: #fff;
    background: #fff0;
    padding:0;
      border-radius: 30px;
	box-shadow: 0px 0px 12px 13px rgb(40 40 40 / 11%);
}
section.boxs .bx-home:hover {
}
section.boxs .bx-home .bx-text {
  position: absolute;
    padding: 33px 33px;
    top: 0;
    /*bottom: 0;*/
  display:table;
  margin:auto ;
  height: 100%;
}


section.boxs .bx-home h2 {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 1;
}

section.boxs .bx-home p {
    position: relative;
    color: #fff;
    padding-top: 30px;
      min-height: 95px;
      text-align: left;
}
section.boxs .bx-home .bx-text a.link-btn {
    position: relative;
    background: linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 90px 21px 28px;
    margin: 0px;
    font-family: 'Poppins';
    border-radius: 34px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
    letter-spacing: 0;
}
section.boxs .bx-home:hover .bx-text a.link-btn {
background: #fff;
    color: #282828;

}
section.boxs .bx-home .bx-text a.link-btn:before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: -1px;
    bottom: 0;
    width: 76px;
    height: 69px;
    background: url(../images/btn.png) no-repeat right center;
    box-shadow: 0 0 40px 0 rgb(40 40 40 / 11%);
    border-radius: 33px;

}
section.boxs .bx-home .bx-img {
    position: relative;
    opacity: 1;

}


section.boxs .bx-home:hover .bx-img:after {
  background: rgb(3 139 162 / 88%);;
}
section.boxs .bx-home .bx-img:after {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-radius: 30px;
    background-size: cover;
}
section.boxs .bx-img img {
    width: 100%;
    height: 416px;
    object-fit: cover;
    max-width: 100%;
         border-radius: 30px;

}
section.boxs .bx-home .text-box {
    position: relative;
    display: block;
    padding: 0px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
section.boxs .slick-dots {
    bottom: -40px;
}
section.boxs .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
section.boxs .slick-dots li button {
    width: 15px;
    height: 15px;
  
}
section.boxs .slick-dots li button:before {
    background: #53b075;
    /* width: 0px; */
    height: 0;
    opacity: 1;
    padding: 0;
    border: 8px solid #ff000000;
}
section.boxs .slick-dots li.slick-active button:before, section.boxs .slick-dots li:hover button:before {
    opacity: 1;
    color: transparent;
    background: #fff;
    /* width: 29px; */
    /* height: 29px; */
    border: 14px solid #038ba2;
}
a.link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
}

/*--------------------------------------------------
galerie
--------------------------------------------------*/
section.galerie-home {
    position: relative;
    padding: 109px 0 146px;
      text-align: center;

}
section.galerie-home .container-fluid {
    max-width: 1466px;
    width: auto;
}
section.galerie-home .slick-slider {
    margin-bottom: 0;
      min-height: auto !important;
}

section.galerie-home h2 {
    position: relative;
    text-align: center;
      position: relative;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 65px;
    margin-bottom: 79px;

}
section.galerie-home h2:after {
position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: auto;
    left: 0px;
    width: 74px;
    height: 29px;
    background: url(../images/ic.png) no-repeat bottom center;
    transition: all .7s;
    z-index: 0;
    margin: 0 auto;
}
section.galerie-home .slick-initialized .slick-slide {
    margin:0px 8px;
}
section.galerie-home .highslide-gallery .highslideContainer:hover a.highslide:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border-radius: 30px;
    width: auto;
    bottom: 0px;
    height: auto;
    background: rgb(3 139 162 / 57%);
}

section.galerie-home .highslide-gallery .highslideContainer a.highslide img {
height: 579px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0px 0px 40px 0px rgb(40 40 40 / 11%);
}

section.galerie-home .highslide-gallery .highslideContainer {
    margin:0;
}
section.galerie-home .slick-dots {
    bottom: -65px;
    margin-left: 0;
    text-align: center;
}
section.galerie-home .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
section.galerie-home .slick-dots li button {
    width: 15px;
    height: 15px;
  
}
section.galerie-home .slick-dots li button:before {
    background: #53b075;
    /* width: 0px; */
    height: 0;
    opacity: 1;
    padding: 0;
    border: 8px solid #ff000000;
}
section.galerie-home .slick-dots li.slick-active button:before, section.galerie-home .slick-dots li:hover button:before {
    opacity: 1;
    color: transparent;
    background: #fff;
    /* width: 29px; */
    /* height: 29px; */
    border: 14px solid #038ba2;
}
/*********************/
/*****************/
section.modules {
position: relative;
    padding: 75px 0 73px;
    background:linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
}
section.modules .container-fluid {
    max-width: 1466px;
    width: auto;
}
section.modules  .img-actialité img {
    width: 100%;
    height: 100%;
    object-fit: cover;
      border-radius: 5px;
}

section.modules h2 {
	position: relative;
	color: #fff;
    text-align: left;
	padding: 0;
	margin: 0 0 50px;
}

section.modules .box-actualite {
    position: relative;
}
section.modules .box-actualite .slick-slide {
    margin: 40px 0;
}
section.modules .box-actualite h2 {
    position: relative;
    color: #ffffff;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0px;
}

section.modules .box-actualite #NewsSlider, section.modules .box-actualite .NewsMasonry {
    margin-bottom: 0;
}
section.modules #NewsSlider .NewsItem {
margin: 0;
    height: auto !important;
    -webkit-border-radius: 0px;
    padding: 0px 0px;
    position: relative;
    display: grid !important;
    grid-template-columns:727px auto;
    align-items: center;
    grid-gap: 67px;
    grid-row-gap: 44px;
}
section.modules #NewsSlider .NewsItem-text {
    padding-right: 100px;
    padding:0px;
    border-radius: 0px;
    position: relative;
    z-index: 3;
}
section.modules .box-actualite .news-title {
	margin: 0px;
	text-transform: none;
      color: #fff !important;
  margin-bottom: 10px;
}
section.modules .box-actualite .news-title a{
    line-height: 24px;
    font-size: 21px;
    font-family: 'Jost';
    font-weight: 600;
    color: #ffffff !important;
    text-transform: inherit;
    text-decoration: none;
}
section.modules .box-actualite .date  {
    position: relative;
    order: -1;
 font-family: 'Jost';
    line-height: 24px;
    font-size:21px;
     font-weight: 600;
  color: #fff!important;
}
section.modules #NewsSlider .NewsItem .photo-news {
    position: relative;
    margin:0px;   
  margin-left:42px;
}

section.modules .box-actualite #NewsSlider .NewsItem img.img-news-list {
width: 100%;
    height:554px;
    object-fit: cover;
    border-radius: 80px;
      box-shadow: 0px 0px 40px 0px rgb(40 40 40 / 11%);
}
section.modules .box-actualite #NewsSlider .NewsItem img.img-news-list.default {
    object-fit: scale-down;
    background: #eee;
    padding: 20px;
}
section.modules .box-actualite .NewsMasonry .NewsItem p {
    color: #fff!important;
    line-height: 25px;
    width: 100%;
    margin: 0 0 35px;
      text-align:left;
}
section.modules a.readmore  {
    position: relative;
    background: #fff;
    color: #282828;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 90px 21px 28px;
    margin: 0px;
    font-family: 'Poppins';
    border-radius: 34px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    letter-spacing: 0;
}
section.modules a.readmore:hover  {
    background: #12949b;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 18px 0 #282828;
}
section.modules a.readmore:before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: -1px;
    bottom: 0;
    width: 76px;
    height: 69px;
    background: url(../images/btn.png) no-repeat right center;
    box-shadow: 0 0 40px 0 rgb(40 40 40 / 11%);
    border-radius: 33px;
}
section.modules .slick-dots {
bottom: 170px;
    margin-left: -38px;
    text-align: right;
}
section.modules .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
section.modules .slick-dots li button {
    width: 15px;
    height: 15px;
  
}
section.modules .slick-dots li button:before {
    background: #ffffff;
    /* width: 0px; */
    height: 0;
    opacity: 1;
    padding: 0;
    border: 8px solid #ff000000;
}
section.modules .slick-dots li.slick-active button:before, section.galerie-home .slick-dots li:hover button:before {
    opacity: 1;
    color: transparent;
    background: #fff;
    /* width: 29px; */
    /* height: 29px; */
    border: 14px solid #fff;
}
/* - news - */
article #AllNews .NewsItem, article #NewsItems .NewsItem, article .NewsMasonry .NewsItem{
    border: none;
}
section.content .contactForm .contact-field-item .contact-field-label{
    line-height: 40px;
}
section.content article .NewsMasonry .NewsItem img.img-news-list.img{
    object-fit: scale-down;
    padding: 10px;
    background: #fbfbfb;
}
section.content article .NewsMasonry .NewsItem img.img-news-list.default{
    object-fit: scale-down;
    padding: 10px;
    background: #fbfbfb;
}
section.content article .NewsMasonry .NewsItem img.img-news-list, img.img-news{
    max-width:180px!important;
    float: right;
    margin: 0 0px 15px 25px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
section.content article .news-title{
    padding-bottom: 0;
    margin-top: 0;
}
section.content article .news-title a{
    text-decoration: none!important;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
section.content article .news-title .sep{
    display: none;
}
section.content article .NewsMasonry .NewsItem{
   position: relative !important;
    width: 100%;
    padding: 15px;
    margin: 0 0 20px;
    color: #282828;
    top: 0 !important;
    left: 0 !important;
    text-align: left;
    background:#eee !important;
    border: 1px solid #fff;
}
section.content article .NewsMasonry .NewsItem h2 {
    display: none;
}
section.content article .NewsMasonry .NewsItem .date {

    margin-top: 30px!important;
}
section.content article #AllNews .NewsItem .date, section.content article #NewsItems .NewsItem .date, section.content article .NewsMasonry .NewsItem .date{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    display: none;/*block*/
    margin-top: 3px;
}
section.content article #AllNews .NewsItem p, section.content article #NewsItems .NewsItem p, section.content article .NewsMasonry .NewsItem p{
   color: #282828;
}

section.content article div#NewsSlider1 .NewsMasonry .NewsItem {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
section.content article div#NewsSlider1 .NewsMasonry .NewsItem  .news-title a {
     text-decoration: none !important;
    color: #282828;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}
section.content article .NewsMasonry .NewsItem .readmore{
    position: relative;
    background: linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 90px 21px 28px;
    margin: 0px;
    font-family: 'Poppins';
    border-radius: 34px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    letter-spacing: 0;
}
section.content article .NewsMasonry .NewsItem:hover .readmore{
background: linear-gradient(0deg, rgba(3, 139, 162, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(83, 176, 117, 1) 99%);
    color: #fff;

}
section.content article .NewsMasonry .NewsItem .readmore:before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: -1px;
    bottom: 0;
    width: 76px;
    height: 69px;
    background: url(../images/btn.png) no-repeat right center;
    box-shadow: 0 0 40px 0 rgb(40 40 40 / 11%);
    border-radius: 33px;
}

section.content-page .date {
    display: none;
    margin-bottom: 15px!important;
    font-size: 27px;
}
section.content-page .date small {
    font-weight: 700;
    color: #282828!important;
}
.backbtn {
    background:#088ea0 !important
}
.backbtn:hover  {
    color: #fff!important;
    background:#47a87a !important;

}
section.content .fa.fa-level-up:before {
    content: "\f148";
}
/*--------------------------------------------------
# footer
--------------------------------------------------*/
footer.bottom {
	position: relative;
	padding: 0px;
	background: #000206;
	margin: 0;
}

.footer-block {
padding:88px 0px 86px;
    background: #fff;

}
.footer-block .boxes-grid {
display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
}
footer.bottom.page {

}
footer.bottom .maps {
	position: relative;

}
footer.bottom .maps .box_googlemapsv2 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
footer.bottom .maps .box_googlemapsv2 iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
footer.bottom .col-md-5 {
	padding-left: 0;
}
footer.bottom .footer-logo {
    position: relative;
    margin: 0px;
}
footer.bottom .footer-logo img {
    max-width: 100%;
    
}
footer.bottom .address {
    margin: 0px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6e7270;
    text-decoration: none;
    text-align: left;
    padding: 0px 8px 0px 65px;
    background: url(../images/ic-adr.png) no-repeat left center;
    margin-bottom: 21px;
}
footer.bottom .address p {
    margin: 0;
}
footer.bottom .telephones {
margin: 0px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #6e7270;
    text-decoration: none;
    text-align: left;
    padding:0px 8px 0px 65px;
    background: url(../images/ic-tel.png) no-repeat left center;
}
.address-footer {
    display: grid;
}
footer.bottom .telephones a {
    color: #6e7270;
    text-decoration: none;
}
footer.bottom .telephones a:hover {
       color: #0e919d;
   text-decoration: underline;
}
footer.bottom .horaires {
margin: 0px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #575959;
    text-decoration: none;
    text-align: left;
    padding: 0px 8px 0px 95px;
    background: url(../images/ic-hor.png)  no-repeat left top 5px;
    margin-bottom:5px;
}
footer.bottom h5 {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #B48E42;
	margin: 0;
}
footer.bottom .social {
    position: relative;
      text-align: left;
}


.fa.fa-facebook {
	font-family: "Font Awesome 5 Brands" !important;
}
.networks_linking .fa.fa-facebook:before, section.content.content-page.page-content.contact .social .networks_linking .fa.fa-facebook:before {
    content: "\f39e" !important;
}
.networks_linking a, .social .networks_linking a {
    font-size: 16px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 42px;
    vertical-align: top;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #fff0;
    border: 2px solid #fff;

}
section.content.content-page.page-content.contact .networks_linking a {
    background: linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
    border:1px solid #ffffff;
}
section.content.content-page.page-content.contact .networks_linking a:hover, .networks_linking a:hover {
    background: #53b075;
    border: 2px solid #fff;
}
a.networks_google {
    float: right;
}
.fa.fa-facebook {
    font-family: "Font Awesome 5 Brands" !important;
}
.networks_linking .fa.fa-facebook:before, section.content.content-page.page-content.contact .social .networks_linking .fa.fa-facebook:before {
    content: "\f39e" !important;
}

.networks_linking .fa, .networks_linking .fas {
    font-weight: 400 !important;
}
.networks_linking .fab {
    font-family: "Font Awesome 5 Brands" !important;
}
header.top .head-tops .head-grid .social .networks_linking a i.fab.fa.fa-google, section.content.content-page.page-content.contact .social .networks_linking a i.fab.fa.fa-google{
    margin-top: 11px;
}
header.top .head-tops .head-grid .social a.networks_google .fa-google:before, section.content.content-page.page-content.contact a.networks_google .fa-google:before  {
    content: url(../images/gool.png);
}
header.top .head-tops .head-grid .social .networks_linking a:hover .fa-google:before, section.content.content-page.page-content.contact .social .networks_linking a:hover .fa-google:before {
    content: url(../images/gool.png);
}
footer.bottom a.btn-contact1 {
    position: relative;
    background: linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 104px 21px 35px;
    margin: 0px;

    border-radius: 34px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0px;
    letter-spacing: 0;
}
footer.bottom a.btn-contact1:hover{
background: #038ba2;
    color: #fff;

}
footer.bottom a.btn-contact1:before {
    position: absolute;
    content: '';
    left: auto;
    right: -2px;
    top: -2px;
    bottom: 0;
    width: 76px;
    height: 69px;
    background: url(../images/btn1.png) no-repeat right center;
    box-shadow: 0 0 40px 0 rgb(40 40 40 / 11%);
    border-radius: 33px;

}
/* --- */
.footer-nav {
    position: relative;
    text-align: center;
    padding: 15px 0 15px;
    background:linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
}
.footer-nav p{
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.footer-nav p small{
    font-size: 16px;
    color: #fff;
}
.footer-nav p small a{
         color: #fff !important;
    text-decoration: underline !important;
    font-weight: 700;
}
.footer-nav p small a:hover{
       /*color: #009520 !important;*/
    text-decoration: none!important;
}
/*********/
.footer-nav div#ContainerBlockSocial .title {
    display: none;
}
/*/social*/
.footer-nav div#ContainerBlockSocial .title {
    display: none;
}
.footer-nav div#ContainerBlockSocial {
    font-size: 18px!important;
    float: none;
    clear: both;
    margin-bottom: 0;
    text-align: center;
    display: block;
}
.footer-nav div#ContainerBlockSocial>span {
        display: none;
}
.footer-nav  .dummy .at300bs,.footer-nav  .at300bs, .footer-nav  .at15t {
    overflow: hidden;
    height: 22px !important;
    width: 22px !important;
    background: transparent!important;
    line-height: 22px !important;
    display: inline-block!important;
    text-align: center!important;
    }
#ContainerBlockSocial .at300b .at300bs:after{
    -webkit-transition: all .4s,font-size 0s;
    -o-transition: all .4s,font-size 0s;
    transition: all .4s,font-size 0s;
    color: #fff;
    font-family: 'FontAwesome';
}
.footer-nav .addthis_default_style .addthis_separator, .footer-nav .addthis_default_style .at300b,.footer-nav .addthis_default_style .at300bo, .footer-nav .addthis_default_style .at300m, .footer-nav .addthis_default_style .at300bs{
    float: none!important;
    background: transparent;
    display: inline-block;
}
.footer-nav .addthis_default_style .at300b, .footer-nav .addthis_default_style .at300bo, .footer-nav .addthis_default_style .at300m {
    padding: 0!important;
}
.footer-nav .at15t_email::after {
    content: '\f0e0' !important;
    }
.footer-nav  .at15t_facebook::after {
    content: '\f09a' !important;
    }
.footer-nav  .at15t_twitter::after {
    content: '\f099' !important;
    }
.footer-nav  .at15t_linkedin::after {
    content: '\f0e1' !important;
    }

.footer-nav  .at300bs:hover:after{
    color: #707070!important;
}
.footer-nav  .dummy .at300bs:hover, .footer-nav  .at300bs:hover, .footer-nav  .at15t:hover{
    opacity: 1!important;
}
.footer-nav div#ContainerBlockSocial .link-ico {
	background: none !important;
	padding: 0 3px !important;
	border-radius: 0 !important;
}
.footer-nav div#ContainerBlockSocial .link-ico:hover {
	fill: #707070!important;
}
/* --- */
footer.bottom p a,
footer.bottom label.modal-label {
    color: #B48E42;
    text-decoration: none;
    border-bottom: 1px solid #000;
    line-height: 1em;
    padding-bottom: 2px;
    display: inline-block;
    transition: color .4s;
}
footer.bottom p a:hover,
footer.bottom label.modal-label:hover {
    color: #302727;
}
footer.bottom .networks {
    margin-top: 40px;
}
footer.bottom .networks a {
    position: relative;
    background: none !important;
    color: #B48E42;
    font-size: 3em;
    margin: 0 20px;
    width: 100px;
    line-height: 1em;
}
footer.bottom .networks a::after {
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .5em;
    color: #B48E42;
}
footer.bottom .networks a.networks_facebook::after {
    content: 'facebook';
}
footer.bottom .networks a.networks_twitter::after {
    content: 'twitter';
}
footer.bottom .networks a.networks_linked::after {
    content: 'linked';
}
footer.bottom .networks a.networks_instagram::after {
    content: 'instagram';
}
footer.bottom .networks a.networks_pinterest::after {
    content: 'pinterest';
}
footer.bottom .networks a.networks_youtube::after {
    content: 'youtube';
}
footer.bottom .networks a.networks_tripadvisor::after {
    content: 'tripadvisor';
}

#news-popup {
    transform: translateX(-100vw);
    animation: slide-in .5s forwards;
}
#news-popup .popup-wrapper .popup-content .news-item-title {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    border-color: #B48E42;
}
a#scrollTopBtn {
    border-radius: 0;
    right: 20px;
    bottom: 85px;
    background: linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
    color: #fff !important;
   /* transform: translateX(50%);*/
}
a#scrollTopBtn:hover {
    background: #038ba2;
    box-shadow:0 5px 30px rgb(83 176 117);
}

@keyframes slide-in {
    100% {
    	transform: translateX(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateX(0%); 
    	opacity: 1;
    }
}
/*--------------------------------------------------
## cookies
--------------------------------------------------*/
#sdgdpr_modal-headline, .privacy_prompt .sdgdpradv_headline, #sdgdpr_modal_body a, #sdgdpr_modal_buttons-complex, #sdgdpr_modal_body a, #sdgdpr_modal_buttons-complex3{
    color: #038ba2 !important

}
#sdgdpr_modal_buttons-complex:hover, #sdgdpr_modal_buttons-complex3:hover{
       color: #ffffff !important;
    background: #45ab7e  !important;
}
#sdgdpr_modal_body a#sdgdpr_modal_buttons-complex:hover{
    color: white!important;
}
div#sdgdpr_modal .btn-gdpr {
    border: 1px solid #474141;
}
#cookieabout_prompt_content > a {
  color: #777;
}
div#sdgdpr_modal .btn-gdpr:hover {
  color: #888;
}
#sdgdpr_modal_buttons-agree, .privacy_prompt a.return, #preferences_prompt_submit, #sdgdpr_modal_buttons-agree3{
       color: #ffffff !important;
    background: #038ba2 !important
}
div#sdgdpr_modal_buttons-reject:hover, #sdgdpr_modal_buttons-reject3:hover{
    color: #ffffff!important;
    background: #45ab7e!important;
}
#sdgdpr_modal_buttons-agree:hover, .privacy_prompt a.return:hover, #preferences_prompt_submit:hover, #sdgdpr_modal_buttons-agree3:hover {
    color: #fff !important;
    background: #45ab7e !important;
}

/******************/


/*--------------------------------------------------
# Navigation
--------------------------------------------------*/
nav a#toiture {
    pointer-events: none;
}
.sf-menu,.sf-menu *{
    margin:0;
    padding:0;
    list-style:none;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.sf-menu li{
    position:relative;
    white-space:nowrap
}
.sf-menu ul{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	min-width: 100%;
	text-align: left;
	padding: 5px 0;
	background: #fff;
}
.sf-menu>li{
    font-size:0;
    display:inline-block
}
.sf-menu ul li a:hover {
    color: #47ac47 !important;
}
.mobile-menu a,.sf-menu a,.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{
    display:block
}
.sf-menu ul li a:hover, .sf-menu ul li.active > a, .sf-menu ul li.selected > a, .sf-menu ul li.sfHover > a {
     	color: #47ac47 !important;
	background: transparent !important;
}

.sf-menu a {
    position: relative;
    padding:10px 2px 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6e7270;
    text-decoration: none;
}
nav.main-nav .sf-menu > li > a:hover::before, nav.main-nav .sf-menu > li.sfHover > a::before, nav.main-nav .sf-menu > li.active > a::before, nav.main-nav .sf-menu > li.selected > a::before {
    height: 37px;
}
nav.main-nav .sf-menu > li > a::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0%;
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 0px;
    border-radius: 0%;
    background: url(../images/ic-menu.png) no-repeat top center;
    transition: all .7s;
    z-index: 0;
}

.sf-menu > li {
	padding:0 5px;
}


.sf-menu ul ul{
    top:0;
    left:100%
}

.sf-menu ul li {
	background: #fff;
	border-bottom: 1px solid #eee;
	margin: 0 2px;
}
.sf-menu ul li a{
	padding: 5px 12px;
    color: #575959;
	text-align: center;
}
.sf-menu ul li ul li a {
    padding: 9px 12px;
}
.sf-menu li a:hover, .sf-menu li.active > a, .sf-menu li.selected > a, .sf-menu li.sfHover > a {
color: #53b075;
    background: #fff0;
}

.sf-arrows>.active>.sf-with-ul::after,.sf-arrows>.selected>.sf-with-ul::after,.sf-arrows>.sfHover>.sf-with-ul::after,.sf-arrows>li:hover>.sf-with-ul::after,.sf-arrows>li>.sf-with-ul:focus:after,.sf-menu ul li a:hover,.sf-menu ul li.active>a,.sf-menu ul li.selected>a,.sf-menu ul li.sfHover>a{
    color:#47ac47;
}
.sf-arrows .sf-with-ul::after{
    content: '\f107';
    font-family: FontAwesome;
    font-size: 27px;
    line-height: 1em;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #47ac47;
    transition: color .4s;
      
}
.site-overlay{
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.3);
    opacity:0;
    transform:translate3d(100%,0,0);
    transition:opacity .4s,transform 0 .4s;
    transition-timing-function:cubic-bezier(.7,0,.3,1)
}
.close-button{
    width:1.5em;
    height:1.5em;
    position:absolute;
    right:2em;
    top:1em;
    overflow:hidden;
    text-indent:1em;
    font-size:.75em;
    border:none;
    background:0 0;
    color:transparent
}
.close-button::after,.close-button::before{
    content:'';
    position:absolute;
    width:3px;
    height:100%;
    top:0;
    left:50%;
    background:#ccc;
    transition:background .4s
}
.close-button::before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.close-button::after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.close-button:hover::after,.close-button:hover::before{
    background:#fff
}
.menu-wrap{
    position:fixed;
    overflow:auto;
    top:0;
    left:0;
    z-index:1001;
    width:300px;
    height:100%;
    background:#282828;
    box-shadow:0 0 20px rgba(0,0,0,.8);
    padding:40px 20px 20px;
    transform:translateX(-150vw);
    transition:transform .4s;
    transition-timing-function:cubic-bezier(.7,0,.3,1)
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
	color: #fff;
	background:linear-gradient(0deg, rgba(83, 176, 117, 1) 0%, rgba(40, 159, 145, 1) 49%, rgba(3, 139, 162, 1) 99%);
}
.mobile-menu{
    transform:translateX(500px)
}
.mobile-menu>ul{
    display:block;
    transform:translateX(-1000px)
}
.mobile-menu,.mobile-menu>ul{
    transition:transform 0 .4s;
    transition-timing-function:cubic-bezier(.7,0,.3,1)
}
.mobile-menu ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:18px;
    line-height:1.5em
}
.mobile-menu ul ul{
    background:rgba(0,0,0,.15);
    font-size:16px;
    margin-top:5px;
    margin-bottom:-5px;
    border-top:1px solid rgba(255,255,255,.2)
}
.mobile-menu li:first-child{
    border-top:none
}
.mobile-menu li,.mobile-menu li li{
    border-top:1px solid rgba(255,255,255,.2)
}
.mobile-menu li{
    padding:5px 0
}
.mobile-menu li li{
    position:relative
}
.mobile-menu li li::before{
    content:'\f105';
    font-family:FontAwesome;
    position:absolute;
    color:rgba(255,255,255,.5);
    z-index:5;
    left:10px
}
.mobile-menu a{
    padding:0 5px;
    color:#fff;
    text-decoration:none;
    transition:color .4s, background .4s
}

.mobile-menu li li a{
    padding-left:25px
}
.show-menu .menu-wrap,.show-menu .mobile-menu,.show-menu .mobile-menu ul{
    transform:translate3d(0,0,0);
    transition:transform .8s;
    transition-timing-function:cubic-bezier(.7,0,.3,1)
}
.show-menu .mobile-menu ul{
    transition-duration:.9s
}
.show-menu .site-overlay{
    opacity:1;
    transition:opacity .8s;
    transition-timing-function:cubic-bezier(.7,0,.3,1);
    transform:translate3d(0,0,0)
}
.grecaptcha-badge {
	z-index: 999;
}
.fullsite{
    position:relative;
    overflow:hidden
}

.grid-auto {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.grid-auto  strong {
    color: #1e2983;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 24px;
}

/******************/
h1.top {
    display: table;
    padding: 20px !important;
    border: 1px solid #1e2983;
      text-transform: uppercase;
      margin: 0 !important;
}
h1.bottom {
    display: table;
    padding: 20px !important;
      background: #1e2983;
    text-transform: uppercase;
    color: #fff;
}
.grid-top {
    display: grid;
  grid-template-columns: 1fr 1fr  ;
  gap:30px;
      margin-top: 30px;
}
.grid-top .grid-interne {
    display: grid;
   grid-template-rows: 350px auto;
    grid-gap: 30px;
    align-items: center;
    grid-template-columns: none !important;
    background: #ededed;
    padding: 20px;
    border-radius: 10px;
      align-items: baseline !important;
}

.btn-page {
    text-align: center;
    margin-top: 20px;
      margin-bottom: 20px;
}
.btn-contact {
    text-align: center;
}
a.readmore {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Baskerville';
    padding: 17px 35px;
    background: #fff;
    color: #47ac47;
    margin: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
a.readmore:hover {
    background: #47ac47;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 18px 0 #fff;
}

nav a#services {
    pointer-events: none;
}

.box-produit {
    display: table;
    position: relative;
    clear: both;
    margin: 0 auto;
    text-align: center;
    max-width: 454px;
    border: 1px solid #fc800b66;
    padding: 40px;
    box-shadow: 0 0 30px #fc800b38;
    margin-top: 50px;
   margin-bottom: 20px;
}
.box-produit.bx-bilan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-bilan.jpg)no-repeat center;
    background-size: cover;
    opacity: 0.15;
    z-index: -1;
}
.box-produit .ribbon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    padding: 10px;
    background: #fc800b;
    color: white;
}
.box-produit p {
    text-align: center !important;
}
.box-produit p.price-amount {
    font-size: 50px;
    line-height: 1.2;
    padding: 15px 0;
    color: #008090;
}
article.content .box-produit ul li {
    color: #008090;
    text-align: left;
    margin: 10px;
    font-size: 14px;
}
.box-produit p.incus {
    font-size: 14px;
  color: #008090;
  padding-top: 15px;
}

#news-items > .news-item .news-item-wrapper{
  background: #f5f5f5;
  padding: 10px;
}
#news-items > .news-item .news-item-wrapper h3.news-item-title {
  margin: 0 0 5px;
  font-size: 25px;
}
#news-items > .news-item .news-item-wrapper h5.news-item-date {
  margin: 0 0 10px;
  font-size: 20px;
}
.btn-primary:hover,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background: linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
  border-color: none;
}

section.content.page-content.content-page .readmore {
  background: linear-gradient(0deg, rgba(83,176,117,1) 0%, rgba(40,159,145,1) 49%, rgba(3,139,162,1) 99%);
  color: #fff;
  display: table;
  margin: 0 auto;
}
.vanilla-calendar.vanilla-calendar_to-input.vanilla-calendar_default.vanilla-calendar_to-input_bottom {
  z-index: 9;
}
/*--------------------------------------------------
# Responsive
--------------------------------------------------*/
@media only screen and (max-width :1819px) {

}
@media only screen and (max-width :1600px) {

}
@media only screen and (max-width :1441px) {

}
@media only screen and (max-width :1199px) {
section.modules #NewsSlider .NewsItem {
    grid-template-columns: 500px auto;
    grid-gap: 40px;
}
  section.content.home-content.content-home.content-homes .text-center {
    padding: 60px 40px;
    margin-right: 0;
}
  .sf-menu a {
    padding: 9px 0px 10px;
    font-size: 10px;
  }
}
@media only screen and (max-width :991px) {
header.top .head-tops .head-grid {

	margin: 7px 35px 5px;
}
  header.top .logo {
	text-align: center;
}
  header.top .head-top .head-grid {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-items: center;
}
  header.top.page .inner-wrapper {
    margin-top: 0;
}
 
  nav.main-nav {
	width: 100% !important;
	display: none !important;
}
.inner-wrapper .mobile-nav {
	display: table !important;
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
	z-index: 1000;
}
  .banner {
    height: 500px;
}
  section.content.home-content.content-homes {
    padding: 50px 0px;
}
  section.boxs {
    padding: 50px 0 75px;
}
  section.modules {
    padding: 30px 0 50px;
}
 section.galerie-home {
    padding: 50px 0 100px;

}
section.modules #NewsSlider .NewsItem {
    grid-template-columns: auto;
    grid-gap: 40px;
    justify-items: center;
}
  section.modules #NewsSlider .NewsItem .photo-news {
    display: table;
    margin: 0 auto;
    max-width: 450px;
}
  section.modules .slick-dots {
    bottom: -30px;
    margin-left: 0;
    text-align: center;
}
section.content.content-page .NewsMasonry {
    grid-template-columns: repeat(2, 1fr);
}
section.content .grid-interne .photo img {
    position: relative !important;
    margin: 0 !important;
    width: 100%!important;
}
    section.content .grid-interne {
	display: block;
}
  section.content .grid-interne .photo {
	display: table;
	margin: 0 auto 25px;
	padding-bottom: 0;
	height: auto;
    max-width: 450px;
        width: 100%;
}
 .footer-block {
    padding: 50px 0px;
}
  .footer-block .boxes-grid {
            display: grid;
        grid-template-columns: auto;
        gap: 28px;
        align-items: center;
        justify-items: center;
    justify-content: center;
}
      footer.bottom .address {
        text-align: center;
        padding: 75px 0 0;
        background: url(../images/ic-adr.png) no-repeat top center;
    }
      footer.bottom .telephones {
        margin: 20px 0 0;
        text-align: center;
        padding: 75px 0 0;
        background: url(../images/ic-tel.png) no-repeat top center;
    }

  footer.bottom .footer-wrapper {
	display: block;
	text-align: center;
}
  footer.bottom .logo-footer {
	text-align: center;
}

h1, .h1 {
    font-size: 43px;
}
h2, .h2 {
    font-size: 33px;
}
h3, .h3 {
    font-size: 28px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 20px;
}

}

@media only screen and (max-width :767px) {
  header.top .head-tops .head-grid {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
    margin: 11px 0 11px;
    justify-items: center;
            row-gap: 15px;
}
 header.top .head-tops .address {
    padding: 50px 0 0;
    background: url(../images/adr.png) no-repeat top center;
    margin-top: 0;
    margin-left: 0;;
    text-align: center;
}
 header.top .head-tops .telephone{
    padding: 50px 0 0;
    background: url(../images/tel.png) no-repeat top center;
    margin-top: 0;
    margin-left: 0;;
    text-align: center;
}
  .address-header {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    justify-items: center;
       max-width: 100%;
    margin: 0 auto;
}

  .banner {
	height: 500px;
}

  nav.main-nav {
	display: none;
}
.inner-wrapper .mobile-nav {
	position: fixed;
	right: 15px;
	top: 15px;
	margin: 0;
  	display: block;
}
 
  header.top .head-top .head-grid {
	display: block;
	text-align: center;
}
  .banner .banner-wrapper {
    text-align: center;
    bottom: 50%;
}
    section.content.home-content.content-home.content-homes .text-center {
        padding: 40px 10px;
    }
    
  .btn-contact-content a, section.boxs .bx-home .bx-text a.link-btn, section.devis .btn-contact-content a {
        font-size: 16px;
        padding: 15px 70px 15px 20px;
        margin-top: 20px;
}
section.boxs .bx-home .bx-text a.link-btn:before {
        background-size: 80% 80%;
        box-shadow: none;
  top:-7px;
}
  section.galerie-home h2 {
    margin-bottom: 35px;
}
      section.content.content-page .NewsMasonry {
        grid-template-columns: repeat(1, 1fr);
    }

  section.content.home-content.content-home div#accceuils .photo.interne {
	margin: 0 auto 35px;
	max-width: 400px;
	padding-bottom: 0;
}
  section.content .contactForm .two-column {
	display: block;
	width: 100%;
	float: none;
}
section.content article div#NewsSlider1 .NewsMasonry .NewsItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
}
     section.content article .NewsMasonry .NewsItem img.img-news-list, img.img-news {
        max-width: 180px !important;
        float: none;
        margin: 0 auto 15px;
        height: 170px;
        object-fit: cover;
    }
 h1, .h1 {
    font-size: 37px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 23px;
}
h5, .h5 {
    font-size: 21px;
}
h6, .h6 {
    font-size: 19px;
}

}
@media only screen and (max-width :480px) {


 h1, .h1 {
    font-size: 33px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 25px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 20px;
}
h6, .h6 {
    font-size: 18px;
}

  .contactForm .gdpr_policy label {
	display: inline !important;
}
    .grid-pictos {
  grid-template-columns: 1fr;
}
}
/* --- animation --- */
.fr-clearfix::after{clear:both;display:block;content:"";height:0}
.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0 #ccc;-moz-box-shadow:10px 10px 5px 0 #ccc;box-shadow:10px 10px 5px 0 #ccc}
.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}
.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.fr-view li img.fr-dii.fr-fil{margin-right:20px}
.fr-view{word-wrap:break-word}
.fr-view span[style~="color:"] a{color:inherit}
.fr-view strong{font-weight:700}
.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=""],.fr-view table[border='0'] th[class=""]{border-width:0}
.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}
.fr-view table td{min-width:5px}
.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}
.fr-view table td,.fr-view table th{border:1px solid #DDD}
.fr-view table td:empty,.fr-view table th:empty{height:20px}
.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}
.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}
.fr-view table th{background:#ececec}
.fr-view table tfoot td{background:#ececec}
.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}
.fr-view .fr-file{position:relative}
.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}
.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}
.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}
.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}
.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}
.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}
.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}
.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}
.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}
.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}
.fr-view .fr-text-gray{color:#AAA!important}
.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}
.fr-view .fr-text-spaced{letter-spacing:1px}
.fr-view .fr-text-uppercase{text-transform:uppercase}
.fr-view .fr-class-highlighted{background-color:#ff0}
.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New",Courier,monospace}
.fr-view .fr-class-transparency{opacity:.5}
.fr-view img{position:relative;max-width:100%}
.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}
.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}
.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}
.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}
.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}
.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
.fr-view span.fr-img-caption{position:relative;max-width:100%}
.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}
.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}
.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}
.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}
.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}
.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
.fr-view .fr-video{text-align:center;position:relative}
.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute!important;top:0;left:0;width:100%;height:100%}
.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}
.fr-view .fr-video.fr-dvb{display:block;clear:both}
.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}
.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}
.fr-view .fr-video.fr-dvi{display:inline-block}
.fr-view .fr-video.fr-dvi.fr-fvl{float:left}
.fr-view .fr-video.fr-dvi.fr-fvr{float:right}
.fr-view a.fr-strong{font-weight:700}
.fr-view a.fr-green{color:green}
.fr-view .fr-img-caption{text-align:center}
.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}
.fr-view .fr-img-caption .fr-img-wrap a{display:block}
.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}
.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);width:100%;text-align:center}
.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}
.fr-view span.fr-img-caption.fr-dii.fr-fil,.fr-view p img.fr-dii.fr-fil{margin-right:15px}
a.fr-view.fr-strong{font-weight:700}
a.fr-view.fr-green{color:green}
img.fr-view{position:relative;max-width:100%}
img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}
img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}
img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}
img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}
img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}
img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
span.fr-img-caption.fr-view{position:relative;max-width:100%}
span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}
span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}
span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}
span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}
span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}
span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}