body {
    background: linear-gradient(45deg,#3f403f,#3f403f,#747574,#3f403f);
    color: #fff
}

a {
    color: #cda45e;
    text-decoration: none
}

a:hover {
    color: #d9ba85;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    color: #1e1e1e
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1a1814
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1a1814;
    border-top-color: #cda45e;
    border-bottom-color: #cda45e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: linear-gradient(135deg,#fff,#fff,#145D91,#145D91,#fff,#fff);
    width: 32px;
    height: 32px;
    border-radius: 50px;
    transition: all .4s
}

.back-to-top i {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    line-height: 0
}

.back-to-top:hover {
    background: linear-gradient(90deg,#fff,#fff,#0E4164,#0E4164,#0E4164,#fff,#fff);
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay:0!important
    }
}

#topbar {
    height: 40px;
    font-size: 14px;
    transition: all .5s;
    z-index: 996
}

#topbar.topbar-scrolled {
    top: -40px
}

#topbar .contact-info i {
    font-style: normal;
    color: #fa993e
}

#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff
}

#topbar .macorea i {
    font-style: normal;
    color: #000;
    font-weight: 700
}

#topbar .macorea i span {
    padding-left: 5px;
    color: #000;
    font-weight: 700
}

#topbar .contact-info i a {
    padding-left: 5px;
    color: #fff
}

#topbar .macorea i a {
    padding-left: 5px;
    color: #000;
    font-weight: 700
}

#topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #cda45e
}

#topbar .languages ul a {
    color: #fff
}

#topbar .languages ul li+li {
    padding-left: 10px
}

#topbar .languages ul li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255,255,255,.5);
    content: "/"
}

#header {
    background: linear-gradient(54deg, #145D91, #ffffff, #ffffff, #0E4164, #0E4164, #0E4164, #145D91);
    border-bottom: 1px solid rgba(80,2,2,.6);
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px
}

#header.header-scrolled {
    top: 0;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    border-bottom: 1px solid rgba(80,2,2,.6)
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: poppins,sans-serif
}

#header .logo a {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 10px 2px #000
}

#header .logo img {
    max-height: 80px
}

@media(max-width: 640px) {
    #header .logo img {
        max-height:40px
    }

    #header .logo a {
        font-size: 24px
    }
}

.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid #cda45e;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s
}

.book-a-table-btn:hover {
    background: #cda45e;
    color: #fff
}

@media(max-width: 992px) {
    .book-a-table-btn {
        margin:0 15px 0 0;
        padding: 8px 20px
    }
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a,.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    font-size: 16px
}

.navbar a i,.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 10px 2px #a1a1a1;
    font-size: 18px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: .3s;
    border-radius: 4px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #fff
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
    color: #fff
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media(max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left:-90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

@media(max-width: 991px) {
    .mobile-nav-toggle {
        display:block
    }

    .navbar ul {
        display: none;
        background: url(../../assets/img/navMobile.png)50% 0 no-repeat
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
    color: #fff;
    font-weight: 700
}

.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    box-shadow: 0 0 30px rgba(127,137,161,.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
    color: #cda45e
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../../assets/img/voirie_rieux.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 0
}

#hero:before {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .container {
    padding-top: 110px
}

@media(max-width: 992px) {
    #hero .container {
        padding-top:98px
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: poppins,sans-serif
}

#hero h2 span {
    color: #ff7b00;
    font-size: 22px;
    text-shadow: 0 2px 1px #000;
    font-weight: 700
}

#hero h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 26px;
    font-weight: 500
}

#hero .btns {
    margin-top: 40px
}

#hero .btn-menu,#hero .btn-book {
    background: linear-gradient(#949494,#F5ECE7,#F5ECE7,#949494);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000
}

#hero .btn-menu:hover,#hero .btn-book:hover {
    background: linear-gradient(#0E4164,#000000,#000000,#0E4164);
    color: #ff7b00;
    font-weight: 600;
    border: transparent
}

#hero .btn-book {
    margin-left: 15px
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%,rgba(205,164,94,.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

#hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205,164,94,.7);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

#hero .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20)
}

#hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(min-width: 1024px) {
    #hero {
        background-attachment:fixed
    }
}

@media(max-width: 992px) {
    #hero .play-btn {
        margin-top:30px
    }
}

@media(max-height: 500px) {
    #hero {
        height:auto
    }

    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px
    }
}

