@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Open+Sans+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pompiere&display=swap');

html {
    overflow: hidden;
    height: 100%;
}

body {
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
/*    letter-spacing: -1px;*/
    color: #191919;
    height: 100%;
    margin: 0;
/*    background-color: #e2e0e0;*/
}

body a {
    text-decoration: none;
    color: #191919;
    transition: color .2s linear,background-color .2s linear,border-color .2s linear;
}

body a:hover {
    color: #2d6671;
}

input,
textarea,
select {
    -webkit-appearance: none;
    outline:none;
}
ul{
padding-left: 0;
}
.body-wrapper {
    position: relative;
/*    margin: 45px;*/
    background-color: #fff;
}

.doc-loader {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 120px;
    height: 120px;
}


#livheader {
    z-index:98;
    position: fixed;
    width: 100%;
    top: 0px;

}

#livcontent {
    margin-top: 200px;
/*    position: relative;*/
    padding-bottom: 140px;
}

.fdblc {
    background-color: #fff;
    width: 100%;
    height: 120px;
}

/*Page témoignages*/
.comment_right {
    text-align: justify;
    margin-left: 20%;
    border-width:0px 0px 0px 3px;
    border-style:solid;
    border-color:#9ac8ca;
    margin-bottom: 65px;
    padding-left: 30px;
    line-height: 25px;
    font-size: 17px;

}
.comment_left {
    text-align: justify;
    padding-right: 20%;
     border-width:0px 0px 0px 3px;
    border-style:solid;
    border-color:#9ac8ca;
    margin-bottom: 65px;
    padding-left: 30px;
    line-height: 25px;
    font-size: 17px;
}


/*Page PROJET*/
.img_projet {
    width: 100%;
}
#desc_gauche {
    width: 36%;
    position: fixed;
}
.title_desc {
    font-size: 18px;
    padding-bottom: 10px;
}
.page_desc {
    font-size: 16px;
    text-align: justify;
}
#img_droite {
    width:50%;
    margin-left: 50%;
}

/*page ABOUT_DOULA*/
#tof_gauche {
    width: 35%;
}

#text_droite {
    width: 60%;
    float: right;
    margin-top: -52%;
}

.mainbutton::after {
    content: "\2022";
    display: inline-block;
    margin: 0 0 0 20px;
    color: #e2dfd9;
}
/*page Services*/
.paragraphe_services {
/*	display: flow-root;*/
/*	width: 100%;
	height: 100%;*/
	position: relative;
    padding-top: 125px;
}
.paragraphe_image {
	width: 28%;
/*	float: left;*/
/*	border: 1px solid #9ac8ca;*/
/*	margin-top: 20px;*/
    position: absolute;
}
/*Thématiques abordées*/
.grid-services-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #80808030;
  padding: 10px;
}
.grid-services-item {
  text-align: center;
}

.paragraphe_texte {
	text-align: justify;
	width: 65%;
    margin-left: 35%;
/*	float: right;*/
}

.nicescroll-rails-vr:hover {
    cursor: pointer!important;
}

.header-search {
    margin-top: -105px;
    padding: 100px 0;
    background-color: #e2e0e0;
}

.search-form {
    text-align: center;
}

.search-field {
    width: 100%;
    padding: 15px;
    max-width: 80%;
    border: 0;
    border-bottom: 2px solid #a1a1a1;
    font-size: 24px;
    font-weight: 400;
    color: #a1a1a1;
    background: 0 0;
}

.search-field::-webkit-input-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-weight: 400;
    color: #a1a1a1;
}

.search-field::-moz-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-weight: 400;
    color: #a1a1a1;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-weight: 400;
    color: #a1a1a1;
}

.search-field:-moz-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-weight: 400;
    color: #a1a1a1;
    opacity: 1;
}

.header-holder {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-main-menu {
    display: inline-block;
/*    margin-right: 50px;*/
}

.main-menu.sm-clean {
    background-color: transparent;
}

.sm-clean a.current,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted,
.sm-clean .current_page_item a {
    color: #2d6671;
}

.sub-arrow {
    -webkit-transition: -webkit-transform .1s ease;
    -moz-transition: transform .1s ease;
    -ms-transition: transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-menu a.has-submenu.highlighted .sub-arrow {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-1330 {
    max-width: 1330px;
}

.content-1530 {
    width: 90%;
    max-width: 1530px;
}

.content-1370 img,
.content-1430 img,
.content-1530 img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

ul.slides li img {
    width: 100%;
    height: auto;
}

.toggle-holder {
    width: 29px;
    height: 30px;
}

#toggle {
    display: inline-block;
    z-index: 2;
    position: absolute;
    width: 29px;
    height: 30px;
}

#toggle .fa-search {
    font-size: 1.3em;
    transition: color .2s linear,zoom .2s linear;
}

#toggle.on .fa-search:before {
    content: "\f010";
}

