body {
    font-family: 'Roboto', 'Montserrat', sans-serif;
}

.overlay {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: rgba(0, 0, 0, 0.8);
}

/* .big-reded {
    font-size: 2.6em;
    font-weight: bolder;
    color: #222;
}*/

.big-reded {
    font-size: 6em;
    font-weight: bolder;
    color: #222;
    text-transform: uppercase;
}

.big-reded span {
    font-size: 0.5em;
    color: rgba(202, 202, 202, 0.52);
    display: block;
    text-transform: none;
}

.big-reded::after {
    content: '';
    display: block;
    border-top: 3px solid #D48F05;
    width: 100px;
    margin-top: 20px;
}

body, html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.loader {
    position: fixed;
    height: 100%;
    left: -1px;
    top: 0;
}

.top-screen {
    position: relative;
    height: 100%;
    width: 100%;
    /* background: url(../images/back4.jpg) center center; */
    background: url(../images/fd.jpg) center center;
    background-size: cover;
}

.top-screen blockquote {
    position: absolute;
    bottom: 40px;
    left: 10%;
    margin: 0;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    border-left: 3px solid #D48F05;
    padding: 0px 10px;
    z-index: 2;
}

.top-screen .scrollbtn {
    position: absolute;
    bottom: 40px;
    right: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
}

.top-screen .mouse {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.top-screen .mouse::before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 50%;
    height: 15px;
    border-left: 1px solid #fff;
    animation-name: scrollbottom;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

.top-screen .content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.top-screen .content h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
}

.top-screen .content h1 span {
    color: #D48F05;
}

/* .top-screen .content blockquote {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
} */

.top-screen .content .logo {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 30px;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

.top-screen .content .logo::before,
.top-screen .content .logo::after {
    content: '';
    position: absolute;
    left: -150px;
    top: 50%;
    border-top: 1px solid #fff;
    width: 150px;
}

.top-screen .content .logo::after {
    left: unset;
    right: -150px;
}

.top-screen .content .logo img {
    width: 250px;
}

.part {
    padding: 50px 0;
    position: relative;
}

.part .middler {
    position: relative;
    top: 50%;
    left: 0;
    /* transform: translateY(-50%); */
}

#vision {}

#vision .left-side {
    text-align: right;
}

#vision .left-side img {
    height: 670px;
}

#vision .right-side {}

.explain-text {
    color: #111;
    font-size: 17px;
    font-weight: bolder;
    margin-top: 30px;
}

.text-description {
    color: #727272;
    font-size: 15px;
    font-weight: 100;
    margin-top: 20px;
}

#vision .right-side .vision-list,
#mission .left-side .mission-list {
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
}

#vision .right-side .vision-list li,
#mission .left-side .mission-list li {
    font-size: 15px;
    color: #727272;
    margin-top: 9px;
}

#vision .right-side .vision-list li i,
#mission .left-side .mission-list li i {
    float: left;
    margin-top: 5px;
    color: #D48F05;
}

#vision .right-side .vision-list li span,
#mission .left-side .mission-list li span {
    display: block;
    margin-left: 30px;
}

#vision .right-side .nextbtn,
#mission .left-side .nextbtn {
    margin-top: 30px;
}

#vision .right-side .nextbtn .linkbtn,
#mission .left-side .nextbtn .linkbtn  {
    background: #D48F05;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
}

#mission {
    background: #222;
}

#mission .right-side {
    border-left: 1px solid rgba(26, 26, 26, 0.92);
}

#mission .right-side img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 1px 4px 20px -1px rgba(0, 0, 0, 0.3); */
}

#mission .left-side {}

#mission .left-side .big-reded {
    color: #fff;
}

#mission .left-side .big-reded span {
    color: rgba(255, 255, 255, 0.157);
}

#mission .left-side .explain-text {
    color: #fff;
}

#mission .left-side .text-description {
    color: #bbb;
}

#mission .left-side .mission-list li {
    color: #bbb;
}

#prestations {
    background: #f5f5f5;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#prestations.remove {
    transform: translateX(-100%);
}

#prestations h2.sect-title {
    color: #272727;
    font-size: 2.7em;
    font-weight: 900;
}

#prestations .small-desc {
    display: block;
    color: #b2b2b2;
    font-size: 15px;
    font-weight: bold;
}

#prestations h2.sect-title::before {
    content: '';
    display: block;
    width: 80px;
    border-top: 2px solid #D48F05;
    margin: auto;
    transform: translateY(80px);
}

#prestations h2.sect-title::after {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid #D48F05;
    margin: auto;
    margin-top: 30px;
}

#prestations .small-text-under {
    font-size: 16px;
    color: #727272;
    margin-top: 20px;
}

#prestations .prestrow {
    margin-top: 70px;
}

#prestations .prestrow .oneprest {
    text-align: center;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(122, 122, 122, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

#prestations .prestrow .oneprest:hover {
    box-shadow: 0 0 10px 0 rgba(122, 122, 122, 0.1);
    transform: translateY(-10px);
}