@media(max-width: 768px) {
    #hero h1 {
        font-size:28px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px
    }

    #hero h2 span {
        color: #ff7b00;
        font-size: 18px;
        text-shadow: 0 2px 1px #000;
        font-weight: 700
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #1a1814
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    font-family: poppins,sans-serif
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255,255,255,.2);
    margin: 4px 10px
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: playfair display,serif;
    color: #cda45e
}

.breadcrumbs {
    padding: 15px 0;
    background: #1d1b16;
    margin-top: 110px
}

@media(max-width: 992px) {
    .breadcrumbs {
        margin-top:98px
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #37332a;
    content: "/"
}

@media(max-width: 768px) {
    .breadcrumbs .d-flex {
        display:block!important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

#about {
    background: url(../../assets/img/guerin_morgan_tp_rieux.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    padding-bottom: 40px
}

.about:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#about .title-b {
    padding: 60px;
    padding-bottom: 30px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#about .subtitle-a {
    padding-bottom: 40px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.about strong {
    color: #0241bf;
    font-weight: 700
}

.about {
    padding: 40px;
    padding-bottom: 60px
}

.repam {
    background: 0 0
}

.about .cadre {
    background: rgba(14,65,100,.3);
    padding: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 50px rgba(14,65,100,.8)
}

.about .content {
    padding-top: 30px
}

.about h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.about h2 {
    margin: 0 0 0 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.about p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

#about color9 {
    color: #a1cbff;
    font-size: 20px
}

.about img {
    height: 480px;
    width: 580px;
    border: 3px ridge #747c8c
}

@media(max-width: 640px) {
    .about img {
        height:220px
    }
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 18px;
    transition: .5s;
    color: #fff;
    background: #759a2a;
    box-shadow: 0 5px 25px rgba(65,84,241,.3)
}

.about .btn-read-more span {
    font-family: nunito,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s
}

.about .btn-read-more:hover i {
    transform: translateX(5px)
}

@media(max-width: 315px) {
    .about .content span {
        font-size:14px
    }
}

@media(max-width: 302px) {
    .about .content span {
        font-size:12px
    }
}

@media(max-width: 292px) {
    .about .content span {
        font-size:10px
    }
}

@media(max-width: 284px) {
    .about .content span {
        font-size:8px
    }
}

@media(max-width: 640px) {
    #about .title-b {
        font-size:2.2rem
    }
}

#call-to-action {
    background: url(../../assets/img/assainissement-mg_rieux_redon_bretagne.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    padding-bottom: 40px
}

.call-to-action:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#call-to-action .title-b {
    padding: 60px;
    padding-bottom: 30px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#call-to-action .subtitle-a {
    padding-bottom: 40px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

#call-to-action .container {
    background: #fff
}

.marge {
    text-align: center
}

@media(max-width: 520px) {
    .marge {
        text-align:left
    }
}

#call-to-action strg {
    font-size: 22px;
    color: #026e1d
}

#call-to-action .cadre {
    background: 0 0;
    box-shadow: 0 10px 50px rgba(14,65,100,.8);
    padding-bottom: 30px
}

.call-to-action .call-to-action-img {
    position: relative;
    transition: .5s
}

.call-to-action .call-to-action-img img {
    max-width: 100%;
    position: relative
}

.call-to-action .call-to-action-img::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    content: "";
    border-left: 5px solid #000;
    border-top: 5px solid #000;
    transition: .5s
}

.call-to-action .call-to-action-img::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    content: "";
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    transition: .5s
}

.call-to-action .call-to-action-img:hover {
    transform: scale(1.03)
}

.call-to-action .call-to-action-img:hover::before {
    left: 20px;
    top: 10px
}

.call-to-action .call-to-action-img:hover::after {
    right: 20px;
    bottom: 10px
}

.call-to-action .content h3 {
    font-weight: 600;
    font-size: 26px
}

.call-to-action .content ul {
    list-style: none
}

.call-to-action .content li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 2px #000
}

.call-to-action .content ul h1 {
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: underline;
    color: #026e1d
}

#call-to-action .marge {
    padding-bottom: 30px
}

.call-to-action .content p:last-child {
    margin-bottom: 0
}

@media(min-width: 1024px) {
    .call-to-action {
        background-attachment:fixed
    }
}

