/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('bosque/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url("bootstrap.min.css");
@import url("font-awesome.css");
@import url("animate.css");
@import url("default.css");
@import url("owl.carousel.css");
@import url("formulaire/style.css");

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/


/* ===============================================
    General
------------------------*/


/** Variables **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #161616;
    text-decoration: none;
}

a,
button,
input {
    outline: medium none;
    color: #161616;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 15px;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
}

*::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #292929;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 12px;
    line-height: 20px;
    outline: none;
    height: 50px;
    border-radius: 5px;
    line-height: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #0b6880;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #484848;
    background-color: #fff;
    letter-spacing: 0px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #161616;
}

h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}


/**  Shadow **/

.box-shadow {
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}

.box-shadow2 {
    -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    -moz-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}


/** Extra-outer **/

body .page {
    overflow: hidden;
}

body .site-main {
    background-color: #fff;
    margin-bottom: 130px;
}

body .site-main.mb-230 {
    background-color: #fff;
    margin-bottom: 230px;
}

body .site-main>.ttm-row:first-child {
    margin-top: -92px;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

.container-fluid {
    padding: 0 0;
    overflow: hidden;
}

a {
    color: #161616;
}

.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}

.width-30 {
    width: 30%;
}

.width-36 {
    width: 36%;
}

.width-64 {
    width: 64%;
}

.width-70 {
    width: 70%;
}

.width-100 {
    width: 100%;
}

.font-sz-12 {
    font-size: 12px;
}

.font-sz-27 {
    font-size: 27px;
}

.font-w-500 {
    font-weight: 500;
}

.z-1 {
    z-index: 1 !important;
}

.ttm_single_image-wrapper.with-border {
    border: 1px solid #e8ecef;
}

.ttm_single_image-wrapper.w100 img {
    width: 100%;
}

.ttm_single_image-wrapper.with-top-border img {
    border-top: 12px solid;
}

.ttm_single_image-wrapper.with-border15 img {
    border: 15px solid;
}


/* ===============================================
    Spacing
------------------------*/


/*  ===============================================
    TopBar
------------------------*/

.ttm-topbar-wrapper {
    position: relative;
    z-index: 6;
}

.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
    line-height: 40px;
}

.top-contact li {
    position: relative;
    font-weight: 400;
    z-index: 1;
    padding: 15px 0;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    padding-left: 50px;
    font-family: "Oswald";
}

.top-contact li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    text-align: center;
    display: block;
    transform: translateY(-50%);
}

.top-contact li b {
    font-weight: 600;
    font-family: 'Oswald';
}

.top-contact li a:hover {
    color: #292929 !important;
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Oswald";
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ttm-header-style-infostack .topbar-right .top-contact {
    padding-left: 15px;
}

.topbar-right .top-contact.ttm-highlight-right li:last-child:after {
    content: unset;
}

.ttm-topbar-wrapper .ttm-social-links-wrapper {
    margin: 0;
    position: relative;
    padding-left: 13px;
}

.ttm-topbar-wrapper .social-icons li {
    margin: 0 3px;
}

.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}

.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}

.top-contact.ttm-highlight-right {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: calc((100vw - 1140px) / 2 + 100% + 15px);
    height: 100%;
    background-image: url(../images/back-0.jpg);
    background-size: contain;
    background-position: right center;
}

.top-contact.ttm-highlight-right:after {
    right: 0;
}

.top-contact.ttm-highlight-right:after {
    left: 0;
}

.top-contact strong {
    font-weight: 600;
}

.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.ttm-top-info-con>ul {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
}

.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}

.ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 20px;
}

.ttm-top-info-con>ul:not(.social-icons)>li:last-child {
    padding-right: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li:first-child {
    padding-left: 0;
}

.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

ul li .icon-box.icon-style-border {
    position: relative;
}

ul li .icon-box.icon-style-border i {
    border: 1px solid;
    position: relative;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}

.icon-box i {
    font-size: 18px;
}

.ttm-top-info-con ul li .title-box {
    padding-left: 18px;
}

.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.ttm-header-style-classicinfo .ttm-content-wrapper {
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
}

.ttm-header-style-classicinfo .top-contact.ttm-highlight-right {
    position: relative;
    padding-left: 20px;
    float: right;
    line-height: 48px;
    bottom: -18px;
    font-size: 16px;
}

.ttm-header-style-classicinfo .ttm-top-info-con ul li:not(:last-child):after {
    content: unset;
}


/*  ===============================================
    Header
------------------------*/


/** SiteBrand(logo) **/

.site-branding {
    float: left;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: flex;
    padding-right: 0px;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.ttm-header-top-wrapper {
    position: relative;
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    font-family: "Oswald";
    text-align: right;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
    font-weight: 400;
    color: #555555;
    font-size: 20px;
    line-height: 19px;
}

#site-header-menu #site-navigation .menu ul li.active>a,
#site-header-menu #site-navigation .menu ul li:hover>a {
    color: #1c1c1c;
}

#site-header-menu #site-navigation .menu>ul>li>a::before {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 25px;
    width: 0;
    transition: 0.3s;
    content: '';
    background-color: #0b6880;
}

#site-header-menu #site-navigation .menu>ul>li.active>a::before,
#site-header-menu #site-navigation .menu>ul>li:hover>a::before {
    width: 100%;
}

#site-header-menu #site-navigation .menu>ul>li>a {
    text-transform: uppercase;
}

#site-header-menu #site-navigation .menu>ul>li.active>a,
#site-header-menu #site-navigation .menu>ul>li:hover>a {
    color: #555555;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    height: auto;
    color: #161616;
    line-height: 18px;
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}

#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}