#prestations .prestrow .oneprest i.fa {
    font-size: 3em;
    color: #D48F05;
}

#prestations .prestrow .oneprest .prest-title {
    font-size: 21px;
    color: #272727;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#prestations .prestrow .oneprest .prest-title:hover {
    color: #D48F05;
}

#prestations .prestrow .oneprest .prest-text {
    font-size: 15.5px;
    color: #727272;
    font-weight: 300;
    margin-top: 20px;
}

#prestations .prestrow .oneprest .view-prest-btn {
    display: inline-block;
    padding: 7px 0;
    width: 120px;
    color: #222;
    font-size: 13px;
    border: 2px solid #222;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
}

#prestations .prestrow .oneprest .view-prest-btn:hover {
    color: #D48F05;
    border-color: #D48F05;
}

#float-win {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #f8f8f8;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    z-index: 10;
}

#float-win.active {
    transform: translateX(0);
}

#float-win .top {
    padding: 30px 0;
    background: #fff;
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    transition: all 0.3s ease;
}

#float-win .top.fixed {
    padding: 15px 0;
}

#float-win .top i.btnback {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #222;
}

#float-win .top.fixed i.btnback {
    font-size: 1.2em
}

#float-win .header {
    position: relative;
}

#float-win .header .left {
    border-right: 1px solid #ddd;
}

#float-win .header .left .wrapper {}

#float-win .header .left .wrapper i {
    color: #D48F05;
    font-size: 4em;
}

#float-win .top.fixed .header .left .wrapper i {
    font-size: 2em;
}

#float-win .header .right {}

#float-win .header .right h3 {
    font-size: 2em;
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

#float-win .top.fixed .header .right h3 {
    font-size: 1.7em;
    margin-bottom: 0;
}

#float-win .top.fixed .header .right p {
    display: none;
    margin: 0;
}

#float-win .header .right p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
    color: #727272;
}

#float-win .cards {
    padding-top: 170px;
    /*position: relative;*/
    overflow: hidden;
}

#float-win .cards .wrapper {
    background: #fff;
    box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.1);
    min-height: 350px;
    margin-bottom: 25px;
}

#float-win .cards .wrapper .img {}

#float-win .cards .wrapper .img img {
    width: 100%;
}

#float-win .cards .wrapper .infos {
    padding: 25px 15px;
}

#float-win .cards .wrapper .infos h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #D48F05;
}

#float-win .cards .wrapper .infos p {
    font-size: 14px;
    color: #727272;
    margin-top: 15px;
}

#float-win .cards .wrapper .infos .tags {
    margin-top: 10px;
}

#float-win .cards .wrapper .infos .tags .tag {
    display: inline-block;
    padding: 5px 12px;
    background: #D48F05;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
}

#float-win .cards .gallery {
    position: absolute;
    left: 0px;
    top: 130px;
    height: calc(100% - 130px);
    width: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #F1F1F1;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    overflow-y: auto;
    z-index: -1;
}

#float-win .cards .gallery.active {
    z-index: 1;
    opacity: 1;
    transform: translateX(0);
}

#float-win .cards .gallery .prests {}

#float-win .cards .gallery .prests a {
    display: inline-block;
    width: calc(25% - 18px);
    height: 200px;
    margin: 7px;
    position: relative;
    overflow: hidden;
    background: #ddd;
}

#float-win .cards .gallery .prests a img {
    position: absolute;
    left: 50%; top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#contact {
    background-position: center;
    background: rgba(255, 255, 255, 0.5) url(../images/back3.png);
    background-size: cover;
    background-attachment: fixed;
}

#contact .left {}

#contact .left h1.big {
    font-weight: bold;
    font-size: 5em;
}

#contact .left p {
    color: #727272;
    font-size: 15px;
    margin-top: 20px;
}

#contact .left ul.touchin {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

#contact .left ul.touchin li {
    color: #727272;
    font-size: 18px;
    margin-bottom: 20px;
}

#contact .left ul.touchin li i {
    color: #D48F05;
    font-size: 1.1em;
    display: inline-block;
    margin-right: 10px;
}

#contact .right {}

#contact .right .wrapper {
    background: #fff;
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
}

#contact .right h2 {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
}

#contact .right form {
    margin-top: 30px;
}

#contact .right form div.row {
    margin-top: 20px;
}

#contact .right form div.row input,
#contact .right form div.row textarea {
    padding: 25px 15px;
    border: 1px solid #D48F05;
    border-radius: 0;
    font-size: 14px;
    outline: none;
}

#contact .right form div.row textarea {
    height: 130px;
    resize: none;
}

#contact .right form div.row .btnsend {
    background: #D48F05;
    border: none;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    /* font-weight: bold; */
    border-radius: 1px;
    box-shadow: 1px 4px 30px 0 rgba(0, 0, 0, 0.2);
}

footer {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    background: #222;
}

@keyframes scrollbottom {
    from {
        bottom: 3px;
    }

    50% {
        bottom: 8px;
    }

    to {
        bottom: 3px;
    }
}