.call-to-action-img img {
    width: 250px;
    height: 250px
}

.services-block span {
    margin: 10px 0;
    position: relative;
    font-size: 13px;
    color: #292929;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.services-block .separator {
    margin: 0;
    font-size: 13px;
    line-height: 22px
}

.services-block i {
    font-size: 44px;
    color: #417c38;
    line-height: 44px
}

.services-slider .swiper-pagination {
    margin-top: 30px;
    position: relative
}

.services-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0e4164
}

.services-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0e4164;
    border: 1px solid #fff
}

.carous img {
    width: 100%;
    height: 250px
}

@media(max-width: 640px) {
    #call-to-action .title-b {
        font-size:1.9rem
    }

    .call-to-action-img img {
        width: 350px;
        height: 350px
    }
}

.point {
    background: #8f8f8f;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 4%;
    height: 4%;
    z-index: 10
}

.minutes-container,.hours-container,.seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hours {
    background: #2b2a2a;
    box-shadow: 0 0 5px rgba(255,255,255,.4);
    height: 20%;
    left: 48.75%;
    position: absolute;
    top: 30%;
    transform-origin: 50% 100%;
    width: 2.5%
}

.minutes {
    background: #2b2a2a;
    box-shadow: 0 0 5px rgba(255,255,255,.4);
    height: 35%;
    left: 49%;
    position: absolute;
    top: 15%;
    transform-origin: 50% 100%;
    width: 2%
}

.seconds {
    background: #8f8f8f;
    height: 45%;
    left: 49.5%;
    position: absolute;
    top: 14%;
    transform-origin: 50% 80%;
    width: 1%;
    z-index: 8
}

@keyframes rotate {
    100% {
        transform: rotateZ(360deg)
    }
}

.hours-container {
    animation: rotate 43200s infinite linear
}

.minutes-container {
    animation: rotate 3600s infinite steps(60)
}

.seconds-container {
    animation: rotate 60s infinite steps(60)
}

#LaBoutique {
    background: url(../../assets/img/service_raccordement_rieux.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    padding-bottom: 40px
}

.LaBoutique:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#LaBoutique .title-b {
    padding: 60px;
    padding-bottom: 30px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#LaBoutique .subtitle-a {
    padding-bottom: 40px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

@media(max-width: 640px) {
    #LaBoutique .title-b {
        font-size:2.2rem
    }
}

.route {
    background: #000;
    padding: 20px;
    padding-bottom: 40px
}

.route h2 {
    margin: 0 0 0 10px;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    color: #653817;
    text-align: center;
    text-decoration: underline
}

.route p {
    margin: 15px 0 30px 10px;
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.work-content p {
    margin: 5px 0 5px 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000
}

.btn-secondary {
    background: linear-gradient(#949494,#F5ECE7,#F5ECE7,#949494);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 18px 40px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000
}

.btn-secondary:hover {
    background: linear-gradient(#000000,#F5ECE7,#F5ECE7,#000000);
    color: #145d91;
    border: transparent
}

.work-box img {
    padding-bottom: 20px;
    width: 500px;
    height: 300px
}

.work-box {
    margin-bottom: 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(20,93,145,.6);
    border: 2mm ridge rgba(0,0,0,.2)
}

.work-box:hover img {
    transform: scale(1.3)
}

.work-img {
    display: block;
    overflow: hidden
}

.work-img img {
    transition: all 1s
}

.work-content {
    padding: 2rem 3% 1rem 4%
}

.work-content .w-more {
    color: #4e4e4e;
    font-size: .8rem
}

.work-content .w-more .w-ctegory {
    color: #2e8d9e
}

.work-content .w-like {
    font-size: 2.5rem;
    color: #2e8d9e;
    float: right
}

.work-content .w-like a {
    color: #2e8d9e
}

.work-content .w-like .num-like {
    font-size: .7rem
}

.w-title {
    font-size: 1.2rem;
    color: #2e8d9e
}

#assainissement {
    width: 100%;
    height: 100vh;
    background: url(../../assets/img/assainissementGuerinRieux.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 0
}

#assainissement:before {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#assainissement .container {
    padding-top: 110px
}

@media(max-width: 992px) {
    #assainissement .container {
        padding-top:98px
    }
}

#assainissement h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: poppins,sans-serif
}

#assainissement h2 span {
    color: #ff7b00;
    font-size: 22px;
    text-shadow: 0 2px 1px #000;
    font-weight: 700
}