.first-footer {
    background-color: #011e39;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 13px;
    padding: 20px 0 15px;
    font-weight: 400;
    color: #fff;
    background-color: #0b6880;
    font-family: 'Roboto';
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #1c1c1c;
    font-weight: 400;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 110px;
    z-index: 999;
    height: 0;
    background: linear-gradient(to left ,#32baa9, #27afc7);
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 10px;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===   link-list ==
------------------------*/

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.home-slide .item-slide {
    height: 620px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}

.home-slide .item-slide .bg-slide {
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.home-slide .item-slide .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #555555;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
}

.home-slide .item-slide .text {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #555555;
    line-height: 1.3;
    margin-bottom: 20px;
}

.home-slide .owl-item .item-slide .title {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .item-slide .text {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .item-slide .btn-slide {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item.active .item-slide .title,
.home-slide .owl-item.active .item-slide .text,
.home-slide .owl-item.active .item-slide .btn-slide {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
}

.home-slide.owl-carousel .owl-dots .owl-dot::before {
    position: absolute;
    left: -6px;
    top: -6px;
    border-radius: 50%;
    opacity: 0;
    border: 2px solid #0b6880;
    content: '';
    width: 18px;
    height: 18px;
}

.home-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    transition: 0.3s;
    margin: 0 10px;
    width: 6px;
    position: relative;
    height: 6px;
    border-radius: 50%;
    background-color: #0b6880;
}

.home-slide.owl-carousel .owl-dots .owl-dot.active:before,
.home-slide.owl-carousel .owl-dots .owl-dot:hover::before {
    opacity: 1;
}

.img-box {
    position: relative;
    max-width: 45%;
    margin: 0 50px 30px 0;
}

.img-box .text-img {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(28, 28, 28, 0.8);
    color: white;
    padding: 30px 40px;
    z-index: 1;
    text-align: center;
}

.img-box .text-img a {
    color: white;
}

.img-box img {
    position: relative;
    width: 100%;
}

.page-box {
    padding: 70px 50px;
    background-color: #f5f5f5;
}

.sect-title {
    margin-bottom: 30px;
    position: relative;
    font-family: 'Oswald';
}

.sect-title .h1 a {
    color: #0d1317;
}

.sect-title .sub-title {
    color: #0b6880;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}

.sect-title h1,
.sect-title .h1 {
    font-size: 40px;
    line-height: 1.1;
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
}

.sect-title.text-center .h1:before {
    left: 50%;
    transform: translateX(-50%);
}

h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #202020;
    line-height: 1.2;
}

img {
    max-width: 100%;
}

.ban {
    height: 270px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban-2 {
    background-image: url(../images/ban-2.jpg);
}

.img-box.intern {
    position: relative;
    border: none;
    padding-left: 0;
}

.ttm-header-wrap {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
}

.actu-detail,
.details-box,
#boutique,
#actus,
#paiement,
#avis,
.bloc-text,
.bloc-text p {
    font-size: 15px;
    font-weight: 400;
    color: #4D4C4C;
    line-height: 23px;
    font-family: 'Poppins';
}

.bloc-text p.bold { font-weight: 600; }


.bloc-text {
    color: rgba(13, 19, 23, 0.8);
    margin-bottom: 30px;
}

.bloc-text h2 {
    font-size: 20px;
    margin: 20px 0 20px;
    color: rgba(13, 19, 23, 0.8);
    font-family: 'Oswald';
    font-weight: bold;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #000000;
    font-weight: inherit;
}

.bloc-text ul {
    display: table;
    text-align: left;
    padding-left: 50px;
}

.bloc-text p:first-of-type img:first-of-type,
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
}

.val-sect {
    background-color: #f7f7f7;
}

.paie-box {
    padding: 60px 80px;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 25px;
    position: relative;
    background-image: url(../images/md/back-2.jpg);
}

.paie-sect:before {
    position: absolute;
    z-index: 0;
    bottom: 50px;
    width: 100vw;
    height: 1px;
    background-color: #d6d6d7;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}

.title-foot {
    color: #0e687f;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
}

.link-service {
    margin-left: 0;
    padding-left: 0;
    line-height: 25px;
    font-size: 15px;
    color: #282828;
}

.link-service li {
    margin-bottom: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    font-family: 'Oswald';
    position: relative;
}

.link-service img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link-service a {
    position: relative;
    color: #fff;
}

.link-service li a:hover {
    color: #0b6880;
}

.ass-box {
    width: 100%;
    padding: 10px 15px;
    background-color: white;
    text-align: center;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 119px;
}

.ban .title-ban {
    font-size: 50px;
    font-weight: 400;
    color: #555555;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: 1;
}

.ban .sub-ban {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

.diag-list {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    color: #555555;
    font-family: 'Roboto';
}

.diag-list a {
    color: #555555;
    display: inline;
}

.diag-list a:hover {
    color: #0b6880;
}

.item-p {
    position: relative;
    height: 445px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 0 50px 30px;
}

.item-p:before {
    position: absolute;
    height: 0%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s;
    background-image: linear-gradient(to bottom, rgba(255, 62, 24, 0.7), rgba(0, 0, 0, 0));
}

.item-p:hover:before {
    height: 100%;
}

.item-p .ttm-btn {
    margin-top: 30px;
    transform: translateY(80px);
    margin-bottom: -80px;
    transition: 0.5s;
    opacity: 0;
}

.item-p:hover .ttm-btn {
    transform: translateY(0px);
    margin-bottom: -0px;
    opacity: 1;
}

.rn-address {
    margin-top: 50px;
    padding: 50px 0 30px 30px;
    background-color: white;
    position: relative;
    border-radius: 7px;
}

.rn-address .icon {
    position: absolute;
    left: 25px;
    top: -37px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #f9f9f9;
}

.rn-address .title {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rn-address .text-c,
.rn-address .text-c a {
    font-size: 15px;
    font-weight: 300;
    color: #484848;
}

.contact-form input::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    font-size: 13px;
}

.dec-form {
    background-image: url(../images/lima/c-1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 450px;
    border-radius: 7px;
}

.item-foot {
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Oswald';
    padding-left: 45px;
    font-weight: 600;
    color: #fff;
}

.item-foot a {
    color: white;
}

.item-foot img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-foot a {
    color: #555555;
}

.text-foot {
    color: #555555;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 26px;
}

.text-foot img {
    margin-top: -3px;
    margin-right: 4px;
}

.btn-1, .btn-c {
    padding: 0 24px;
    border-radius: 10px;
    position: relative;
    line-height: 25px;
    min-height: 44px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    color: #4C4C4C;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    min-width: 200px;
    font-size: 15px;
}

.btn-c { background: #ec6d52; color: #fff !important; line-height: 44px }

a.btn-1 { display: flex; align-items: center; justify-content: center }

/*.btn-1:hover,*/ .btn-1.active {
    color: #fff;
    background: linear-gradient(to left ,#32baa9, #27afc7);
    border: 1px solid transparent;
}

.btn-1-1 {
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    line-height: 33px;
    height: 33px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    color: #4C4C4C;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

/*.btn-1-1:hover,*/ .btn-1-1.active {
    color: #fff;
    background: linear-gradient(to left ,#32baa9, #27afc7);
    border: 1px solid transparent;
}

.btn-2 {
    padding: 0 10px 0 15px;
    border-radius: 10px;
    position: relative;
    line-height: 34px;
    height: 34px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    color: #4C4C4C;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.btn-2 img {
    width: 20px;
    height: auto;
}

.btn-2-2 {
    padding: 0 10px 0 15px;
    border-radius: 10px;
    position: relative;
    line-height: 34px;
    height: 34px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.btn-2-2 img {
    width: 20px;
    height: auto;
    filter: invert(100%) brightness(200%);
}

.btn-3 {
    padding: 0;
    border-radius: 50%;
    position: relative;
    line-height: 1.3;
    height: 80px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    color: #4C4C4C;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 10px;
    margin-bottom: 8px;
    width: 80px;
}

.btn-3.active {
    color: #fff;
    background: linear-gradient(to left ,#32baa9, #27afc7);
    border: 1px solid transparent;
    box-shadow: 0 0 15px -7px #000;
}

.btn-i {
    position: relative;
    background-color: transparent;
    padding: 0 5px;
}

.btn-t-collapse { width: 100%; background: transparent; font-weight: 600; font-size: 15px; color: #4C4C4C; border-radius: 10px; border-width: 0; border-bottom: 1px solid; }
.btn-t-collapse.collapsed svg { transform: rotate(-90deg); }
.btn-t-collapse.color-1 { border-color: #CC68FF; }
.btn-t-collapse.color-2 { border-color: #00AF50; }
.btn-t-collapse.color-3 { border-color: #34CCCC; }
.btn-t-collapse.color-4 { border-color: #FF2520; }
.btn-t-collapse.color-5 { border-color: #FFC000; }
.btn-t-collapse.color-6 { border-color: #0D6BFF; }

.btn-card {
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    line-height: 15px;
    height: 25px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 10px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.av-box {
    padding: 50px;
    background-color: #161616;
}

.paie-sect {
    position: relative;
}

.regle-box {
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(../images/bg-1.jpg);
}

.regle-box::before {
    position: absolute;
    left: 40px;
    top: 30px;
    border: 2px dashed white;
    width: calc(100% - 80px);
    height: calc(100% - 60px);
    content: '';
}

.text-paie {
    font-family: 'Oswald';
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #555555;
}

.text-paie img {
    margin-top: -2px;
    margin-right: 5px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/dream/logo.png);
    background-size: 140px;
}

.Oswald {
    font-family: 'Oswald';
}

.avt-sect {
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 200px;
}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: 'Oswald';
}

.list-qualite .item-qual {
    position: relative;
    padding-left: 30px;
    height: 50px;
}

.list-qualite .item-qual::before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 13px;
    width: 13px;
    content: '';
    background-color: #161616;
    border-radius: 50%;
}

.list-qualite .item-qual:not(:last-child)::after {
    position: absolute;
    left: 6px;
    top: 11px;
    height: 48px;
    width: 1px;
    content: '';
    background-color: #161616;
}

.qualite-box {
    position: relative;
    background-color: white;
    margin-top: -150px;
    padding: 70px 80px 40px;
    position: relative;
}

.qualite-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-left: 4px solid #161616;
    content: '';
}

.qualite-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-right: 4px solid #161616;
    content: '';
}

.item-av {
    position: relative;
    padding: 0 20px 0 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 234px;
    border-radius: 10px;
    background-color: #0b6880;
    color: white;
}

.item-av img {
    height: 44px;
    margin-bottom: 15px;
    display: inline-block;
}

.item-av .text {
    position: relative;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Oswald';
    color: #fff;
    font-weight: bold;
}

.av-sect {
    background-color: #f9eee7;
    position: relative;
}

.av-sect::before {
    position: absolute;
    width: calc(50% + 67px);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: url('../images/bg-1.jpg');
    background-size: auto;
    background-position: center;
}

.img-paie {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-logo {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .container {
        max-width: 1160px;
    }
    .col-xl-cont {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
    .col-xl-cert {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .col-xl-social {
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
    }
}

@media (min-width: 992px) {
    .col-lg-social {
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        max-width: 125px;
    }
    .col-lg-paie {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
}

.item-presta {
    position: relative;
    overflow: hidden;
}

.item-presta .img {
    position: relative;
    height: 320px;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.item-presta .img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #0b6880;
    opacity: 0.7;
    content: '';
    transition: 0.3s;
    z-index: 2;
}

.item-presta:hover .img::before {
    height: 100%;
}

.item-presta .content {
    position: relative;
    bottom: 48px;
    height: 86px;
    width: calc(100% - 100px);
    margin-left: 100px;
    display: flex;
    justify-content: flex-start;
    padding-left: 40px;
    align-items: center;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 20px;
    font-family: "Oswald";
    background-color: white;
}

.presta-slide.owl-carousel .owl-dots {
    display: block;
    text-align: center;
}

.presta-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #0b6880;
    margin: 0 5px;
    transition: 0.3s;
}

.presta-slide.owl-carousel .owl-dots .owl-dot:hover,
.presta-slide.owl-carousel .owl-dots .owl-dot.active {
    width: 30px;
}

.cont-list {
    margin-left: 0;
    padding-left: 0;
}

.cont-list li {
    display: block;
    padding-left: 35px;
    position: relative;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.cont-list li a {
    color: #1c1c1c;
}

.cont-list li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.form-contact {}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto';
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #2d2d2d;
    height: 60px;
    border: none;
    background-color: #f3f3f3;
}

.form-contact textarea.form-control {
    height: 180px;
}

.text-cont {
    line-height: 20px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Roboto';
}

.map-box {
    min-height: 475px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.item-act {
    background-color: white;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.item-act .img {
    min-height: 250px;
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
}

.item-act .img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b6880;
    opacity: 0.6;
    content: '';
    transform: scale(0);
    transition: 0.5s;
}

.item-act:hover .img::before {
    transform: scale(1);
}

.item-act .content {
    padding: 75px 50px 75px;
    background-color: white;
}

.item-act .content .date {
    font-size: 15px;
    color: rgba(28, 28, 28, 0.8);
    margin-bottom: 15px;
}

.item-act .content .title {
    font-size: 20px;
    color: #1c1c1c;
    font-family: "Oswald";
    font-weight: 400;
    margin-bottom: 15px;
}

.item-cont {
    position: relative;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 50px;
}

.item-cont img {
    margin-bottom: 15px;
    display: inline-block;
}

.item-cont a {
    color: #1c1c1c;
}

.menu-box {
    background-color: white;
}

.regle-sect {
    position: relative;
}

.regle-sect:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    content: '';
}

.item-avt {
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #161616;
    font-weight: 700;
    padding: 15px 0;
}

.item-avt:not(:last-child):before {
    height: 100%;
    width: 1px;
    background-color: #161616;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
}

.item-avt img {
    margin-bottom: 10px;
}

.presta-slide {}

.presta-slide .item {
    position: relative;
    padding-right: 60px;
    padding-bottom: 10px;
}

.presta-slide .item::before {
    position: absolute;
    right: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
    bottom: 10px;
    opacity: 0.5;
    content: '';
    background-color: transparent;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.presta-slide .item:hover:before {
    right: 60px;
    opacity: 1;
    background-color: #0b6880;
}

.presta-slide .item:hover .title {
    padding-right: 15px;
    color: white;
}

.presta-slide .item .img {
    height: 263px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    z-index: 3;
}

.presta-slide .item .title {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    color: #191919;
    font-weight: bold;
    transition: 0.3s;
    font-size: 20px;
    text-align: right;
}

.presta-sect {
    position: relative;
}

.presta-sect:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 258px;
    bottom: 0px;
    content: '';
    background-color: #f2f2f2;
}

.presta-sect .container {
    position: relative;
    z-index: 3;
}

.item-contact {
    padding: 30px 15px;
    height: 100%;
    background-color: #f2f2f2;
    font-family: 'Roboto';
    color: #1c1c1c;
    text-align: center;
    font-size: 18px;
    border-radius: 0px;
    height: 250px;
}

.item-contact img {
    display: inline-block;
    margin-bottom: 15px;
}

.item-contact a {
    color: #1c1c1c;
}

.item-contact .title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Oswald';
    color: #1c1c1c;
}

.head-sect {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.head-top {
    padding: 0px 0;
    background-color: #f0f0f0;
    color: #555555;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.head-top a {
    color: #0b6880;
    display: inline-block;
    line-height: 50px;
}

.head-top a:hover {
    color: #0b6880;
}

.head-top .conta-box {
    position: relative;
    z-index: 2;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
}

.head-top .space-box {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-val {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 30px;
    height: 234px;
    border-radius: 25px;
}

.item-val img {
    height: 59px;
    display: block;
    margin-bottom: 20px;
}

.title-1 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Oswald';
    color: #0b6880;
}

.text-1 a,
.text-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #0d1317;
    font-family: 'Oswald';
}

.bg-red {
    background-color: #0b6880;
}

.second-sect {
    position: relative;
    z-index: 15;
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 100%;
        padding: 0;
    }
}

.text-box .title-1 {
    margin-bottom: 10px;
}

.text-box .text-1 {
    padding-bottom: 17px;
    margin-bottom: 0px;
    position: relative;
}

.text-box .text-1::before {
    position: absolute;
    bottom: 0;
    content: '';
    background-color: #e7253b;
    height: 3px;
    left: 0;
    width: calc(100% + 35px);
}

.text-box.dec-right .text-1::before {
    left: -35px;
}

.cont-box {
    background-color: white;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.conta-sect {
    position: relative;
    z-index: 20;
    top: -75px;
    margin-bottom: -75px;
}


/*the container must be positioned relative:*/

.customs-select {
    position: relative;
    display: table;
    padding-right: 25px;
    min-width: 360px;
}

.customs-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #1c1c1c;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg) translateY(-50%);
}


/*point the arrow upwards when the select box is open (active):*/


/*style the items (options), including the selected item:*/

.select-selected {
    color: #1c1c1c;
    padding: 10px 0px;
    font-size: 40px;
    font-family: "Oswald";
    font-weight: bold;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    color: #1c1c1c;
    padding: 0px 0px;
    line-height: 25px;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 400;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0b6880;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 30px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #0b6880;
}

.coord-foot {
    font-size: 16px;
    color: #0b6880;
}

.coord-foot a {
    color: #0b6880;
}

.coord-foot img {
    margin-top: -4px;
    margin-right: 4px;
}

.img-cont {
    background-size: cover;
    height: 100%;
    min-height: 450px;
    background-position: center;
}

.cont-sect {
    position: relative;
    background: linear-gradient(to right, #f5f1a2 30%, #0b6880 30% 100%);
}

.footer-box {
    padding: 30px 50px;
    background-color: white;
}

.pict {
    border-radius: 50%;
}

.ref-slide-box {
    padding: 0 100px;
}

.ref-slide-box .owl-stage {
    display: flex;
    align-items: center;
}

.ref-slide-box .ref-slide .owl-nav {
    width: calc(100% + 200px);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.ref-slide-box .ref-slide.owl-theme .owl-controls .owl-nav div.owl-prev,
.ref-slide-box .ref-slide.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #0b6880;
    font-size: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ref-slide-box .ref-slide .owl-nav .owl-prev:hover,
.ref-slide-box .ref-slide .owl-nav .owl-next:hover {
    color: #1c1c1c;
}

.map-item {
    min-height: 485px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.map-item .head-map {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 0;
    display: table;
    z-index: 2;
    padding: 30px 10px;
    min-width: 300px;
    min-height: 156px;
    background-color: white;
    transform: translateX(-50%);
}

.map-item .head-map .title {
    font-family: 'Oswald';
    font-size: 20px;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.map-item .head-map .text {
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 1.2;
    color: #1c1c1c;
}

.item-eng {
    padding: 30px 25px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    color: rgba(13, 19, 23, 0.8);
    background-color: #ffffff;
    line-height: 1.4;
    text-align: center;
    font-family: 'Roboto';
    height: 100%;
}

.item-eng .title {
    font-size: 20px;
    color: #0b6880;
    font-family: "Oswald";
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.item-eng .icon {
    display: inline-block;
    height: 53px;
    margin-bottom: 10px;
}

.item-footer {
    padding: 25px 15px;
    text-align: center;
    border-right: 1px solid #d6d6d7;
}

.item-footer:last-child {
    border-right: none;
}

.foot-1 {}

.title-av-box {
    padding: 30px;
    background-color: #0b6880;
}

.av-box {
    padding: 50px 30px;
    background-color: #f3f3f3;
}

.back-2 {
    height: 385px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding: 50px 20px;
    background-image: url(../images/md/back-1.jpeg);
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .owl-item {
    padding: 5px;
}

.tem-slide .item {
    padding: 45px 25px 25px;
    background-color: white;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 61px;
    height: 71px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/diag/q-1.png);
}

.tem-slide .owl-item:nth-child(n) .icon-cote {
    background-image: url(../images/diag/q-1.png);
}

.tem-slide .owl-item:nth-child(2n) .icon-cote {
    background-image: url(../images/diag/q-2.png);
}

.tem-slide .owl-item:nth-child(3n) .icon-cote {
    background-image: url(../images/diag/q-3.png);
}

.tem-slide .star-tem .fa {
    display: inline;
    margin: 0 3px;
    color: #f2de00;
}

.tem-slide .star-tem .fa.empty {
    color: #cacaca;
}

.tem-slide .nom {
    color: #0b6880;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}

.tem-slide .date {
    color: rgb(35, 35, 35);
    opacity: 0.8;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .text-1 {
    color: rgba(35, 35, 35, 0.8);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .link {
    color: #0b6880;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.tem-slide .link img {
    filter: brightness(0);
    transition: all 0.25s;
}

.tem-slide .link:hover img {
    filter: none;
}

.tem-slide .link:hover {
    color: #282828;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
    display: none;
}

@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}

.btn-style-three.actu-b {
    padding: 5px 20px 5px !important
}

#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #0b6880;
    cursor: pointer;
}

#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #0b6880;
}

#boutique a {
    background-size: cover;
    background-position: center;
}

.bloc-about {
    padding: 75px 0 50px;
}

input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

.handle:after {
    background-color: #0b6880 !important;
}

.handle {
    transition: 0s;
}

.newsletter .form-control {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
}

.newsletter .form-control:hover,
.newsletter .form-control:focus {
    border: 1px solid white !important;
}

.newsletter .form-control::placeholder {
    color: white;
}

a.linkid,
a.linked {
    pointer-events: none;
}

.ba-slider img {
    height: 100%;
}

#gmap-1 {
    z-index: 1;
}

.titre { font-size: 20px; font-weight: 600; line-height: 30px; }
.titre.fw-400 { font-size: 14px; font-weight: 400; line-height: 30px; }
.sous-titre { font-size: 15px; font-weight: 600; line-height: 30px; }
.help-circle { position: relative; left: 7px; top: -2px; }
.progress-bar { position: relative; width: 100%; background: #D9D9D9; height: 4px; border-radius: 15px; }
.sub-title { font-size: 15px; line-height: 22.5px; }
.sub-title span, .reste span, label span, .radar .sous-titre span { color: #ed6c52; }
.progress-bar.step:before { content: ""; width: 0%; height: 100%; position: absolute; left: 0; background: linear-gradient(to left, #32baa9, #27afc7); border-radius: 15px; }
.answer-list .item { margin-bottom: 30px; }
.reste { font-family: Poppins; font-size: 11px; font-weight: 600; line-height: 17px; letter-spacing: 0em; text-align: left; }
.btn-next { font-family: Poppins; font-size: 20px; font-weight: 600; line-height: 30px; letter-spacing: 0em; }
.btn-option { font-family: Poppins; font-size: 15px; font-weight: 600; line-height: 30px; letter-spacing: 0em; background: transparent; padding: 0; color: #4D4C4C; }
.bg-fond-default { background: url('../images/dream/fond-default.png') no-repeat top right; }
footer { background: linear-gradient(#fff 50%, #b8e6e1); }
footer.lg-5 { background: linear-gradient(#fff 5%, #b8e6e1); }
footer.fixed { background: linear-gradient(#fff 50%, #b8e6e1); position: fixed; width: 100%; bottom: 0; z-index: 1;  }

.sombre { overflow: hidden; }
.sombre:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); z-index: 21; }
/* The side navigation menu */
.menu {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  overflow: hidden;
}
.menu.active { width: 346px; }
.slide-nav { height: 100%; }
.ttm-menu-toggle.active .toggle-block { background: #fff; }
.s-top { height: 137px; background: linear-gradient(to left, #32baa9, #27afc7); position: relative }
.s-top:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url('../images/dream/login/logo-3.png') repeat 50%; }
.user-img { max-width: 119px; position: absolute; bottom: -55px; left: 22px;border-radius: 50%;background: white; }
.user-img img { border-radius: 50%; box-shadow: 0 0 15px -7px #000; }
.s-bottom { height: calc(100% - 137px); background: url('../images/dream/bg-side-nav.png') no-repeat center/cover; padding-top: 60px }
.s-bottom > div { height: calc(100% - 80px); padding: 0 22px; overflow: auto; }
.bloc-info .nom { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; line-height: 30px; color: #3F3F3F; }
.bloc-info .adresse { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 400; line-height: 28px; color: #A0A0A0; position: relative; left: 8px; }
.bloc-info .adresse img { margin-right: 7px; box-shadow: 0 0 19px -4px #cecece }
.bloc-contact { margin-top: 15px; }
.bloc-contact > div > svg { margin-right: 22px; }
.bloc-contact > div { font-family: Poppins; font-size: 15px; font-weight: 500; line-height: 23px; color: #A0A0A0; margin-bottom: 15px; }
.bloc-suivi { margin-top: 20px; }
.bloc-contact > div svg, .bloc-suivi > div svg { margin-right: 22px; }
.bloc-suivi > div { font-family: Poppins; font-size: 20px; font-weight: 600; line-height: 30px; color: #282828; margin-bottom: 5px; }
.bloc-suivi > div.active { color: #33B9A9; }
.bloc-suivi > div.active svg path { stroke: #33B9A9 !important; }
.sidenav-logo img { opacity: 0.3; }
.bloc-footer { position: absolute; bottom: 22px; right: 22px; }
.bloc-footer .f-item { margin-right: 10px; }
.bloc-footer .f-item:last-of-type { margin-right: 0; }
.f-item.fr, .f-item.en { filter: grayscale(100%) opacity(40%); } 
.f-item.fr.active, .f-item.en.active { filter: grayscale(0%) opacity(100%); }
a.logout { position: absolute; right: 2px; top: 70px; width: 26px; z-index: 2; display: none}
.ttm-menu-toggle.active a.logout { display: block }
/* End of The side navigation menu */
.help-circle .c-popover { opacity: 0; visibility: hidden; }
.help-circle.show .c-popover { opacity: 1; visibility: visible; }
.c-popover { position: absolute; color: #fff; background: #2C2C2C; width: 317px; font-family: 'Poppins'; font-size: 12px; font-weight: 400; line-height: 18px; z-index: 22; padding: 20px; border-radius: 10px; top: 35px; left: 50%;transform: translateX(-50%); }
.c-popover span { color: #ED6C52; }
.c-popover:before { content: ""; position: absolute; border: 10px solid #2C2C2C; top: -7px; left: 150px; border-radius: 5px; transform: rotate(45deg);}
.answer-selected { flex-wrap: wrap; }
.answer-selected button { margin-right: 8px; }
.answer-list.round .item-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.answer-list .item-list .item { margin-bottom: 0; width: 100px; position: relative; height: 100px; }
.item-list { min-height: 300px; max-width: 350px; margin: auto; }
.item-list .item .btn-3 { position: absolute; top: 0; left: 0; z-index: 1; width: 95px; height: 95px; font-size: 13px }
.item-list .item .btn-3.pos-1 { top: 0; }
.item-list .item .btn-3.pos-2 { top: 23px; }
.item-list .item .btn-3.pos-3 { top: 0; }
.item-list .item .btn-3.pos-4 { top: 0; left: 19px; }
.item-list .item .btn-3.pos-5 { top: 19px; left: 16px; }
.item-list .item .btn-3.pos-6 { top: 0; left: 16px; }
.item-list .item .btn-3.pos-7 { top: 0; left: 30px; }
.item-list .item .btn-3.pos-8 { top: 60px; left: 10px; }
.item-list .item .btn-3.pos-9 { top: 0; left: -10px; }
.item-list .item .btn-3.pos-10 { top: 0; }
.item-list .item .btn-3.pos-11 { top: 60px; }
.item-list .item .btn-3.pos-12 { top: 0; left: 20px; }
.item-list .item .btn-3.pos-13 { top: 10px; left: 6px; }
.item-list .item .btn-3.pos-14 { top: 60px; left: 15px }
.item-list .item .btn-3.pos-15 { top: 0; }
.item-list .item .btn-3.pos-16 { top: 10px; left: -25px }
.item-list .item .btn-3.pos-17 { top: 60px; }
.item-list .item .btn-3.pos-18 { top: 0; left: 20px }
.item-list .item .btn-3.pos-19 { top: 10px; }
.item-list .item .btn-3.pos-20 { top: 60px; left: 20px }
.item-list .item .btn-3.pos-21 { top: 0; }
.item-list .item .btn-3.pos-22 { top: 10px; left: 20px }
.item-list .item .btn-3.pos-23 { top: 60px; left: 10px }
.item-list .item .btn-3.pos-24 { top: 0; left: 25px }
.item-list .item .btn-3.pos-25 { top: 5px; left: -25px }
.item-list .item .btn-3.pos-26 { top: 60px; }
.item-list .item .btn-3.pos-27 { top: 0; left: 20px }
.item-list .item .btn-3.pos-28 { top: 0; }
.item-list .item .btn-3.pos-29 { top: 60px; }
.item-list .item .btn-3.pos-30 { top: 0; }
.form-email { border-radius: 10px !important; border-color: #D9D9D9 !important; height: 44px !important; text-align: center !important; font-size: 15px !important; }
.form-email::-webkit-input-placeholder {
   text-align: center;
   color: #D9D9D9;
   font-size: 15px;
}

.form-email:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
   color: #D9D9D9;
   font-size: 15px;
}

.form-email::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
   color: #D9D9D9;
   font-size: 15px;
}

.form-email:-ms-input-placeholder {  
   text-align: center; 
   color: #D9D9D9;
   font-size: 15px;
}
.input-icon { position: absolute; right: 10px; top: 10px; }
.item.d-flex .position-relative { flex-grow: 1; }
.p-23 { padding: 0 23px; }
.chart-titre { font-family: Poppins; font-size: 20px; font-weight: 600; line-height: 30px; text-align: center; }
.chart-1:before { content: ""; background: url(../images/dream/logo-2.png) no-repeat center/50%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bold { font-weight: 600; }
.radar.fond-1 { background: -webkit-linear-gradient(right,#32baa9, #27afc7); }
.radar .titre { font-family: Poppins; font-size: 20px; font-weight: 600; line-height: 30px; color: #fff; }
.radar p  { font-family: Poppins; font-size: 15px; color: #fff; }
.dominant .titre { font-family: Poppins; font-size: 20px; font-weight: 600; line-height: 30px; }
.dominant .titre span, .mineur .titre span { color: #ED7D31; }
.items-collapse .item { margin-bottom: 20px; }
.bloc-recherche { margin-bottom: 30px; }
.bloc-recherche p { font-size: 20px; }
.dropdown.show .dropdown-menu { display: block; }
.btn-recherche { background: #fff; color: #666666; font-weight: 300; font-size: 16px; box-shadow: 0 0 19px -3px #cecece; padding: 0 15px; height: 43px; width: 100%; border-radius: 10px; }
.bloc-recherche .dropdown-menu { top: calc(100% + 10px); border: none; box-shadow: 0 0 19px -3px #cecece; width: 100%; border-radius: 10px; }
button.dropdown-item { width: 100%; background: transparent; border: 0; color: #333333; font-size: 16px; line-height: 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.dropdown-menu form { padding: 5px 17px }
button.dropdown-item:focus, button.dropdown-item:hover, button.dropdown-item.active, button.dropdown-item:active { color: #16181b; background: inherit; }
.bloc-recherche .dropdown-menu svg { transform: rotate(-180deg); }
.bloc-recherche .dropdown-menu .collapsed svg { transform: rotate(0deg); }
.bloc-recherche .dropdown-menu .dropdown-item { border: 0; border-bottom: 1px solid #EAE6E6; padding: 0;}
.bloc-recherche .dropdown-menu .dropdown-item.collapsed { border: 0; }
.bloc-recherche .dropdown-menu li.dropdown-item a { color: #16181b; }
.bloc-recherche .dropdown-menu li.dropdown-item.collapsed a { color: #656464; font-weight: 300 }
.dropdown-menu ul { margin-top: 8px; margin-bottom: 8px; overflow: auto; min-height: 100px; padding-left: 10px }
.dropdown-menu ul li a { color: #656464; font-weight: 300; font-size: 16px; margin-left: 5px; line-height: 24px; }
.bloc-text .card { border: none; box-shadow: 0 0 7px 0px #cecece; border-radius: 10px; margin-bottom: 20px; }
.card .image { border-radius: 10px; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; }
.card-footer { background: linear-gradient(to left ,#32baa980, #27afc780); position: absolute; width: 100%; min-height: 95px; bottom: 0; left: 0; padding: 5px 20px; border-radius: 0 0 10px 10px !important; }
.card-footer.noir-t { background: #00000080; position: absolute; width: 100%; height: 50px; bottom: 0; left: 0; padding: 5px 20px; border-radius: 0 0 10px 10px !important; }
.card-titre {font-family: Poppins; font-size: 15px; font-weight: 600; line-height: 23px; color: #fff; }
.card-heart { position: absolute; right: 10px; top: 10px; width: 0px; height: 0px; border-radius: 5px; visibility: hidden; transition: .5s ease-out; overflow: hidden; }
.card > img { position: absolute; right: 10px; top: 10px; box-shadow: 0 0 19px 3px #cecece; border-radius: 50%; z-index: 11; background: #fff; filter: grayscale(1) opacity(100%); }
.card > img.active { box-shadow: 4px -4px 11px -4px #cecece; filter: none }
.card-heart.active { z-index: 11; width: 90%; height: auto; background-color: #fff; box-shadow: 1px 0 6px -2px #cecece; top: 20px; right: 20px; visibility: visible; transition: .5s ease-out; }
.card-heart .bloc-text { opacity: 0; }
.card-heart.active .bloc-text { opacity: 1; transition: 0.5s ease-out all }
.card-heart { padding: 6px 12px; }
.custom-card-parent { position: relative }
.custom-card-parent .card-heart { max-width: calc(100vw - 100px ); width: 450px; box-shadow: 1px 0 12px 5px #cecece !important; }
.z-0 { z-index: 0 !important; }
.titre.green { color: #33B9A9; }
/*.titre.green img { box-shadow: 0 0 10px -2px #cecece; margin: 0 3px; }*/
.btn-float { box-shadow: 0 0 10px -2px #cecece; border-radius: 50%; padding: 0 7px; display: inline-block; margin-left: 10px; }
.profil-card { border: 1px solid #F0F0F0; border-radius: 5px; padding: 10px; margin: 10px -10px; background: #fff }
.profil-card .titre {font-family: "Poppins", sans-serif;font-size: 12px;font-weight: 600;line-height: 18px; color: #000000}
.profil-card .titre i { color: #fff; background: #0a568c; border-radius: 2px; padding: 2px 3px }
.profil-card .sous-titre {font-family: "Poppins", sans-serif;font-size: 12px;font-weight: 400;line-height: 18px; color: #29B1C2}
.profil-card .sous-titre span { font-size: 9px; color: #A3A3A3 }
.profil-card ul { margin: 0; padding: 0 0 0 10px; }
.profil-card ul li { font-size: 9px }
.profil-card .m-prev { font-size: 12px; margin-top: 10px }
.sous-titre.colorer { background: -webkit-linear-gradient(right,#32baa9, #27afc7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.card-footer span { font-size: 10px; font-weight: 400; float: right; }
.noir-t .card-titre { width: 100%; position: relative; top: 8px }
.noir-t .card-titre > .sub-t { font-weight: 400; line-height: 16px }
.arrow-h-b { position: absolute; right: 10px; width: 30px; top: 50%; transform: translateY(-50%); z-index: 11 }
.arrow-h-b img { background: #fff; border-radius: 50%; box-shadow: 0 0 19px 0px #919191; padding: 6px 7px; }
.arrow-h-b img:first-of-type { margin-bottom: 10px; }
img.retirer { filter: invert(49%) sepia(73%) saturate(2512%) hue-rotate(333deg) brightness(110%) contrast(86%); }
img.save { filter: invert(55%) sepia(92%) saturate(290%) hue-rotate(123deg) brightness(92%) contrast(98%);; }
.hc { height: 500px; }
.fond-1-after:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 300px; background: url(../images/dream/fond-1.png) no-repeat top/100%; }
.btn-link { color: #fff; font-weight: 600; font-size: 20px; display: flex; flex: 0 0 50%; }
.iplus { box-shadow: 0 0 10px -2px #cecece; background: #fff; border-radius: 50%; box-shadow: 0 0 19px 0px #919191; padding: 6px 7px; margin-right: 10px; height: 25px; }
.valider-s { transform: rotate(-90deg); filter: invert(96%) sepia(95%) saturate(21%) hue-rotate(253deg) brightness(104%) contrast(100%); }
.img-font-logo { background: url(../images/dream/fav-transparent.png) no-repeat top/100%; min-height: 350px; position: relative; }
.img-font-logo img {  position: absolute; left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%; width: 100%; }
.bloc-form label { font-family: Poppins;font-size: 15px;font-weight: 600;line-height: 23px; }
.bloc-form input.form-control { border-radius: 10px !important; border-color: #D9D9D9; height: 33px !important; font-size: 15px !important; }
.bloc-form input.form-control::-webkit-input-placeholder {
   color: #D9D9D9;
   font-size: 15px;
}

.bloc-form input.form-control:-moz-placeholder { /* Firefox 18- */
   color: #D9D9D9;
   font-size: 15px;
}

.bloc-form input.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #D9D9D9;
   font-size: 15px;
}

.bloc-form input.form-control:-ms-input-placeholder {  
   color: #D9D9D9;
   font-size: 15px;
}
.radar .sous-titre { color: #fff; }
.radar .bloc-recherche .dropdown-menu { top: calc(100% + 10px); border: none; box-shadow: 0 0 10px -3px #828282; width: 100%; border-radius: 10px; }
.radar .btn-recherche { background: #fff; color: #666666; font-weight: 300; font-size: 16px; box-shadow: 0 0 10px -3px #828282; padding: 0 15px; height: 43px; width: 100%; border-radius: 10px; }
.custom-file-upload { box-shadow: 0 0 10px -5px #828282; border-radius: 15px; padding: 10px; }
.btn-card.bc-noir { border-color: #4C4C4C; color: #4C4C4C; border-radius: 5px; margin-bottom: 10px; }
img.i-ec {width: 15px;background: #16B704;padding: 3.85px 2px;border-radius: 50%;}

/* Login begin */
.ban-1 { height: 35vh; }
.block-login:before { content: ""; background: url(../images/dream/login/logo.png) no-repeat top/250px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.block-login { height: 100vh; background: linear-gradient(to left ,#32baa9, #27afc7); }
.block-login .alert { position: absolute; width: 100%; top: 10px }
.form-login * { color: #989898 }
.form-login { border-top-right-radius: 20px; border-top-left-radius: 20px; background: #fff; padding: 20px; position: relative; width: 100%; bottom: 0; max-height: calc(100vh - 30px) }
.form-login .titre { font-family: 'Poppins', sans-serif;font-size: 24px; font-weight: 400; line-height: 36px; letter-spacing: 0em; text-align: left; }
.form-login .titre img { float: right; width: 130px }
.form-login.index .titre { text-align: center }
.form-login.index .titre img { float: none; width: 85% }
.form-login .footer { height: 150px; position: relative }
.form-login .position-absolute { bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; font-size: 12px }
.s-green { color: #A9D5C1}
.form-group .input-checkbox { position: relative; top: 1px }
/* Login end */

.dropdown-item:focus, .dropdown-item:hover { background: transparent }
a.panier { position: fixed; bottom: 30px; right: 30px; min-width: 0; padding: 0 10px; font-weight: 600; font-size: 20px; z-index: 13 }
a.panier img:first-child { position: relative; top: -2px; margin-right: 5px }
a.panier img:last-child { margin-left: 10px }

.bg-fond-default.bg-bottom { background-position-y: bottom }
select.btn-1 { width: 200px; -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.item.d-flex select.btn-1 { width: 165px; min-width: 140px; -moz-appearance:none; /* Firefox */-webkit-appearance:none; /* Safari and Chrome */appearance:none; }
.ch-down { position: absolute; right: 15px; top: 10px }
.ch-down-sm { position: absolute; left: 130px; top: 10px }

.bloc-title.bg-linear { background: linear-gradient(to left ,#32baa9, #27afc7); color: #fff; font-weight: 600; }
.btn-card.bc-noir { border-color: #4C4C4C; color: #4C4C4C; border-radius: 5px; margin-bottom: 10px; }
.card.cv-projectif > img { box-shadow: 0 0 12px -3px #cecece; }
.card.cv-projectif > .download-btn { position: absolute; right: 10px; top: 60px; box-shadow: 0 0 12px -3px #cecece; border-radius: 50%; z-index: 1; background: #fff; padding: 8px; }
.card.cv-projectif { padding: 18px 14px; box-shadow: 0 0 7px -2px #cecece; height: auto; }
.btn-1-1.fs-12 { font-size: 12px; line-height: 30px; height: 30px; }
.bloc-linkedin .bordered { box-shadow: 0px -1px 1px rgb(0 0 0 / 8%), 1px 0px 1px rgb(0 0 0 / 8%), -1px 0px 1px rgb(0 0 0 / 8%), 0px 1px 1px rgb(0 0 0 / 8%); border-radius: 8px; min-height: 170px; display: flex; align-items: center; justify-content: center; max-width: 260px; margin: 0 auto; width: 250px }

.h-300 { height: 300px }
.fs-20 { font-size: 20px }

.show-bloc-linkedin.collapsed img { transform: rotate(-180deg) }
.bloc-linkedin.collapsing { transition: height .8s ease }

.chart-2 .block { display: inline-block; height: 16px; box-shadow: 0 0 10px -3px #000; border-radius: 15px; font-size: 10px; text-align: center; color: #fff; line-height: 16px; position: relative }
.chart-2 .block.d-1 { z-index: 3; }
.chart-2 .block.d-2 { z-index: 2; left: -10px }
.chart-2 .block.d-3 { z-index: 1; left: -20px}

.badge-base.LI-profile-badge { overflow: auto; max-width: 260px; margin: 0 auto}

.c-popover > div > div:first-child { margin-right: 10px; }
.c-popover div.bg-white { background: #fff; padding: 2px; border-radius: 50% }
.c-popover div.i-heart-v, .c-popover div.i-img { min-width: 30px; width: 30px; height: 30px; margin-right: 10px }
.c-popover div.i-heart-v img { width: 20px; box-shadow: none; position: relative; top: 4px }
.c-popover div.i-img img { width: 20px; box-shadow: none; position: relative; top: 2px; left: 3px }
.c-popover img.i-lamp { padding: 2px 5px }
.c-popover.l-60:before { left: 60px}
.c-popover.l-222:before { left: 222px}

.form-control.error {
    border-color: #cc5965 !important;
    border-style: dotted !important;
}

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

.custom-btn-link {
    border: none;
    background: none;
    color: inherit;
    padding: inherit;
}

.answer-list .item button.btn-1 { width: 100% }
.w-240 { width: 240px; margin: auto }
.btn-link:focus, .btn-link:hover { color: #fff; text-decoration: none }
.select2-search__field { height: 34px !important; border: 1px solid #ced4da !important; border-radius: 10px !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: linear-gradient(to left ,#32baa9, #27afc7); border-radius: 10px; padding-left: 10px; margin-bottom: 3px }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; border-radius: 10px !important; height: calc(2.25rem + 2px) !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 36px !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px !important; }
.select2-dropdown { border: 0px solid #ced4da !important; }
.select2-dropdown { border-radius: 10px !important; top: 10px; padding: 10px !important; box-shadow: 0 0 10px -5px #000 }
.form-group .select2.select2-container.select2-container--default, .bloc-recherche .select2.select2-container.select2-container--default { width: 100% !important; }
.bloc-recherche .select2-container .select2-search--inline, .bloc-recherche .select2-search__field { width: 100% !important; display: block; border: none !important; }
.bloc-recherche .select2-container--default .select2-selection--multiple { padding: 5px; border-radius: 10px }
.bloc-recherche .select2-container--default .select2-selection--multiple .select2-selection__choice { background: linear-gradient(to left ,#32baa9, #27afc7); border: none; color: #fff; padding: 3px 10px; border-radius: 10px }
.bloc-recherche .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #fff; }
.select2-container--default .select2-results__option[aria-selected=true] { border-radius: 10px !important; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: none !important; }
.item.position-relative select.btn-1 { width: 100% }
.result-list p.item { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; text-align: left; color: #fff; position: absolute }
.color-1 { color: #c70900 !important; }
.color-2 { color: #17b705 !important; }
.color-3 { color: #8700cb !important; }
.color-4 { color: #ffd800 !important; }
.color-5 { color: #904b36 !important; }
.color-6 { color: #cb804b !important; }
.color-7 { color: #81ddf5 !important; }
.color-8 { color: #078bf3 !important; }
.color-9 { color: #0036a7 !important; }
.color-10 { color: #888888 !important; }

.canvas-container { max-width: 600px; margin: auto; }

.ttm-menu-toggle.intern { right: 25px; }
.active .active-none { display: none; }
.bloc-recherche.select-container, .bloc-form.p-23 .form-group { position: relative }

body .page { overflow-y: auto; height: 100vh }

/* width */
.page::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

/* Track */
.page::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
.page::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(to left ,#32baa9, #27afc7);
}

/* Handle on hover */
.page::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bloc-recherche .dropdown-menu { z-index: 14; }

.nuage .card { background: linear-gradient(to left ,#32baa9, #27afc7); position: relative; min-height: 400px }
.nuage .card.brain:before { content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/dream/bx_brain.svg) no-repeat center/80%; }
.nuage .card.coupe:before { content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/dream/coupe.svg) no-repeat center/55%; }
.nuage .core .titre { color: #8AECE0; font-size: 32px; line-height: 30px }
.nuage .core p { color: #8AECE0; }
.nuage .core { position: absolute; top: 43%; width: 100% }

.result-list p.item.position-1 { top: 25px; left: 25px }
.result-list p.item.position-2 { top: 25px; right: 25px }
.result-list p.item.position-3 { top: 70px; left: 60px }
.result-list p.item.position-4 { top: 80px; right: 60px }
.result-list p.item.position-5 { top: 140px; left: 35px }
.result-list p.item.position-6 { top: 120px; right: 25px }
.result-list p.item.position-7 { top: 240px; left: 80px }
.result-list p.item.position-8 { top: 275px; right: 35px }
.result-list p.item.position-9 { top: 315px; left: 150px }
.result-list p.item.position-10 { top: 345px; left: 25px }

.form-login.index .alert { position: relative }
.form-login.index label { font-size: 12px; margin: 0 }

.btn-footer { line-height: 22px; display: flex; align-items: center; justify-content: right }
.mr-2.left { transform: rotate(180deg) }

.text-shadow-20-black {
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}