#toggle .fa-search:hover {
    zoom: 1.1;
    color: #2d6671;
    cursor: pointer;
}

.caroufredsel_wrapper:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel_pagination a {
    background-color: #e2e0e0;
}

.carousel_pagination a:hover {
    background-color: #2d6671;
}

.carousel_pagination a.selected {
    background-color: #2d6671;
}

.page-desc {
/*    float: right;*/
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}

.blog-top-content.page-desc {
    margin-bottom: 170px;
    max-width: 720px;
}

.blog-item-holder {
    padding: 35px 0;
    opacity: 0;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.blog-item-holder:hover {
    background-color: #faf6f6;
}

.blog-item-holder:hover .entry-title a {
    color: #2d6671;
}

.blog-item-holder.sticky {
    background-color: #faf6f6;
}

.blog-holder .cat-links,
.blog-holder .entry-date,
.blog-holder .author,
.blog-holder .entry-title {
    display: inline-block;
    vertical-align: middle;
}

.blog-holder .post-border {
    border-bottom: 1px solid #eee;
    opacity: 0;
}

.blog-holder .cat-links {
    padding-left: 20px;
    min-width: 200px;
}

.blog-holder .cat-links li {
    margin: 20px 0;
}

.blog-holder .cat-links a {
    padding: 10px;
    border: 3px solid #2d6671;
    text-decoration: none;
    font-weight: 700;
    color: #2d6671;
}

.blog-holder .entry-date {
    margin: 0 75px;
    font-size: 24px;
    color: #adadad;
}

.blog-holder .author {
    width: 200px;
    font-size: 24px;
    color: #adadad;
}

.blog-holder .entry-title {
    max-width: 700px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-holder .entry-title a {
    font-size: 34px;
    line-height: 48px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

body.blog .more-posts {
    display: block;
    padding: 25px 10px;
    border: 3px solid #2d6671;
    font-size: 28px;
    font-weight: 700;
    color: #2d6671;
    cursor: pointer;
}

body.blog .more-posts span {
    vertical-align: 2px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

body.blog .more-posts:hover span {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-post h1.entry-title {
    float: right;
    width: 870px;
    margin-bottom: 90px;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post .post-info {
    float: left;
    width: 330px;
    margin-right: 130px;
    text-align: left;
}

.single-post .post-info .post-author a {
    text-decoration: none;
    color: #2d6671;
}

.single-post .post-info .post-num-comments a {
    text-decoration: none;
    color: #2d6671;
}

.single-post .content-wrap {
    float: right;
    width: 870px;
    font-family: 'pt serif',serif;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0;
}

.single-post .content-wrap img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.post-full-width .fluid-width-video-wrapper {
    float: right;
}

.single-post .cat-links a {
    padding: 10px;
    border: 3px solid #2d6671;
    text-decoration: none;
    font-weight: 700;
    color: #2d6671;
}

.single-post .cat-links {
    min-width: 200px;
}

.single-post .cat-links li {
    margin: 20px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 18px;
    line-height: 30px;
}

.single-post .tags-holder a {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: 3px solid #b5b5b5;
    text-decoration: none;
    font-weight: 700;
    color: #b5b5b5;
}

.single-post .tags-holder a:hover {
    color: #b5b5b5;
}

.single-post .tags-holder {
    margin: 50px 0;
}

.single-post .wp-link-pages span {
    color: #191919;
}

.single-post .wp-link-pages {
    color: #2d6671;
}

.single-post .nav-links {
    float: right;
    width: 870px;
    margin-top: 50px;
    margin-bottom: 120px;
    padding: 60px 0;
    border-top: 6px solid #e2e0e0;
    border-bottom: 6px solid #e2e0e0;
}

.single-post .nav-previous {
    display: inline-block;
    max-width: 350px;
}

.single-post .nav-next {
    display: inline-block;
    float: right;
    max-width: 350px;
}

.single-post .nav-previous a,
.single-post .nav-next a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.single-post .nav-previous-text,
.single-post .nav-next-text {
    padding-bottom: 30px;
    font-weight: 700;
    color: #b5b5b5;
}

ul.archive-list li {
    padding: 15px 20px;
    border-top: 1px solid #e2e0e0;
    font-size: 16px;
}

ul.archive-list li:first-child {
    border: none;
}

ul.archive-list li span {
    font-weight: 700;
    color: #2d6671;
}

.ombre {
    -webkit-box-shadow: 1px 1px 8px 1px #88888842;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 8px 1px #88888842;
    box-shadow: 1px 1px 8px 1px #88888842;
}

.filters-button-group {
    display: block;
    margin-bottom: 50px;
    text-align: right;
}

.filters-button-group .button {
    display: inline-block;
    transition: color .2s linear;
}

.filters-button-group .button.is-checked {
    color: #2d6671;
}

.filters-button-group .button:hover {
    color: #2d6671;
    cursor: pointer;
}

.filters-button-group .button:after {
    content: "\2022";
    display: inline-block;
    margin: 0 20px;
    color: #e2dfd9;
}

.filters-button-group .button:last-child:after {
    content: '';
    display: none;
}

.grid {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.grid-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    padding: 4px;
}

#content .grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer,
.grid-item {
    width: 443px;
}

.grid-item.p_two_third {
    width: 886px;
}

.grid-item.p_one {
    width: 1329px;
}

.portfolio-text-holder {
    display: none;
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.grid-item a:hover {
    color: #191919;
}

div.pp_default .pp_loaderIcon {
    display: none!important;
}

.single-portfolio h1.entry-title {
    margin-bottom: 90px;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-portfolio .entry-title {
    text-align: center;
}

.contact-form {
    margin: 0 auto;
    max-width: 100%;
/*    padding-top: 10px;*/
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    width: 100%;
    height: 28px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0;
    border-bottom: 1px solid;
    border-bottom-color: #a2a2a2;
/*    text-transform: uppercase;*/
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[name=your-name] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea {
    height: 220px;
    margin-bottom: 10px;
}

.contact-form input[type=submit] {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 0;
    border: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    background: 0 0;
    transition: color .2s linear,background-color .2s linear,border-color .2s linear;
    cursor: pointer;
}

.contact-form input[type=submit]:hover {
    border-color: #2d6671;
    color: #2d6671;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form input[type=tel]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #191919;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form input[type=tel]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #191919;
    opacity: 1;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form input[type=tel]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #191919;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form input[type=tel]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-family: Lato,sans-serif,Arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #191919;
    opacity: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 0;
}

/*.footer .fa-heart {
    color: #2d6671;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
    -ms-animation: pulse 1s linear infinite;
}*/

@keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(.8,.8);
    }

    80% {
        transform: scale(.9,.9);
    }

    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(.8,.8);
    }

    80% {
        transform: scale(.9,.9);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(.8,.8);
    }

    80% {
        transform: scale(.9,.9);
    }

    100% {
        transform: scale(1.1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(.8,.8);
    }

    80% {
        transform: scale(.9,.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.footer ul li {
    display: inline-block;
}

li.left-footer-content,
li.right-footer-contnet {
    width: 40%;
}

li.left-footer-content {
    font-size: 16px;
}

li.right-footer-contnet {
    text-align: right;
}

li.right-footer-contnet a {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}

li.right-footer-contnet a:first-child {
    margin-left: 0;
}

li.center-footer-content {
    width: 19%;
    text-align: center;
    vertical-align: middle;
}

li.left-footer-content.mobile {
    display: none;
}

@media screen and (max-width:1600px) {
    .content-1330 {
        max-width: 1200px;
    }

    .header-search {
        padding: 50px 0;
    }

    .blog-holder .entry-title {
        max-width: 400px;
    }

    .single-post h1.entry-title,
    .single-post .content-wrap,
    .single-post .nav-links {
        width: 740px;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth {
        float: left;
        position: relative;
        margin-right: 8%;
        margin-bottom: 37px;
    }

    .one_half {
        width: 46%;
        z-index: 10;
    }

    .one_third {
        width: 28%;
    }

    .two_third {
        width: 64%;
    }

    .one_fourth {
        width: 19%;
    }

    .three_fourth {
        width: 73%;
    }

    .grid-sizer,
    .grid-item {
        width: 400px;
    }

    .grid-item.p_two_third {
        width: 800px;
    }

    .grid-item.p_one {
        width: 1200px;
    }
}

@media screen and (max-width:1450px) {
    .body-wrapper {
/*        margin: 3%;*/
    }

    .header-holder {
        padding-top: 0px;
/*        padding-bottom: 30px;*/
    }

    .blog-top-content.page-desc {
        margin-bottom: 120px;
    }

    .content-1330 {
        width: 1110px;
    }

    .grid-sizer,
    .grid-item {
        width: 370px;
    }

    .grid-item.p_two_third {
        width: 740px;
    }

    .grid-item.p_one {
        width: 1110px;
    }

    .single-post .post-info {
        margin-right: 35px;
    }

/*    .footer {
        margin-top: 170px;
    }*/
}

@media screen and (max-width:1340px) {
    .content-1330 {
        width: 1020px;
    }

    .grid-sizer,
    .grid-item {
        width: 340px;
    }

    .grid-item.p_two_third {
        width: 680px;
    }

    .grid-item.p_one {
        width: 1020px;
    }

    .single-post .cat-links {
        margin-bottom: 30px;
    }

    .single-post .post-author,
    .single-post .post-date,
    .single-post .post-num-comments,
    .single-post .post-read-time {
        margin: 0 15px;
    }

    .page-desc {
        float: none;
        width: auto;
    }

    .blog-holder article {
        text-align: center;
    }

    .blog-holder .cat-links {
        display: block;
        padding-left: 0;
    }

    .blog-holder .entry-date {
        margin: 0 20px;
    }

    .blog-holder .author {
        width: auto;
    }

    .blog-holder .entry-title {
        display: block;
        margin: 0 auto;
        max-width: 600px;
    }

    .single-post h1.entry-title {
        text-align: center;
    }

    .single-post .post-info {
        float: none;
        width: auto;
        margin: 50px 0;
        text-align: center;
    }

    .single-post .cat-links {
        min-width: 0;
    }

    .single-post .cat-links li {
        display: inline-block;
        margin: 10px 5px;
    }

    .single-post .post-author,
    .single-post .post-date,
    .single-post .post-num-comments,
    .single-post .post-read-time {
        display: inline-block;
    }

/*    blockquote.inline-blockquote {
        display: block;
        width: auto;
        margin: 50px 0;
    }*/

    .single-post h1.entry-title,
    .single-post .content-wrap,
    .single-post .nav-links {
        width: 100%;
    }
}

@media screen and (max-width:1220px) {
    .content-1330,
    .grid-item.p_one {
        width: 960px;
    }

    .grid-sizer,
    .grid-item {
        width: 320px;
    }

    .grid-item.p_two_third {
        width: 640px;
    }

/*    div.contact-form {
        margin-top: 40px;
    }*/
}

@media screen and (max-width:1066px) {
    .content-1330,
    .grid-item.p_one {
        width: 810px;
    }
    .mainbutton::after {
    display: none;
 }
 .sm-clean a span.sub-arrow {
    display: none;
    }

    .grid-sizer,
    .grid-item {
        width: 270px;
    }

    .grid-item.p_two_third {
        width: 540px;
    }

    .footer {
/*        margin-top: 140px;*/
        padding-bottom: 30px;
        position: relative;
        height: 180px;

    }

    .footer ul li {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

/*    .footer ul li.center-footer-content {
        margin-bottom: 45px;
    }*/

    .footer ul li.left-footer-content {
        display: none;
    }

    .footer ul li.left-footer-content.mobile {
        display: block;
    }

    #livcontent {
    padding-bottom: 50px;
    }
}

@media screen and (max-width:1020px) {
    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth,
    .one_half.margin-0,
    .one_third.margin-0,
    .two_third.margin-0,
    .one_fourth.margin-0,
    .three_fourth.margin-0 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
.mainbutton::after {
    display: none;
}

    .single-portfolio .one_half.margin-0 img,
    .single-portfolio .one_third.margin-0 img,
    .single-portfolio .two_third.margin-0 img,
    .single-portfolio .one_fourth.margin-0 img,
    .single-portfolio .three_fourth.margin-0 img {
        width: 100%;
        height: auto;
    }

    .single-portfolio .portfolio-item-info,
    .single-portfolio .portfolio-item-info div {
        text-align: center;
    }
}

@media screen and (max-width:925px) {


#livheader {
    z-index:98;
    position: relative;
    width: 100%;
}

#livcontent {
    padding-top: 50px;
    margin-top: 0px;
}


.fdblc {
    background-color: transparent;
    width: 100%;
    height: 0%;
}
.portfolio-text-holder {
    display: block;
}

/*Page Témoignages*/
.comment_right {
    text-align: justify;
    margin-left: 0%;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#9ac8ca;
    margin-bottom: 30px;
    padding-left: 0px;
    line-height: 25px;
    font-size: 17px;

}
.comment_left {
    text-align: justify;
    padding-right: 0%;
    text-align: justify;
    margin-left: 0%;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#9ac8ca;
    margin-bottom: 30px;
    padding-left: 0px;
    line-height: 25px;
    font-size: 17px;
}
/*Page PROJET*/
.img_projet {
    width: 100%;
}
#desc_gauche {
    width: 100%;
    position: relative;
}

.page-desc {
    text-align: justify;
}
#img_droite {
    width: 100%;
    margin-left: 0%;
}
/*page ABOUT_DOULA*/
#tof_gauche {
    width: 100%;
    position: relative;
}

#text_droite {
    padding-left:0%;
    width: 100%;
    margin-top: 0%;
}
/*page Services*/
.paragraphe_services {
/*  display: flow-root;*/
/*  width: 100%;
    height: 100%;*/
    position: relative;
    padding-top: 20px;
}
.paragraphe_image {
    width: 100%;
/*  float: left;*/
/*  border: 1px solid #9ac8ca;*/
/*  margin-top: 20px;*/
    position: relative;
}

.paragraphe_texte {
    text-align: justify;
    width: 100%;
    margin-left: 0%;
/*  float: right;*/
}
/*Thématiques abordées tableau*/
.grid-services-container {
  display: grid;
  grid-template-columns: auto;
  background-color: #80808030;
  padding: 10px;
}

.mainbutton::after {
    content: "\2022";
    display: none;
    margin: 0 0 0 0px;
    color: #ffffff;
}
    blockquote.inline-blockquote {
/*        padding-left: 20px;*/
        display: block;
        font-size: 20px;
        line-height: 32px;
        width: 100%;
    }


    .content-1330,
    .grid-item.p_one {
        width: 690px;
    }

    .single-post h1.entry-title {
        float: none;
        margin-bottom: 50px;
        text-align: center;
    }

    .grid-sizer,
    .grid-item {
        width: 230px;
    }

    .grid-item.p_two_third {
        width: 460px;
    }

    .portfolio-text-holder {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .header-holder {
        padding-top: 50px;
        padding-bottom: 85px;
    }

    .header-logo {
        display: block;
        float: none;
/*        margin-bottom: 60px;*/
        text-align: center;
    }

    #toggle {
        display: none;
    }

    .header-menu {
        float: none;
    }

    #header-main-menu {
        display: block!important;
        float: none;
        margin: 0!important;
        opacity: 1!important;
    }

    .main-menu a.has-submenu.highlighted .sub-arrow {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .main-menu {
        z-index: 9999;
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        text-align: center;
    }

    .main-menu ul {
        width: 12em;
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }
     .sm-clean a span.sub-arrow {
    display: block;
    }

    .single-post .nav-previous {
        margin-bottom: 80px;
    }

    .single-post .nav-previous,
    .single-post .nav-next {
        display: block;
        float: none;
        max-width: none;
        text-align: center;
    }
}

@media screen and (max-width:805px) {


    .content-1330,
    .grid-item.p_one {
        width: 570px;
    }

    .grid-sizer,
    .grid-item {
        width: 190px;
    }

    .grid-item.p_two_third {
        width: 380px;
    }



    .single-post .tags-holder a {
        font-size: 16px;
        line-height: 100%;
    }
}

@media screen and (max-width:650px) {


/*    .header-holder {
        padding-top: 55px;
        padding-bottom: 55px;
    }*/

    .content-1330 {
        width: 90%;
    }

    .grid-sizer,
    .grid-item,
    .grid-item.p_one,
    .grid-item.p_two_third {
        width: 100%;
    }

    .filters-button-group {
        text-align: center;
    }

    .portfolio-text-holder {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }

    .single-post .content-wrap {
        font-size: 18px;
        line-height: 33px;
    }
}

/*Bouton Back to top*/
#back-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
#back-to-top:hover {
  background-color: rgb(143, 201, 172);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width:925px) {
#back-to-top {
  bottom: 15px;
  right: 15px;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  z-index: 100;
}
    }