#assainissement h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 26px;
    font-weight: 500
}

#assainissement .btns {
    margin-top: 40px
}

#assainissement .btn-menu,#assainissement .btn-book {
    background: linear-gradient(#949494,#F5ECE7,#F5ECE7,#949494);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000
}

#assainissement .btn-menu:hover,#assainissement .btn-book:hover {
    background: linear-gradient(#0E4164,#000000,#000000,#0E4164);
    color: #ff7b00;
    font-weight: 600;
    border: transparent
}

#assainissement .btn-book {
    margin-left: 15px
}

#assainissement .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%,rgba(205,164,94,.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#assainissement .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

#assainissement .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205,164,94,.7);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

#assainissement .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20)
}

#assainissement .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(min-width: 1024px) {
    #assainissement {
        background-attachment:fixed
    }
}

@media(max-width: 992px) {
    #assainissement .play-btn {
        margin-top:30px
    }
}

@media(max-height: 500px) {
    #assainissement {
        height:auto
    }

    #assainissement .container {
        padding-top: 130px;
        padding-bottom: 60px
    }
}

@media(max-width: 768px) {
    #assainissement h1 {
        font-size:28px;
        line-height: 36px
    }

    #assainissement h2 {
        font-size: 18px;
        line-height: 24px
    }
}

#about2 {
    background: url(../../assets/img/assainissement-mg_rieux_redon_bretagne.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    padding-bottom: 60px
}

.about2:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#about2 .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#about2 .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

#about2 color9 {
    color: #a1cbff;
    font-size: 20px
}

.about2 strong {
    color: #0241bf;
    font-weight: 700
}

.about2 {
    padding: 40px;
    padding-bottom: 60px
}

.repam {
    background: 0 0
}

.about2 .cadre {
    background: rgba(14,65,100,.3);
    padding: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 50px rgba(14,65,100,.8)
}

.about2 .content {
    padding-top: 30px
}

.about2 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.about2 h2 {
    margin: 0 0 0 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.about2 p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.about2 img {
    height: 480px;
    width: 580px;
    border: 3px ridge #747c8c
}

@media(max-width: 640px) {
    .about2 img {
        height:220px
    }
}

.about2 .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 18px;
    transition: .5s;
    color: #fff;
    background: #759a2a;
    box-shadow: 0 5px 25px rgba(65,84,241,.3)
}

.about2 .btn-read-more span {
    font-family: nunito,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about2 .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s
}

.about2 .btn-read-more:hover i {
    transform: translateX(5px)
}

@media(max-width: 315px) {
    .about2 .content span {
        font-size:14px
    }
}

@media(max-width: 302px) {
    .about2 .content span {
        font-size:12px
    }
}

@media(max-width: 292px) {
    .about2 .content span {
        font-size:10px
    }
}

@media(max-width: 284px) {
    .about2 .content span {
        font-size:8px
    }
}

@media(max-width: 640px) {
    #about2 .title-b {
        font-size:2.2rem
    }
}

#vrd {
    width: 100%;
    height: 100vh;
    background: url(../../assets/img/vrd_morgan_guerin.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 0
}

#vrd:before {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#vrd .container {
    padding-top: 110px
}

@media(max-width: 992px) {
    #vrd .container {
        padding-top:98px
    }
}

#vrd h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-shadow: 0 6px 4px #000;
    font-family: poppins,sans-serif
}

#vrd h2 span {
    color: #ff7b00;
    font-size: 22px;
    text-shadow: 0 2px 1px #000;
    font-weight: 700
}

#vrd h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 26px;
    font-weight: 500
}

#vrd .btns {
    margin-top: 40px
}

#vrd .btn-menu,#vrd .btn-book {
    background: linear-gradient(#949494,#F5ECE7,#F5ECE7,#949494);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000
}

#vrd .btn-menu:hover,#vrd .btn-book:hover {
    background: linear-gradient(#0E4164,#000000,#000000,#0E4164);
    color: #ff7b00;
    font-weight: 600;
    border: transparent
}

#vrd .btn-book {
    margin-left: 15px
}

#vrd .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%,rgba(205,164,94,.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#vrd .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

#vrd .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205,164,94,.7);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

#vrd .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20)
}

#vrd .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(min-width: 1024px) {
    #vrd {
        background-attachment:fixed
    }
}

@media(max-width: 992px) {
    #vrd .play-btn {
        margin-top:30px
    }
}

@media(max-height: 500px) {
    #vrd {
        height:auto
    }

    #vrd .container {
        padding-top: 130px;
        padding-bottom: 60px
    }
}

@media(max-width: 768px) {
    #vrd h1 {
        font-size:28px;
        line-height: 36px
    }

    #vrd h2 {
        font-size: 18px;
        line-height: 24px
    }
}

#about3 {
    background: url(../../assets/img/voirie_rieux_redon.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    padding-bottom: 60px
}

.about3:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#about3 .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#about3 .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.about3 strong {
    color: #0241bf;
    font-weight: 700
}

#about3 color9 {
    color: #a1cbff;
    font-size: 20px
}

.about3 {
    padding: 40px;
    padding-bottom: 60px
}

.repam {
    background: 0 0
}

.about3 .cadre {
    background: rgba(14,65,100,.3);
    padding: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 50px rgba(14,65,100,.8)
}

.about3 .content {
    padding-top: 30px
}

.about3 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.about3 h2 {
    margin: 0 0 0 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.about3 p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.about3 img {
    height: 480px;
    width: 580px;
    border: 3px ridge #747c8c
}

@media(max-width: 640px) {
    .about3 img {
        height:220px
    }
}

.about3 .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 18px;
    transition: .5s;
    color: #fff;
    background: #759a2a;
    box-shadow: 0 5px 25px rgba(65,84,241,.3)
}

.about3 .btn-read-more span {
    font-family: nunito,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about3 .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s
}

.about3 .btn-read-more:hover i {
    transform: translateX(5px)
}

@media(max-width: 315px) {
    .about3 .content span {
        font-size:14px
    }
}

@media(max-width: 302px) {
    .about3 .content span {
        font-size:12px
    }
}

@media(max-width: 292px) {
    .about3 .content span {
        font-size:10px
    }
}

@media(max-width: 284px) {
    .about3 .content span {
        font-size:8px
    }
}

@media(max-width: 640px) {
    #about3 .title-b {
        font-size:2.2rem
    }
}

#amenagement {
    width: 100%;
    height: 100vh;
    background: url(../../assets/img/amenagement_exterieur_redon.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 0
}

#amenagement:before {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#amenagement .container {
    padding-top: 110px
}

@media(max-width: 992px) {
    #amenagement .container {
        padding-top:98px
    }
}

#amenagement h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-shadow: 0 6px 4px #000;
    font-family: poppins,sans-serif
}

#amenagement h2 span {
    color: #ff7b00;
    font-size: 22px;
    text-shadow: 0 2px 1px #000;
    font-weight: 700
}

#amenagement h2 {
    color: #fff;
    margin-bottom: 10px 0 0 0;
    font-size: 26px;
    font-weight: 500
}

#amenagement .btns {
    margin-top: 40px
}

#amenagement .btn-menu,#amenagement .btn-book {
    background: linear-gradient(#949494,#F5ECE7,#F5ECE7,#949494);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000
}

#amenagement .btn-menu:hover,#amenagement .btn-book:hover {
    background: linear-gradient(#0E4164,#000000,#000000,#0E4164);
    color: #ff7b00;
    font-weight: 600;
    border: transparent
}

#amenagement .btn-book {
    margin-left: 15px
}

#amenagement .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%,rgba(205,164,94,.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#amenagement .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

#amenagement .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205,164,94,.7);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

#amenagement .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20)
}

#amenagement .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(min-width: 1024px) {
    #amenagement {
        background-attachment:fixed
    }
}

@media(max-width: 992px) {
    #amenagement .play-btn {
        margin-top:30px
    }
}

@media(max-height: 500px) {
    #amenagement {
        height:auto
    }

    #amenagement .container {
        padding-top: 130px;
        padding-bottom: 60px
    }
}

@media(max-width: 768px) {
    #amenagement h1 {
        font-size:28px;
        line-height: 36px
    }

    #amenagement h2 {
        font-size: 18px;
        line-height: 24px
    }
}

#about4 {
    background: url(../../assets/img/amenagement_exterieur_rieux.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    padding-bottom: 60px
}

.about4:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#about4 .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#about4 .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.about4 strong {
    color: #0241bf;
    font-weight: 700
}

.about4 {
    padding: 40px;
    padding-bottom: 60px
}

#about4 color9 {
    color: #a1cbff;
    font-size: 20px
}

.repam {
    background: 0 0
}

.about4 .cadre {
    background: rgba(14,65,100,.3);
    padding: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 50px rgba(14,65,100,.8)
}

.about4 .content {
    padding-top: 30px
}

.about4 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.about4 h2 {
    margin: 0 0 0 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.about4 p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.about4 img {
    height: 480px;
    width: 580px;
    border: 3px ridge #747c8c
}

@media(max-width: 640px) {
    .about4 img {
        height:220px
    }
}

.about4 .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 18px;
    transition: .5s;
    color: #fff;
    background: #759a2a;
    box-shadow: 0 5px 25px rgba(65,84,241,.3)
}

.about4 .btn-read-more span {
    font-family: nunito,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about4 .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s
}

.about4 .btn-read-more:hover i {
    transform: translateX(5px)
}

@media(max-width: 315px) {
    .about4 .content span {
        font-size:14px
    }
}

@media(max-width: 302px) {
    .about4 .content span {
        font-size:12px
    }
}

@media(max-width: 292px) {
    .about4 .content span {
        font-size:10px
    }
}

@media(max-width: 284px) {
    .about4 .content span {
        font-size:8px
    }
}

@media(max-width: 640px) {
    #about4 .title-b {
        font-size:2.2rem
    }
}

#portfolio {
    background: url(../../assets/img/assainissement_rieux_redon_morgan-guerin.png)50% 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    padding-bottom: 60px
}

.portfolio:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#portfolio .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#portfolio .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.portfolio {
    background: linear-gradient(45deg,#3f403f,#3f403f,#747574,#3f403f)
}

.portfolio p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio img {
    width: 500px;
    height: 300px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 0 3px 10px;
    transition: all ease-in-out .3s;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    border-radius: 64px 25px
}

.portfolio #portfolio-flters li:hover,.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    font-weight: 700;
    background: #000
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 60px
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all .6s cubic-bezier(.645,.045,.355,1)
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: linear-gradient(135deg,#145D91,#0E4164,#145D91,#000000,#000000);
    padding: 15px 20px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .preview-link,.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out .3s
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #ffc1b0
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px
}

.portfolio .portfolio-item:hover img {
    top: -30px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff4a17
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(21,34,43,8%)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

#contact {
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91)
}

#contact .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#contact .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.contact {
    padding: 20px;
    padding-bottom: 60px
}

.titac h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.titac p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.contact .info-box {
    background: 0 0;
    border: 1mm ridge rgba(0,0,0,.6);
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214,215,216,.6);
    padding: 20px 0 30px
}

.contact .message {
    background: #dedede
}

.contact .info-box i {
    font-size: 32px;
    color: #ba8e00;
    border-radius: 50%;
    padding: 8px
}

.contact .info-box h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    color: #dbdbdb;
    font-weight: 700
}

.contact .info-box a {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    color: #dbdbdb;
    font-weight: 700
}

#contact .logo img {
    height: 60px;
    width: 300px
}

@media(max-width: 640px) {
    .contact .info-box a {
        padding:0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 600
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.map {
    padding: 30px;
    height: 360px
}

footer {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg,#00B0F0,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#00B0F0);
    font-weight: 600
}

footer .container a {
    color: #9e8773;
    font-weight: 600
}

footer .cook h6 {
    color: #fff
}

#footer color1 {
    color: #2863ed
}

#footer color2 {
    color: #fff
}

#footer color3 {
    color: #db1f28
}

#footer color4 {
    color: #00b0f0
}

#footer color5 {
    color: #ffc000
}

#footer color6 {
    color: #f25c63
}

.fdecran {
    background: linear-gradient(85deg,#0E4164,#a4cfed,#fff,#fff,#fff,#fff,#a4cfed,#0E4164)
}

.remix {
    background: #a1a39d
}

.logImg img {
    height: 48px;
    width: 54px
}

.texte h2 {
    font-size: 22px;
    color: #000;
    text-decoration: underline
}

.texte h5 {
    font-size: 18px;
    color: #000;
    text-align: left
}

.texte small {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

footer .copyright {
    margin-bottom: .3rem
}

footer .credits {
    margin-bottom: 0
}

footer .credits a {
    color: #fff
}