@charset "UTF-8";
body {
    background: #f6f6f6;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto !important;
}

a:focus,
button:focus,
input:focus {
    outline: none !important;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #acaeb6;
    cursor: pointer;
}

a,
button {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea.form-control {
    min-height: 100px;
    resize: none;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
}

select option {
    color: black;
    font-weight: 300;
}

.oui-navbar {
    position: relative;
    z-index: 8;
    background: #2b7c85;
}
.oui-navbar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-image: linear-gradient(
        to bottom,
        rgba(117, 169, 175, 0.5),
        rgba(43, 124, 133, 0)
    );
}
.oui-navbar .navbar-brand {
    padding: 35px 15px 35px 0;
}
.oui-navbar .navbar-brand img {
    width: 130px;
}
.oui-navbar .navbar {
    margin-bottom: 0;
}
.oui-navbar .navbar li {
    padding: 21px 5px;
}
.oui-navbar .navbar li > a {
    font-size: 16px;
    color: white;
    padding: 15px 28px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
}
.oui-navbar .navbar li > a:hover,
.oui-navbar .navbar li > a:focus {
    background-color: white;
    border-color: white;
    color: #2b7c85;
}
.oui-navbar .navbar li.dropdown .dropdown-menu li {
    padding: 7px 15px;
}
.oui-navbar .navbar li.dropdown .dropdown-menu li a {
    padding: 0;
    color: #0c1446;
}
.oui-navbar .navbar li.active > a {
    background-color: rgba(255, 255, 255, 0.21);
    border-color: transparent;
}
.oui-navbar .navbar li.active > a:hover,
.oui-navbar .navbar li.active > a:focus {
    background: white;
    text-decoration: none;
}
.oui-navbar .navbar-toggle {
    margin: 20px 0 20px 15px;
    background: #0c1446;
}
.oui-navbar .navbar-toggle.collapsed {
    border-color: white;
    background: none;
}
.oui-navbar .navbar-toggle.collapsed .icon-bar {
    background: white;
}
.oui-navbar .navbar-toggle .icon-bar {
    background: white;
}
.oui-navbar.nav-home {
    background: none;
}
.oui-navbar.nav-home .navbar li {
    padding: 25px 5px;
}

.oui-subheader {
    padding: 25px 0;
}
.oui-subheader .oui-row > .oui-col {
    vertical-align: middle;
}
.oui-subheader .oui-row > .oui-col:first-child {
    width: 56px;
}
.oui-subheader .btn {
    background: white;
    width: 46px;
    height: 46px;
    color: #0c1446;
}
.oui-subheader .btn i {
    line-height: 33px;
}
.page-content .oui-subheader h1 {
    font-size: 18px;
    font-weight: 500;
    color: #0c1446;
    margin: 0;
}
.oui-subheader p {
    font-size: 16px;
    font-weight: 400;
    color: #594d6d;
    margin: 0;
}

@media (max-width: 768px) {
    .oui-navbar .navbar-collapse {
        background: none;
    }
    .oui-navbar .navbar-brand {
        padding: 20px 15px 20px 0;
    }
    .oui-navbar .navbar-brand img {
        width: 110px;
    }
    .oui-navbar .navbar .navbar-nav {
        background: white;
        margin: 7.5px -15px 15px -15px;
        padding: 7px 0;
    }
    .oui-navbar .navbar .navbar-nav li {
        padding: 0;
    }
    .oui-navbar .navbar .navbar-nav li a,
    .oui-navbar .navbar .navbar-nav li a:hover,
    .oui-navbar .navbar .navbar-nav li a:focus {
        padding: 5px 15px;
        color: #0c1446;
    }
    .oui-navbar .navbar .navbar-nav li.dropdown li {
        padding-left: 30px;
    }
    .oui-navbar.nav-home .navbar-brand img {
        width: 110px;
    }
    .oui-navbar.nav-home .navbar li {
        padding: 5px;
    }
}
.dev-title-xxlg,
.dev-title-xs,
.dev-title-sm,
.dev-title-md,
.dev-title-lg,
.dev-title-xlg {
    display: block;
    font-size: 58px;
    padding: 5px 0 10px 0;
    margin: 5px 0;
}
.dev-title-xxlg a,
.dev-title-xs a,
.dev-title-sm a,
.dev-title-md a,
.dev-title-lg a,
.dev-title-xlg a {
    color: #0c1446;
}

.dev-title-xlg {
    font-size: 28px;
}

.dev-title-lg {
    font-size: 22px;
}

.dev-title-md {
    font-size: 18px;
}

.dev-title-sm {
    font-size: 14px;
}

.dev-title-xs {
    font-size: 12px;
}

@media (max-width: 768px) {
    .dev-title-xlg.sm {
        font-size: 17px;
    }
}
.btn-break {
    white-space: normal;
}

.btn-pdn-lg {
    padding-left: 80px;
    padding-right: 80px;
}

.btn-pdn-md {
    padding-left: 45px;
    padding-right: 45px;
}

.btn-pdn-sm {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-shadow {
    -webkit-box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.07);
}

.btn-lg,
.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: normal;
}
.btn-lg i.m-l,
.btn i.m-l {
    margin-left: 10px;
    margin-right: 0;
}
.btn-lg i.m-r,
.btn i.m-r {
    margin-left: 0;
    margin-right: 10px;
}
.btn-lg i.n-m,
.btn i.n-m {
    margin: 0;
}

.btn {
    font-size: 18px;
}
.btn.text-left {
    text-align: left;
}

.btn-lg {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 52px;
}

.btn-rd {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.btn-yellow,
.btn-yellow:focus,
.btn-yellow-o:hover {
    background: #faf149;
    color: #0c1446;
    border: 1px solid #faf149;
}

.btn-yellow:hover,
.btn-yellow-o,
.btn-yellow-o:focus {
    background: none;
    color: #faf149;
    border: 1px solid #faf149;
}

.btn-yellow-out,
.btn-yellow-out:hover,
.btn-yellow-out:focus {
    background: none;
    color: #faf149;
    border: none;
}

.btn-yellow-h {
    background: #faf149;
    color: #0c1446;
}
.btn-yellow-h:hover,
.btn-yellow-h:focus {
    background: #faf149;
    color: #0c1446;
}

.btn-yellow i,
.btn-yellow-o i,
.btn-yellow-out i,
.btn-yellow-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-blue,
.btn-blue:focus,
.btn-blue-o:hover {
    background: #1da1f3;
    color: white;
    border: 1px solid #1da1f3;
}

.btn-blue:hover,
.btn-blue-o,
.btn-blue-o:focus {
    background: none;
    color: #1da1f3;
    border: 1px solid #1da1f3;
}

.btn-blue-out,
.btn-blue-out:hover,
.btn-blue-out:focus {
    background: none;
    color: #1da1f3;
    border: none;
}

.btn-blue-h {
    background: #1da1f3;
    color: white;
}
.btn-blue-h:hover,
.btn-blue-h:focus {
    background: #1da1f3;
    color: white;
}

.btn-blue i,
.btn-blue-o i,
.btn-blue-out i,
.btn-blue-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-dark-blue,
.btn-dark-blue:focus,
.btn-dark-blue-o:hover {
    background: #0c1446;
    color: white;
    border: 1px solid #0c1446;
}

.btn-dark-blue:hover,
.btn-dark-blue-o,
.btn-dark-blue-o:focus {
    background: none;
    color: #0c1446;
    border: 1px solid #0c1446;
}

.btn-dark-blue-out,
.btn-dark-blue-out:hover,
.btn-dark-blue-out:focus {
    background: none;
    color: #0c1446;
    border: none;
}

.btn-dark-blue-h {
    background: #0c1446;
    color: white;
}
.btn-dark-blue-h:hover,
.btn-dark-blue-h:focus {
    background: #0c1446;
    color: white;
}

.btn-dark-blue i,
.btn-dark-blue-o i,
.btn-dark-blue-out i,
.btn-dark-blue-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-green,
.btn-green:focus,
.btn-green-o:hover {
    background: #11b2b2;
    color: white;
    border: 1px solid #11b2b2;
}

.btn-green:hover,
.btn-green-o,
.btn-green-o:focus {
    background: none;
    color: #11b2b2;
    border: 1px solid #11b2b2;
}

.btn-green-out,
.btn-green-out:hover,
.btn-green-out:focus {
    background: none;
    color: #11b2b2;
    border: none;
}

.btn-green-h {
    background: #11b2b2;
    color: white;
}
.btn-green-h:hover,
.btn-green-h:focus {
    background: #11b2b2;
    color: white;
}

.btn-green i,
.btn-green-o i,
.btn-green-out i,
.btn-green-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-dw,
.btn-dw:focus,
.btn-dw-o:hover {
    background: #0c1446;
    color: white;
    border: 1px solid #0c1446;
}

.btn-dw:hover,
.btn-dw-o,
.btn-dw-o:focus {
    background: none;
    color: #0c1446;
    border: 1px solid #0c1446;
}

.btn-dw-out,
.btn-dw-out:hover,
.btn-dw-out:focus {
    background: none;
    color: #0c1446;
    border: none;
}

.btn-dw-h {
    background: #0c1446;
    color: white;
}
.btn-dw-h:hover,
.btn-dw-h:focus {
    background: #0c1446;
    color: white;
}

.btn-dw i,
.btn-dw-o i,
.btn-dw-out i,
.btn-dw-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-red,
.btn-red:focus,
.btn-red-o:hover {
    background: #e61b00;
    color: white;
    border: 1px solid #e61b00;
}

.btn-red:hover,
.btn-red-o,
.btn-red-o:focus {
    background: none;
    color: #e61b00;
    border: 1px solid #e61b00;
}

.btn-red-out,
.btn-red-out:hover,
.btn-red-out:focus {
    background: none;
    color: #e61b00;
    border: none;
}

.btn-red-h {
    background: #e61b00;
    color: white;
}
.btn-red-h:hover,
.btn-red-h:focus {
    background: #e61b00;
    color: white;
}

.btn-red i,
.btn-red-o i,
.btn-red-out i,
.btn-red-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-white,
.btn-white:focus,
.btn-white-o:hover {
    background: #fff;
    color: #0c1446;
    border: 1px solid #fff;
}

.btn-white:hover,
.btn-white-o,
.btn-white-o:focus {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn-white-out,
.btn-white-out:hover,
.btn-white-out:focus {
    background: none;
    color: #fff;
    border: none;
}

.btn-white-h {
    background: #fff;
    color: #0c1446;
}
.btn-white-h:hover,
.btn-white-h:focus {
    background: #fff;
    color: #0c1446;
}

.btn-white i,
.btn-white-o i,
.btn-white-out i,
.btn-white-h i {
    margin-right: 10px;
    vertical-align: middle;
}

.btn-dbw {
    background: #0c1446;
    color: white;
    border: 1px solid #0c1446;
}
.btn-dbw:hover,
.btn-dbw:focus {
    background: white;
    color: #0c1446;
    border: 1px solid white;
}

.btn-yb {
    background: #faf149;
    color: #0c1446;
    border: 1px solid #faf149;
}
.btn-yb:focus,
.btn-yb:hover {
    background: #0c1446;
    color: white;
    border: 1px solid #0c1446;
}

.btn-no-rd {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.link.link-blue {
    color: #1da1f3;
}

@media (max-width: 480px) {
    .btn-pdn-sm,
    .btn-pdn-md,
    .btn-pdn-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn {
        font-size: 14px;
    }

    .btn-lg {
        font-size: 17px;
    }
}
.oui-form .form-group {
    margin-bottom: 20px;
}
.oui-form .form-control {
    border: none;
    box-shadow: none;
    color: #0c1446;
    font-weight: normal;
    font-size: 14px;
}
.oui-form .form-control:focus {
    border-color: #e8e8e8;
}
.oui-form .form-control.input-lg {
    height: 58px;
    font-size: 14px;
}
.oui-form .control-label {
    margin-top: 14px;
    color: #3f414d;
    font-weight: 400;
}
.oui-form textarea.form-control {
    min-height: 200px;
}
.oui-form .input-group .input-group-addon {
    background-color: white;
    color: #999999;
    font-size: 16px;
    border: none;
}
.oui-form .input-group .input-group-addon.b-r {
    position: relative;
}
.oui-form .input-group .input-group-addon.b-r:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    border-right: 2px solid #ecf0f1;
    height: 24px;
}
.oui-form .input-group.h-r .form-control {
    border-right-color: transparent;
}
.oui-form .input-group.h-r .form-control:focus {
    border-right-color: transparent;
}
.oui-form .input-group.h-l .form-control {
    border-left-color: transparent;
}
.oui-form .input-group.h-l .form-control:focus {
    border-left-color: transparent;
}
.oui-form.book-form .form-control {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px rgba(147, 147, 170, 0.37);
    height: 56px;
    font-size: 16px;
    color: rgba(12, 20, 70, 0.5);
}

.form-search .form-control.input-lg {
    height: 58px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.form-search .input-group .input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.form-search .input-group .form-control.input-lg {
    padding-left: 0;
}
.form-search .btn {
    height: 58px;
}
.form-search .oui-col:nth-child(1) {
    width: 50%;
}
.form-search .oui-col:nth-child(1) .input-lg {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
}
.form-search .oui-col:nth-child(2) {
    width: 30%;
}
.form-search .oui-col:nth-child(3) {
    width: 20%;
}
.form-search .oui-col:nth-child(3) .btn {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

.form-search-profile .form-control {
    border: 1px solid #ebeff0;
}
.form-search-profile .search-dates {
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #ebeff0;
}
.form-search-profile .search-dates .days .day {
    width: 80px;
}

@media (max-width: 992px) {
    .form-search .form-control.input-lg {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .form-search .input-group .input-group-addon {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }
    .form-search .input-group .form-control.input-lg {
        padding-left: 0;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        -o-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .form-search .input-group .input-group-addon + .form-control {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .form-search .input-group .form-control + .input-group-addon {
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        -o-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }
    .form-search .btn {
        height: 58px;
    }
    .form-search .oui-row {
        display: block;
    }
    .form-search .oui-row .oui-col {
        display: block;
        margin-bottom: 15px;
    }
    .form-search .oui-row .oui-col:nth-child(1) {
        width: 100%;
    }
    .form-search .oui-row .oui-col:nth-child(1) .input-lg {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .form-search .oui-row .oui-col:nth-child(2) {
        width: 100%;
    }
    .form-search .oui-row .oui-col:nth-child(3) {
        width: 100%;
    }
    .form-search .oui-row .oui-col:nth-child(3) .btn {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
}
.oui-section {
    padding: 25px 0;
}
.oui-section .section-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    color: #0c1446;
    width: 825px;
    max-width: 100%;
}
.oui-section .section-header {
    padding: 25px 0;
}
.oui-section .section-body {
    padding: 25px 0;
}
.oui-section.section-becomepro {
    background-image: url("../images/becomepro-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.oui-section.section-becomepro .section-body {
    padding: 80px 0;
    text-align: center;
    color: white;
}
.oui-section.section-becomepro .section-body .section-title {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 40px 0;
    color: white;
    width: auto;
}
.oui-section.section-becomepro .section-body .section-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px 0;
    color: #797c94;
    text-transform: uppercase;
}
.oui-section.section-becomepro .section-body .section-desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px 0;
    color: white;
}
.oui-section.section-rdv .section-title {
    display: block;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 25px 0;
    width: auto;
}
.oui-section.section-rdv .section-subtitle {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    color: #0c1446;
}
.oui-section.section-faq {
    background: #f4f4f6;
}
.oui-section.section-faq .section-icon {
    display: inline-flex;
    background: #eae9f0;
    height: 72px;
    width: 72px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.oui-section.section-faq .section-title {
    display: block;
    width: auto;
}
.oui-section.contact-info-section {
    margin-bottom: -90px;
    position: relative;
    z-index: 5;
}

.cab-page {
    color: #0c1446;
    font-size: 14px;
}
.cab-page .cab-page--content {
    padding: 25px 0;
}
.cab-page .cb-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.cab-page p {
    font-size: 14px;
    color: #0c1446;
}
.cab-page .team-doc {
    text-align: center;
    margin-bottom: 15px;
}
.cab-page .team-doc .doc-img {
    margin-bottom: 7px;
}
.cab-page .team-doc .doc-img .img {
    display: inline-block;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e7e5ea;
}
.cab-page .team-doc .doc-img .img img {
    display: none;
}
.cab-page .team-doc .doc-info a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0c1446;
}
.cab-page .bloc-horaires-info {
    padding: 15px;
}
.cab-page .bloc-horaires-info .h-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.cab-page .bloc-horaires-info > .row > div:nth-child(1) {
    border-right: 1px solid #ede8e9;
}
.cab-page .bloc-horaires-info .info-desc:not(:last-of-type) {
    margin-bottom: 10px;
}
.cab-page .bloc-horaires-info .info-desc p {
    font-size: 14px;
    font-weight: normal;
}
.cab-page .cab-bloc-holder {
    text-align: center;
}
.cab-page .cab-bloc-holder .b-img {
    margin-bottom: 45px;
}
.cab-page .cab-bloc-holder .b-img img {
    display: inline-block;
}
.cab-page .cab-bloc-holder .b-content {
    margin-bottom: 25px;
}
.cab-page .cab-bloc-holder .b-content p {
    font-size: 18px;
    font-weight: normal;
}
.cab-page .cab-bloc-holder .b-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.cab-page .oui-bloc-book-placeholder {
    display: flex;
    background-image: url("../images/empty-book.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px;
    border: solid 1px rgba(147, 147, 170, 0.28);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    margin-top: -90px;
    height: 520px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.cab-page .oui-bloc-book-placeholder p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.cab-page .oui-bloc-book-placeholder .b-content {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .oui-section {
        text-align: center;
        padding: 25px 0;
    }
    .oui-section .section-title {
        font-size: 22px;
    }
    .oui-section .section-header {
        padding: 15px 0;
    }
    .oui-section .section-body {
        padding: 15px 0;
    }
    .oui-section.section-becomepro .section-body {
        padding: 80px 0;
    }
    .oui-section.section-becomepro .section-body .section-title {
        font-size: 22px;
    }
    .oui-section.section-becomepro .section-body .section-subtitle {
        font-size: 16px;
    }
    .oui-section.section-becomepro .section-body .section-desc {
        font-size: 14px;
    }
    .oui-section.section-rdv .section-title {
        font-size: 22px;
    }
    .oui-section.section-rdv .section-subtitle {
        font-size: 16px;
    }
    .oui-section.section-faq {
        background: #f4f4f6;
    }
    .oui-section.section-faq .section-icon {
        display: inline-flex;
        background: #eae9f0;
        height: 72px;
        width: 72px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        align-items: center;
        justify-content: center;
    }
    .oui-section.section-faq .section-title {
        display: block;
        width: auto;
    }
    .oui-section.contact-info-section {
        margin-bottom: -125px;
    }

    .cab-page .cb-title {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px 0;
    }
    .cab-page p {
        font-size: 14px;
        color: #0c1446;
    }
    .cab-page .bloc-horaires-info > .row > div:nth-child(1) {
        border-right: unset;
        margin-bottom: 15px;
    }
    .cab-page .cab-bloc-holder {
        text-align: center;
    }
    .cab-page .cab-bloc-holder .b-img {
        margin-bottom: 45px;
    }
    .cab-page .cab-bloc-holder .b-img img {
        display: inline-block;
    }
    .cab-page .cab-bloc-holder .b-content {
        margin-bottom: 25px;
    }
    .cab-page .cab-bloc-holder .b-content p {
        font-size: 14px;
    }
    .cab-page .cab-bloc-holder .b-content h3 {
        font-size: 18px;
    }
    .cab-page .oui-bloc-book-placeholder {
        padding: 45px;
        margin-top: 0;
        margin-bottom: 15px;
        height: 520px;
    }
    .cab-page .oui-bloc-book-placeholder p {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .cab-page .oui-bloc-book-placeholder .b-content {
        margin-bottom: 25px;
    }
}
.oui-row {
    display: table;
    width: 100%;
}
.oui-row .oui-col {
    display: table-cell;
    vertical-align: top;
    padding: 0;
}

.oui-help-bloc {
    background: rgba(147, 147, 170, 0.1);
    padding: 25px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    color: #0c1446;
    min-height: 270px;
    margin-bottom: 35px;
}
.oui-help-bloc .bloc-icon {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    background: #e7e5ea;
    font-size: 22px;
    color: #11b2b2;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 25px;
}
.oui-help-bloc .bloc-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.oui-help-bloc .bloc-desc {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.oui-bighelp-bloc {
    background: rgba(147, 147, 170, 0.1);
    padding: 92px 95px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    color: #0c1446;
}
.oui-bighelp-bloc .bloc-img {
    text-align: center;
}
.oui-bighelp-bloc .bloc-img img {
    display: inline-block;
    width: 450px;
    max-width: 100%;
}
.oui-bighelp-bloc .bloc-title {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 15px 0;
}
.oui-bighelp-bloc .bloc-desc {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.oui-listrdv-bloc {
    border: solid 2px #e7e5ea;
    padding: 45px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    color: #0c1446;
    margin-bottom: 15px;
}
.oui-listrdv-bloc .bloc-icon {
    margin-bottom: 25px;
}
.oui-listrdv-bloc .bloc-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.oui-listrdv-bloc .bloc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.oui-listrdv-bloc .bloc-list li {
    padding: 5px 0;
}
.oui-listrdv-bloc .bloc-list li a,
.oui-listrdv-bloc .bloc-list li a:hover,
.oui-listrdv-bloc .bloc-list li a:focus {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #0c1446;
}
.oui-listrdv-bloc .bloc-list li a:hover {
    -webkit-transform: translatX(15px);
    -moz-transform: translatX(15px);
    -ms-transform: translatX(15px);
    -o-transform: translatX(15px);
    transform: translatX(15px);
}

.oui-faq-bloc {
    margin-bottom: 30px;
}
.oui-faq-bloc .bloc-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #0c1446;
}
.oui-faq-bloc .bloc-desc {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #594d6d;
}

.oui-q-bloc {
    padding: 45px;
    background: #175873;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.oui-q-bloc .bloc-title {
    color: white;
    margin: 11px 0;
    font-size: 28px;
    font-weight: 500;
}

.oui-map-card {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #fbfbfb;
    overflow: hidden;
}
.oui-map-card > .oui-row > .oui-col:nth-child(2) {
    width: 250px;
}
.oui-map-card .bloc-map {
    width: 100%;
    height: 300px;
}
.oui-map-card .bloc-map .angular-google-map,
.oui-map-card .bloc-map .angular-google-map-container {
    width: 100%;
    height: 100%;
}
.oui-map-card .card-infos {
    padding: 25px;
}
.oui-map-card .card-infos .b-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.oui-map-card .card-infos p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.page-content h1 {
    font-size: 26px;
    color: #0c1446;
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-content {
    color: #0c1446;
    font-size: 16px;
}
.page-content.loading .loadable {
    position: relative;
    overflow: hidden;
}
.page-content.loading .loadable:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 55;
}
.page-content.loading .loadable:before {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    color: white;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 80px;
    left: 50%;
    top: 130px;
    margin-left: -40px;
    z-index: 56;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.oui-panel {
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.oui-panel.p-up {
    margin-top: -272px;
}
.oui-panel .oui-panel-header {
    padding: 15px;
    background: #0c1446;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.oui-panel .oui-panel-header i {
    font-size: 30px;
    vertical-align: text-bottom;
    line-height: 30px;
    margin-right: 10px;
}
.oui-panel .oui-panel-body {
    padding: 15px;
}

.dev-btn-group .btn {
    background: white;
    color: #0c1446;
    font-size: 16px;
    height: 48px;
    border: none;
}
.dev-btn-group .btn:hover,
.dev-btn-group .btn:focus,
.dev-btn-group .btn.active {
    background: #0c1446;
    color: white;
}

.dev-stat {
    text-color: #0c1446;
}
.dev-stat span {
    display: block;
}
.dev-stat .s-bg {
    font-size: 24px;
    line-height: 24px;
}
.dev-stat .s-sm {
    font-size: 14px;
}

.clear-fix-search-container {
    min-height: 70px;
}
.clear-fix-search-container .search-container.affix-top {
    position: relative;
}
.clear-fix-search-container .search-container.affix {
    top: 0;
}
.clear-fix-search-container .search-container.affix,
.clear-fix-search-container .search-container.affix-bottom {
    width: 100%;
    z-index: 50;
}
.clear-fix-search-container .search-container.affix-bottom {
    position: absolute;
}

.search-container {
    padding: 10px 15px;
    background: #2b7c85;
}

.search-filters {
    padding: 15px;
    background: #fff;
}

.dev-tags {
    text-align: center;
}
.dev-tags .dev-tag-col {
    display: inline-block;
    width: 94px;
    vertical-align: top;
}
.dev-tags.yellow-tags .dev-tag {
    background: #faf149;
}
.dev-tags.sm-tags .dev-tag-col {
    width: 84px;
}
.dev-tags.sm-tags .dev-tag {
    width: 80px;
    padding: 8px 10px;
    margin: 3px 1px;
}
.dev-tags .dev-tag {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 90px;
    height: 38px;
    padding: 10px;
    background: #ecf0f1;
    margin: 3px;
    color: #0c1446;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.dev-tags .dev-tag:hover {
    background: #0c1446;
    color: white;
}
.dev-tags .dev-tag.empty {
    background: none;
}
.dev-tags .dev-tag.empty:hover {
    background: none;
}
.dev-tags .dev-tag.empty:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    border-radius: 2px;
    background: #dde0e2;
}

.clear-fix-search-dates {
    min-height: 85px;
}
.clear-fix-search-dates .search-dates.affix-top {
    position: relative;
}
.clear-fix-search-dates .search-dates.affix {
    top: 70px;
}
.clear-fix-search-dates .search-dates.affix,
.clear-fix-search-dates .search-dates.affix-bottom {
    width: 100%;
    z-index: 40;
}
.clear-fix-search-dates .search-dates.affix-bottom {
    position: absolute;
}

.search-dates {
    text-align: right;
    padding: 15px 20px;
    border-bottom: 1px solid #ebeff0;
    background: white;
}
.search-dates .btn {
    background: none;
    border: none;
    color: #e5e6e6;
    font-size: 35px;
    padding: 0;
    height: 40px;
}
.search-dates .days {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.search-dates .days .day {
    width: 96px;
    font-size: 16px;
    font-weight: bold;
    color: #0c1446;
    display: inline-block;
    padding: 5px 0;
}
.search-dates .days .day > span {
    display: block;
    text-align: center;
}

.search-results-listing .item {
    padding: 15px;
    border-bottom: 1px solid #ecf0f1;
    background: white;
}
.search-results-listing .item:hover {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
}
.search-results-listing .item:hover .dev-tags .dev-tag {
    background: #faf149;
}
.search-results-listing .item:hover .dev-tags .dev-tag:hover {
    background: #0c1446;
}
.search-results-listing .item:hover .dev-tags .dev-tag.empty {
    background: none;
}
.search-results-listing .item:hover .dev-tags .dev-tag.empty:hover {
    background: none;
}
.search-results-listing .item .auth-img {
    display: inline-block;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.search-results-listing .item .auth-img img {
    width: 100%;
    height: 100%;
}
.search-results-listing .item .auth-info {
    color: #0c1446;
}
.search-results-listing .item .auth-info .item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.search-results-listing .item .auth-info .item-title a {
    color: #0c1446;
}
.search-results-listing .item .auth-info .item-title a:hover,
.search-results-listing .item .auth-info .item-title a:focus {
    text-decoration: underline;
}
.search-results-listing .item .auth-info .item-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
    margin: 20px 0 5px 0;
}
.search-results-listing .item .auth-info p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.search-results-listing .item .empty-tags {
    text-align: center;
    padding: 50px 0;
    font-size: 15px;
    color: #c1c1c1;
    font-weight: 400;
}

.oui-cabinet-bloc {
    background: white;
    padding: 25px 15px;
}
.oui-cabinet-bloc .bloc-cab .cab-img .img {
    display: inline-block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e7e5ea;
}
.oui-cabinet-bloc .bloc-cab .cab-img .img img {
    display: none;
}
.oui-cabinet-bloc .bloc-cab > .oui-row > .oui-col {
    vertical-align: middle;
}
.oui-cabinet-bloc .bloc-cab > .oui-row > .oui-col:nth-child(1) {
    width: 185px;
}
.oui-cabinet-bloc .bloc-cab .cab-title {
    font-size: 36px;
    font-weight: 500;
    color: #0c1446;
    margin: 0 0 5px 0;
}
.oui-cabinet-bloc .bloc-cab .cab-infos {
    font-size: 16px;
    font-weight: normal;
    color: #0c1446;
    margin-bottom: 7px;
}

.oui-book-bloc {
    background: white;
    padding: 25px;
    border: solid 1px rgba(147, 147, 170, 0.28);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    margin-top: -90px;
}
.oui-book-bloc .bloc-header {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #0c1446;
}
.oui-book-bloc .bloc-header i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.oui-book-bloc .form-control {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px rgba(147, 147, 170, 0.37);
    height: 56px;
    font-size: 16px;
    color: rgba(12, 20, 70, 0.5);
    box-shadow: none;
}
.oui-book-bloc .bloc-dispos {
    text-align: center;
}
.oui-book-bloc .bloc-dispos .bloc-dates {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ede8e9;
}
.oui-book-bloc .bloc-dispos .bloc-dates .btn {
    background: none;
    color: #391484;
    font-size: 12px;
    margin-top: 9px;
    float: left;
}
.oui-book-bloc .bloc-dispos .bloc-dates .btn:last-of-type {
    float: right;
}
.oui-book-bloc .bloc-dispos .bloc-dates .days {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.oui-book-bloc .bloc-dispos .bloc-dates .days .day {
    display: inline-block;
    width: 25%;
    font-size: 1em;
    font-weight: 500;
    color: #0c1446;
    padding: 0px 0.5em 0px 0.5em;
}

.oui-book-bloc .bloc-dispos .bloc-dates .days .day span {
    display: block;
    text-align: center;
}
.oui-book-bloc .bloc-dispos .dispos {
    display: inline-block;
}
.oui-book-bloc .bloc-dispos .dispos .tag {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 70px;
    height: 38px;
    margin: 3px;
}
.oui-book-bloc .bloc-dispos .dispos .tag .btnclick {
    line-height: 38px;
    background: #1da1f3;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.oui-book-bloc .bloc-dispos .dispos .tag .empty {
    display: inline-block;
    width: 28px;
    height: 6px;
    margin: 13px 41px;
    border-radius: 3px;
    background-color: #e7e5ea;
    margin: 15px 0;
}
.oui-book-bloc .bloc-dispos .dispos .oui-row .oui-col {
    width: 75px;
}
.oui-book-bloc .loader {
    color: #e7e5ea;
    text-align: center;
}
.oui-book-bloc .no-motif {
    display: inline-block;
    width: 305px;
    padding: 25px 25px;
    margin-top: 35px;
    font-size: 14px;
    color: #acaeb6;
    border: 1px dashed #d6d1d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.oui-book-bloc .no-motif a {
    display: inline-block;
    color: #1da1f3;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}

.oui-b-doc-bloc {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    background-color: #e7e5ea;
    margin-bottom: 25px;
}
.oui-b-doc-bloc .doc-img .img {
    display: inline-block;
    width: 123px;
    height: 112px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #cfcdd2;
}
.oui-b-doc-bloc .doc-img .img img {
    display: none;
}
.oui-b-doc-bloc > .oui-row > .oui-col {
    vertical-align: middle;
}
.oui-b-doc-bloc > .oui-row > .oui-col:nth-child(1) {
    width: 145px;
}
.oui-b-doc-bloc .doc-title {
    font-size: 21px;
    font-weight: 500;
    color: #0c1446;
    margin: 0 0 5px 0;
}
.oui-b-doc-bloc .doc-infos {
    font-size: 18px;
    font-weight: normal;
    color: #9393aa;
    margin-bottom: 7px;
}
.oui-b-doc-bloc .book-time {
    font-size: 21px;
    font-weight: 500;
    color: #0c1446;
}
.oui-b-doc-bloc .book-time i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.oui-w-bloc {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}
.oui-w-bloc .ba-divider {
    border: solid 1px #ede8e9;
    margin: 15px 0;
}
.oui-w-bloc .ba-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #0c1446;
}
.oui-w-bloc .ba-title.t-sm {
    font-size: 18px;
}
.oui-w-bloc .ba-desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px 0;
    color: #0c1446;
}
.oui-w-bloc .btn-link {
    display: block;
    color: #0c1446;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
}
.oui-w-bloc .form-group {
    margin-bottom: 25px;
}
.oui-w-bloc .form-control {
    border-radius: 8px;
    border: solid 1px rgba(147, 147, 170, 0.37);
    font-size: 16px;
    font-weight: normal;
    color: rgba(18, 2, 47, 0.5);
    height: 56px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.oui-w-bloc textarea.form-control {
    height: 215px;
}
.oui-w-bloc .checkbox {
    font-size: 14px;
}
.oui-w-bloc .checkbox a {
    color: #1da1f3;
}
.oui-w-bloc .lg-flag .intl-tel-input.allow-dropdown .flag-container,
.oui-w-bloc .lg-flag .intl-tel-input.separate-dial-code .flag-container {
    height: 56px;
}
.oui-w-bloc.no-bg {
    background: none;
    box-shadow: none;
}

.oui-confirm-book-bloc {
    margin: 0 0 15px 0;
}
.oui-confirm-book-bloc > .oui-row > .oui-col {
    vertical-align: middle;
}
.oui-confirm-book-bloc > .oui-row > .oui-col:nth-child(1) {
    width: 155px;
}
.oui-confirm-book-bloc span {
    font-size: 18px;
    font-weight: 500;
    color: #9393aa;
}
.oui-confirm-book-bloc h3 {
    font-size: 36px;
    font-weight: 500;
    color: #0c1446;
    margin: 0;
}

.oui-person-bloc {
    border-radius: 16px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    color: #0c1446;
    padding: 18px 31px;
    margin-bottom: 25px;
    overflow: hidden;
    height: 155px;
}
.oui-person-bloc .bloc-icon {
    margin-bottom: 7px;
}
.oui-person-bloc .bloc-content {
    transform: translateY(40px);
    transition: all 0.2s ease-in-out;
}
.oui-person-bloc .bloc-content .b-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0c1446;
    padding-left: 7px;
}
.oui-person-bloc .bloc-content .b-age {
    font-size: 16px;
    font-weight: 400;
    color: #0c1446;
    margin: 0;
}
.oui-person-bloc .bloc-content .bloc-actions {
    margin-top: 18px;
}
.oui-person-bloc .bloc-content .bloc-actions a {
    font-size: 16px;
    font-weight: 400;
    color: #0c1446;
    padding: 0;
}
.oui-person-bloc .bloc-content .bloc-actions a:not(:first-child) {
    margin-left: 10px;
}
.oui-person-bloc:hover .bloc-content {
    transform: translateY(0);
}

.oui-add-membre {
    margin-bottom: 25px;
}
.oui-add-membre .btn {
    display: block;
    width: 100%;
    height: 155px;
    color: #1da1f3;
    background: none;
    border: 1px solid #1da1f3;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
}
.oui-add-membre .btn i {
    display: block;
    margin-bottom: 7px;
}

.oui-gallery {
    height: 330px;
    background: #1da1f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.oui-gallery .g-item {
    height: 330px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.oui-gallery .g-item > img {
    display: none;
    height: 330px;
    object-fit: cover;
}

.oui-gallery .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

.oui-gallery .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.38;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
}

.oui-gallery .slick-dots li.slick-active {
    opacity: 1;
}

.oui-gallery .slick-dots li button {
    display: none;
}

.oui-result-card {
    background: #fbfbfb;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.oui-result-card > .oui-row > .oui-col {
    position: relative;
    padding-bottom: 50px;
}
.oui-result-card > .oui-row > .oui-col:nth-child(1) {
    width: 300px;
    background: white;
}

.oui-result-card.not-pro > .oui-row > .oui-col {
    position: relative;
    padding-bottom: 0px;
}
.oui-result-card.not-pro > .oui-row > .oui-col:nth-child(1) {
    width: 300px;
    background: white;
}
.oui-result-card.not-pro > .oui-row > .oui-col:nth-child(2) {
    padding: 15px;
}
.oui-result-card .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
}
.oui-result-card .bloc-gallery {
    width: 300px;
    height: 172px;
    background: #1da1f3;
    overflow: hidden;
    position: relative;
}

.oui-result-card .bloc-gallery .g-item {
    width: 300px;
    height: 172px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.oui-result-card .bloc-gallery .g-item > img {
    display: none;
    width: 300px;
    height: 172px;
    object-fit: cover;
}

.oui-result-card .bloc-gallery .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

.oui-result-card .bloc-gallery .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.38;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
}

.oui-result-card .bloc-gallery .slick-dots li.slick-active {
    opacity: 1;
}

.oui-result-card .bloc-gallery .slick-dots li button {
    display: none;
}

.oui-result-card .auth-info {
    padding: 15px;
    color: #0c1446;
}
.oui-result-card .auth-info .item-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.oui-result-card .auth-info .item-title a {
    color: #0c1446;
}
.oui-result-card .auth-info .item-title a:hover,
.oui-result-card .auth-info .item-title a:focus {
    text-decoration: underline;
}
.oui-result-card .auth-info .item-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
    margin: 20px 0 5px 0;
}
.oui-result-card .auth-info p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #594d6d;
}
.oui-result-card .bloc-dispos {
    text-align: center;
}
.oui-result-card .bloc-dispos .bloc-dates {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ede8e9;
}
.oui-result-card .bloc-dispos .bloc-dates .btn {
    background: none;
    color: #391484;
    font-size: 12px;
    margin-top: 9px;
    float: left;
}
.oui-result-card .bloc-dispos .bloc-dates .btn:last-of-type {
    float: right;
}
.oui-result-card .bloc-dispos .bloc-dates .days {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.oui-result-card .bloc-dispos .bloc-dates .days .day {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #0c1446;
    padding: 5px 0;
}
.oui-result-card .bloc-dispos .bloc-dates .days .day span {
    display: block;
    text-align: center;
}
.oui-result-card .bloc-dispos .dispos {
    display: inline-block;
}
.oui-result-card .bloc-dispos .dispos .tag {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    width: 80px;
    height: 38px;
    margin: 3px;
}
.oui-result-card .bloc-dispos .dispos .tag .btnclick {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    display: block;
    line-height: 38px;
    background: #1da1f3;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.oui-result-card .bloc-dispos .dispos .tag .empty {
    display: inline-block;
    width: 28px;
    height: 6px;
    margin: 13px 41px;
    border-radius: 3px;
    background-color: #e7e5ea;
    margin: 14px 0;
}
.oui-result-card .bloc-dispos .dispos .oui-row .oui-col {
    width: 100px;
}
.oui-result-card .no-motif {
    display: inline-block;
    width: 305px;
    padding: 25px 25px;
    margin-top: 35px;
    font-size: 14px;
    color: #acaeb6;
    border: 1px dashed #d6d1d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.oui-result-card .no-motif a {
    display: inline-block;
    color: #1da1f3;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}
.oui-result-card:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    border-color: #1da1f3;
}

.dash-profil {
    text-align: center;
    margin-bottom: 25px;
}
.dash-profil .d-img {
    position: relative;
    margin-bottom: 35px;
}
.dash-profil .d-img .img {
    display: inline-block;
    width: 115px;
    height: 115px;
    border-radius: 20px;
    background-color: #9393aa;
}
.dash-profil .d-img button {
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #11b2b2;
    border: none;
}
.dash-profil .d-info p {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #0c1446;
}
.dash-profil .d-info span {
    font-size: 18px;
    font-weight: normal;
    color: #594d6d;
}

.dash-card {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 20px 24px 0 rgba(153, 155, 168, 0.15);
    background-color: #ffffff;
    color: #0c1446;
}
.dash-card .dc-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: rgba(147, 147, 170, 0.17);
    text-align: center;
    padding-top: 15px;
}
.dash-card .dc-icon i {
    display: inline-block;
}
.dash-card p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #0c1446;
}
.dash-card span {
    font-size: 16px;
    font-weight: normal;
    color: #594d6d;
}
.dash-card .oui-row > .oui-col {
    vertical-align: middle;
}
.dash-card .oui-row > .oui-col:first-child {
    width: 63px;
}

#result-map {
    width: 300px;
    height: 530px;
}
#result-map .angular-google-map-container {
    width: 300px;
    height: 530px;
}

.search-result .s-title {
    font-size: 16px;
    font-weight: 500;
    color: #12022f;
    padding: 25px 0;
    margin: 0;
}
.search-result .oui-row .r-left:nth-child(1) {
    padding-right: 15px;
}
.search-result .oui-row .r-right:nth-child(2) {
    width: 300px;
}

.vetos-listing .item {
    padding: 15px;
    border-bottom: 1px solid #ecf0f1;
    background: white;
}
.vetos-listing .item:hover {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.06);
}
.vetos-listing .item:hover .dev-tags .dev-tag {
    background: #faf149;
}
.vetos-listing .item:hover .dev-tags .dev-tag:hover {
    background: #0c1446;
}
.vetos-listing .item:hover .dev-tags .dev-tag.empty {
    background: none;
}
.vetos-listing .item:hover .dev-tags .dev-tag.empty:hover {
    background: none;
}
.vetos-listing .item .auth-img {
    display: inline-block;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.vetos-listing .item .auth-img img {
    width: 100%;
    height: 100%;
}
.vetos-listing .item .auth-info {
    color: #0c1446;
}
.vetos-listing .item .auth-info .item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.vetos-listing .item .auth-info .item-title a {
    color: #0c1446;
}
.vetos-listing .item .auth-info .item-title a:hover,
.vetos-listing .item .auth-info .item-title a:focus {
    text-decoration: underline;
}
.vetos-listing .item .auth-info .item-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
    margin: 20px 0 5px 0;
}
.vetos-listing .item .auth-info p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.vetos-listing .item .empty-tags {
    text-align: center;
    padding: 50px 0;
    font-size: 15px;
    color: #c1c1c1;
    font-weight: 400;
}

.dev-auth-lg {
    padding: 25px 0 15px 0;
}
.dev-auth-lg .auth-img {
    display: inline-block;
    height: 155px;
    width: 155px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.dev-auth-lg .auth-img img {
    width: 100%;
    height: 100%;
}
.dev-auth-lg .auth-pics {
    display: block;
    color: #1da1f3;
    font-size: 14px;
}
.dev-auth-lg .auth-info {
    color: #0c1446;
}
.dev-auth-lg .auth-info .auth-title {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.dev-auth-lg .auth-info .auth-title a {
    color: #0c1446;
}
.dev-auth-lg .auth-info .auth-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #e74c3c;
    margin: 20px 0 5px 0;
}
.dev-auth-lg .auth-info p {
    font-size: 16px;
    margin: 0;
}

.profile-info {
    padding: 30px 0;
}
.profile-info .title {
    font-size: 24px;
    color: #112445;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.profile-info .info {
    padding: 30px 0 25px 0;
    border-bottom: 1px solid #dbdbdb;
}
.profile-info .info .info-title {
    font-size: 16px;
    font-weight: bold;
    color: #337799;
}
.profile-info .info .info-desc {
    font-size: 16px;
    color: #112445;
    font-weight: bold;
}

@media (max-width: 992px) {
    .search-result .oui-row .r-left:nth-child(1) {
        padding-right: 0;
    }
    .search-result .oui-row .r-right:nth-child(2) {
        display: none;
        width: 100%;
    }

    .oui-panel.p-up {
        margin-top: 25px;
    }

    .dev-btn-group {
        display: block;
    }
    .dev-btn-group .btn {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .dev-btn-group .btn:first-child {
        -webkit-border-radius: 4px 4px 0 0 !important;
        -moz-border-radius: 4px 4px 0 0 !important;
        -ms-border-radius: 4px 4px 0 0 !important;
        -o-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
    }
    .dev-btn-group .btn:last-child {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        -ms-border-radius: 0 0 4px 4px !important;
        -o-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important;
    }

    .search-filters .dev-col {
        padding: 5px 0;
    }
    .search-filters .dev-col:nth-child(3) {
        width: auto;
    }

    .dev-tags .dev-tag {
        width: 86px;
    }

    .search-dates {
        padding: 15px;
        text-align: center;
    }
    .search-dates .days .day {
        width: 77px;
    }

    .vetos-listing .item {
        text-align: center;
    }

    .clear-fix-search-container .search-container.affix-top,
    .clear-fix-search-container .search-container.affix,
    .clear-fix-search-container .search-container.affix-bottom {
        position: static;
    }

    .clear-fix-search-dates {
        min-height: 85px;
    }
    .clear-fix-search-dates .search-dates.affix {
        top: 0;
    }
}
@media (max-width: 768px) {
    .search-dates .btn {
        margin-top: 5px;
    }
    .search-dates .day-next {
        float: right;
    }
    .search-dates .day-prev {
        float: left;
    }
    .search-dates .days .day {
        display: none;
    }
    .search-dates .days .day:nth-child(1) {
        display: inline-block;
    }

    .oui-q-bloc {
        text-align: center;
        padding: 25px;
        background: #175873;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
    }
    .oui-q-bloc .bloc-title {
        color: white;
        margin: 0 0 15px 0;
        font-size: 18px;
        font-weight: 500;
    }
    .oui-q-bloc .row > div:not(:last-of-type) .btn {
        margin-bottom: 15px;
    }

    .oui-bighelp-bloc {
        padding: 25px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        text-align: center;
    }
    .oui-bighelp-bloc .bloc-img img {
        width: 80%;
    }
    .oui-bighelp-bloc .bloc-title {
        font-size: 22px;
    }
    .oui-bighelp-bloc .bloc-desc {
        font-size: 16px;
    }

    .oui-help-bloc {
        padding: 25px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        min-height: auto;
        margin-bottom: 15px;
    }
    .oui-help-bloc .bloc-title {
        font-size: 22px;
    }
    .oui-help-bloc .bloc-desc {
        font-size: 16px;
    }

    .search-result .oui-row .r-left:nth-child(1) {
        padding-right: 0;
    }
    .search-result .oui-row .r-right:nth-child(2) {
        display: none;
        width: 100%;
    }

    .oui-result-card {
        margin-bottom: 25px;
        width: calc(100vw - 30px);
    }
    .oui-result-card > .oui-row {
        display: block;
    }
    .oui-result-card > .oui-row > .oui-col {
        display: block;
    }
    .oui-result-card > .oui-row > .oui-col:nth-child(1) {
        width: 100%;
    }
    .oui-result-card.not-pro > .oui-row > .oui-col:nth-child(1) {
        width: 100%;
    }
    .oui-result-card.not-pro > .oui-row > .oui-col:nth-child(2) {
        padding: 15px;
    }
    .oui-result-card .auth-info {
        padding: 15px;
        color: #0c1446;
    }
    .oui-result-card .auth-info .item-title {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .oui-result-card .auth-info .item-title a {
        color: #0c1446;
    }
    .oui-result-card .auth-info .item-title a:hover,
    .oui-result-card .auth-info .item-title a:focus {
        text-decoration: underline;
    }
    .oui-result-card .auth-info .item-subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #e74c3c;
        margin: 20px 0 5px 0;
    }
    .oui-result-card .auth-info p {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        color: #594d6d;
    }
    .oui-result-card .bloc-dispos .bloc-dates {
        position: relative;
    }
    .oui-result-card .bloc-dispos .bloc-dates .btn {
        position: absolute;
        top: 0;
        left: -10px;
    }
    .oui-result-card .bloc-dispos .bloc-dates .btn:last-of-type {
        left: unset;
        right: -10px;
    }
    .oui-result-card .bloc-dispos .bloc-dates .days .day {
        width: 75px;
    }
    .oui-result-card .bloc-dispos .dispos .tag {
        width: 70px;
        height: 35px;
    }
    .oui-result-card .bloc-dispos .dispos .oui-row .oui-col {
        width: 75px;
    }
    .oui-result-card .no-motif {
        display: inline-block;
        width: 305px;
        padding: 25px 25px;
        margin-top: 35px;
        font-size: 14px;
        color: #acaeb6;
        border: 1px dashed #d6d1d2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .oui-result-card .no-motif a {
        display: inline-block;
        color: #1da1f3;
        margin-top: 7px;
        font-size: 14px;
        font-weight: 500;
    }
    .oui-result-card:hover {
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
        -ms-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
        border-color: #1da1f3;
    }

    .oui-result-card .bloc-gallery {
        width: calc(100vw - 30px);
    }

    .oui-result-card .bloc-gallery .g-item {
        width: 100%;
    }

    .oui-result-card .bloc-gallery .g-item > img {
        width: 100%;
    }

    .oui-cabinet-bloc {
        padding: 25px 15px;
    }
    .oui-cabinet-bloc .bloc-cab .cab-img .img {
        width: 100px;
        height: 100px;
    }
    .oui-cabinet-bloc .bloc-cab .cab-img .img img {
        display: none;
    }
    .oui-cabinet-bloc .bloc-cab > .oui-row > .oui-col {
        vertical-align: middle;
    }
    .oui-cabinet-bloc .bloc-cab > .oui-row > .oui-col:nth-child(1) {
        width: 115px;
    }
    .oui-cabinet-bloc .bloc-cab .cab-title {
        font-size: 20px;
    }
    .oui-cabinet-bloc .bloc-cab .cab-infos {
        font-size: 14px;
    }

    .oui-map-card {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        background-color: #fbfbfb;
        overflow: hidden;
    }
    .oui-map-card > .oui-row {
        display: block;
    }
    .oui-map-card > .oui-row > .oui-col {
        display: block;
    }
    .oui-map-card > .oui-row > .oui-col:nth-child(2) {
        width: 100%;
    }
    .oui-map-card .bloc-map {
        width: 100%;
        height: 200px;
    }
    .oui-map-card .card-infos .b-title {
        margin: 0 0 7px 0;
    }

    .oui-book-bloc {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .oui-book-bloc .bloc-dispos {
        text-align: center;
    }
    .oui-book-bloc .bloc-dispos .bloc-dates {
        position: relative;
    }
    .oui-book-bloc .bloc-dispos .bloc-dates .btn {
        position: absolute;
        top: 0;
        left: -10px;
    }
    .oui-book-bloc .bloc-dispos .bloc-dates .btn:last-of-type {
        left: unset;
        right: -10px;
    }

    .oui-gallery {
        height: 230px;
    }

    .oui-b-doc-bloc {
        padding: 15px;
        margin-bottom: 25px;
    }
    .oui-b-doc-bloc .doc-img .img {
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .oui-b-doc-bloc .doc-img .img img {
        display: none;
    }
    .oui-b-doc-bloc > .oui-row {
        display: block;
    }
    .oui-b-doc-bloc > .oui-row > .oui-col {
        display: block;
    }
    .oui-b-doc-bloc > .oui-row > .oui-col:nth-child(1) {
        width: 100%;
    }
    .oui-b-doc-bloc .doc-title {
        font-size: 18px;
    }
    .oui-b-doc-bloc .doc-infos {
        font-size: 14px;
    }
    .oui-b-doc-bloc .book-time {
        font-size: 18px;
    }

    .oui-confirm-book-bloc {
        margin: 0 0 25px 0;
    }
    .oui-confirm-book-bloc > .oui-row {
        display: block;
    }
    .oui-confirm-book-bloc > .oui-row > .oui-col {
        display: block;
    }
    .oui-confirm-book-bloc > .oui-row > .oui-col:nth-child(1) {
        width: 100%;
    }
    .oui-confirm-book-bloc .bc-icon {
        margin-bottom: 7px;
    }
    .oui-confirm-book-bloc span {
        font-size: 16px;
        font-weight: 500;
        color: #9393aa;
    }
    .oui-confirm-book-bloc h3 {
        font-size: 20px;
        font-weight: 500;
        color: #0c1446;
        margin: 0;
    }
}
.rdv-table > tbody > tr > td {
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ede8e9;
}
.rdv-table .b-doc {
    display: table;
}
.rdv-table .b-doc > div {
    display: table-cell;
    vertical-align: middle;
}
.rdv-table .b-doc > div.doc-img {
    width: 70px;
}
.rdv-table .b-doc > div.doc-img .doc-img {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background-color: #e7e5ea;
    overflow: hidden;
}

.rdv-table .b-doc > div.doc-img .doc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdv-table .b-doc > div.doc-info span {
    font-size: 14px;
    font-weight: 500;
    color: #594d6d;
}
.rdv-table .b-doc > div.doc-info p {
    font-size: 18px;
    font-weight: 500;
    color: #12022f;
    margin: 0;
}
.rdv-table .b-user {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #3a3335;
}
.rdv-table .b-user i {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #9393aa;
    margin-right: 10px;
    vertical-align: middle;
    padding-top: 6px;
}
.rdv-table .b-ico {
    color: #391484;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pull-up {
    margin-top: -50px;
}

.dev-ico {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
.dev-ico.lg {
    width: 80px;
    height: 80px;
}
.dev-ico.m-l {
    margin-left: 10px;
}
.dev-ico.m-r {
    margin-right: 10px;
}
.dev-ico img {
    width: 100%;
    height: 100%;
}

.rotate-90 {
    transform: rotate(90deg);
}

.dev-simple-list {
    list-style: none;
    margin: 25px 0;
}
.dev-simple-list.yellow-list li a {
    color: #faf149;
}
.dev-simple-list li a {
    font-size: 17px;
    color: #337799;
}
.dev-simple-list li a:hover {
    text-decoration: underline;
}

.h-sm {
    display: inline-block;
}

.h-lg {
    display: none;
}

.dev-pagination {
    background: #ecf0f1;
    padding: 10px 0;
}
.dev-pagination li a {
    background: none;
    border-width: 0 1px 0 0;
    border-color: #dde0e2;
    padding: 0px 12px;
    font-size: 16px;
    color: #0c1446;
    font-weight: bold;
    cursor: pointer;
}
.dev-pagination li:last-child a {
    border-width: 0 0 0 0;
}
.dev-pagination li.active a,
.dev-pagination li.active a:hover,
.dev-pagination li.active:focus {
    background: none;
    border-width: 0 1px 0 0;
    color: #e74c3c;
    border-color: #dde0e2;
}

@media (max-width: 798px) {
    .pull-up {
        margin-top: 0;
    }

    .dev-ico.lg {
        height: 60px;
        width: 60px;
        margin: 10px;
    }

    .dev-simple-list {
        padding: 0;
    }

    .h-sm {
        display: none;
    }

    .h-lg {
        display: inline-block;
    }
}
.dev-blue-check {
    display: block;
    padding: 15px 15px 15px 40px;
    border: 1px solid rgba(147, 147, 170, 0.37);
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    color: #0c1446;
}
.dev-blue-check:after {
    content: "";
    display: block;
    position: absolute;
    top: 18.5px;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #dfe1e5;
    border-radius: 50%;
}
.dev-blue-check input {
    position: absolute;
    left: -50px;
    visibility: hidden;
}
.dev-blue-check span {
    display: block;
    color: #0c1446;
}
.dev-blue-check .check-txt-l {
    font-size: 16px;
    font-weight: 600;
}
.dev-blue-check .check-txt-r {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
.dev-blue-check.active {
    border-color: #0c1446;
}
.dev-blue-check.active:after {
    background: #0c1446;
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 2px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #3a3335;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #9393aa;
    color: white;
}

footer {
    background: #0c1446;
    padding: 160px 15px 45px 15px;
}
footer .footer-logo {
    margin-bottom: 15px;
}
footer .footer-logo img {
    display: inline-block;
    width: 115px;
}
footer .footer-p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin: 0 0 10px 0;
}
footer .footer-list-title {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin: 0 0 8px 0;
}
footer .footer-list {
    padding: 0;
    list-style: none;
}
footer .footer-list li {
    padding: 3px 0;
}
footer .footer-list li a {
    color: white;
    font-size: 14px;
    opacity: 0.5;
}
footer .footer-list li a:hover {
    opacity: 1;
}
footer .footer-nav {
    padding: 0;
    list-style: none;
    float: right;
}
footer .footer-nav li {
    display: inline-block;
}
footer .footer-nav li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 7px 15px;
}
footer .socials {
    display: inline-block;
    padding: 10px 0;
}
footer .socials a {
    margin-right: 5px;
}
footer .socials a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #0c1446;
    font-size: 14px;
    background: white;
    opacity: 0.5;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
footer .socials a:hover i {
    opacity: 1;
}
footer .with-bb {
    border-color: rgba(255, 255, 255, 0.1);
}
footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin: 0;
}
footer .footer-bottom {
    margin-top: 15px;
}

@media (max-width: 798px) {
    footer .footer-p {
        margin: 0 0 25px 0;
    }
    footer .copyright {
        text-align: center;
    }
    footer .footer-nav {
        float: none;
        text-align: center;
    }
}
/* bxslider */
.bx-wrapper {
    background: none;
    border: none;
    margin: 0 auto 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover
{
  background: $c-blue;
}*/
.dev-slider {
    padding: 0;
}
/* lightbox */
.lightbox-nav .btn-group {
    position: absolute;
    left: -5px;
    top: -5px;
}
.lightbox-nav .btn-group .btn {
    font-size: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: none;
}

.drop-filter {
    display: inline-block;
}
.drop-filter:not(:last-of-type) {
    margin-right: 10px;
}
.drop-filter.float-right {
    float: right;
}
.drop-filter .btn {
    background: none;
    border: solid 1px #0c1446;
    color: #0c1446;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}

.drop-filter.a-r .dropdown-menu {
    left: unset;
    right: 0;
}

@media (max-width: 768px) {
    .drop-filter {
        display: block;
    }
    .drop-filter:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .drop-filter.float-right {
        float: none;
    }
    .drop-filter .btn {
        width: 100%;
        text-align: left;
        padding: 11px 15px;
    }
    .drop-filter .btn i {
        float: right;
    }
    .drop-filter.a-r .dropdown-menu {
        left: 0;
        right: unset;
    }
}
.tc-red {
    color: #e61b00 !important;
}

.tc-dark-blue {
    color: #0c1446 !important;
}

.tc-white {
    color: white !important;
}

.ts-xs {
    font-size: 10px;
}

.ts-sm {
    font-size: 12px;
}

.ts-md {
    font-size: 14px;
}

.ts-lg {
    font-size: 16px;
}

.ts-xlg {
    font-size: 18px;
}

.tw-100 {
    font-weight: 100;
}

.tw-200 {
    font-weight: 200;
}

.tw-300 {
    font-weight: 300;
}

.tw-400 {
    font-weight: 400;
}

.tw-500 {
    font-weight: 500;
}

.tw-600 {
    font-weight: 600;
}

.tw-700 {
    font-weight: 700;
}

.tw-900 {
    font-weight: 900;
}

.no-pdn {
    padding: 0 !important;
}

.no-pdn-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pdn-r {
    padding-right: 0 !important;
}

.no-pdn-l {
    padding-left: 0 !important;
}

.no-pdn-t {
    padding-top: 0 !important;
}

.no-pdn-b {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.dis-block {
    display: block !important;
}

.dis-inline {
    display: inline-block !important;
}

.pdn-xs {
    padding: 5px !important;
}

.pdn-lr-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pdn-l-xs {
    padding-left: 5px !important;
}

.pdn-r-xs {
    padding-right: 5px !important;
}

.pdn-tb-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pdn-t-xs {
    padding-top: 5px !important;
}

.pdn-b-xs {
    padding-bottom: 5px !important;
}

.pdn-sm {
    padding: 15px !important;
}

.pdn-lr-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pdn-l-sm {
    padding-left: 15px !important;
}

.pdn-r-sm {
    padding-right: 15px !important;
}

.pdn-tb-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pdn-t-sm {
    padding-top: 15px !important;
}

.pdn-b-sm {
    padding-bottom: 15px !important;
}

.pdn-md {
    padding: 25px !important;
}

.pdn-lr-md {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pdn-l-md {
    padding-left: 25px !important;
}

.pdn-r-md {
    padding-right: 25px !important;
}

.pdn-tb-md {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pdn-t-md {
    padding-top: 25px !important;
}

.pdn-b-md {
    padding-bottom: 25px !important;
}

.pdn-lg {
    padding: 35px !important;
}

.pdn-lr-lg {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.pdn-l-lg {
    padding-left: 35px !important;
}

.pdn-r-lg {
    padding-right: 35px !important;
}

.pdn-tb-lg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pdn-t-lg {
    padding-top: 35px !important;
}

.pdn-b-lg {
    padding-bottom: 35px !important;
}

.pdn-xlg {
    padding: 45px !important;
}

.pdn-lr-xlg {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.pdn-l-xlg {
    padding-left: 45px !important;
}

.pdn-r-xlg {
    padding-right: 45px !important;
}

.pdn-tb-xlg {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pdn-t-xlg {
    padding-top: 45px !important;
}

.pdn-b-xlg {
    padding-bottom: 45px !important;
}

.mrg-xs {
    margin: 5px !important;
}

.mrg-lr-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mrg-l-xs {
    margin-left: 5px !important;
}

.mrg-r-xs {
    margin-right: 5px !important;
}

.mrg-tb-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mrg-t-xs {
    margin-top: 5px !important;
}

.mrg-b-xs {
    margin-bottom: 5px !important;
}

.mrg-sm {
    margin: 15px !important;
}

.mrg-lr-sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mrg-l-sm {
    margin-left: 15px !important;
}

.mrg-r-sm {
    margin-right: 15px !important;
}

.mrg-tb-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mrg-t-sm {
    margin-top: 15px !important;
}

.mrg-b-sm {
    margin-bottom: 15px !important;
}

.mrg-md {
    margin: 25px !important;
}

.mrg-lr-md {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mrg-l-md {
    margin-left: 25px !important;
}

.mrg-r-md {
    margin-right: 25px !important;
}

.mrg-tb-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mrg-t-md {
    margin-top: 25px !important;
}

.mrg-b-md {
    margin-bottom: 25px !important;
}

.mrg-lg {
    margin: 35px !important;
}

.mrg-lr-lg {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.mrg-l-lg {
    margin-left: 35px !important;
}

.mrg-r-lg {
    margin-right: 35px !important;
}

.mrg-tb-lg {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mrg-t-lg {
    margin-top: 35px !important;
}

.mrg-b-lg {
    margin-bottom: 35px !important;
}

.mrg-xlg {
    margin: 45px !important;
}

.mrg-lr-xlg {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.mrg-l-xlg {
    margin-left: 45px !important;
}

.mrg-r-xlg {
    margin-right: 45px !important;
}

.mrg-tb-xlg {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mrg-t-xlg {
    margin-top: 45px !important;
}

.mrg-b-xlg {
    margin-bottom: 45px !important;
}

.with-b {
    border: 1px solid #ccc;
}

.with-bb {
    border-bottom: 1px solid #ccc;
}

.with-bt {
    border-top: 1px solid #ccc;
}

.with-br {
    border-right: 1px solid #ccc;
}

.with-bl {
    border-left: 1px solid #ccc;
}

.bg-white {
    background: white;
}

.bg-grey-l1 {
    background: #f6f6f6;
}

.oui-hero {
    position: relative;
    background-color: #2b7c85;
}
.oui-hero .wrapper {
    padding: 80px 0 145px 0;
    background-image: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 505px auto;
}
.oui-hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-image: linear-gradient(
        to bottom,
        #ffffff,
        rgba(43, 124, 133, 0)
    );
}
.oui-hero .hero-title {
    color: white;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.oui-hero .hero-desc {
    color: white;
    font-size: 18px;
    font-weight: normal;
}
.oui-hero .search-container {
    background: none;
    padding: 0;
    margin-top: 45px;
}

.section {
    padding: 0 15px;
    color: #0c1446;
}
.section .section-pdn {
    padding: 140px 0;
}
.section .section-title {
    font-size: 58px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 45px;
}
.section .section-subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 18px;
}
.section .section-txt {
    font-size: 18.5px;
}
.section .action {
    margin-top: 55px;
}
.section.super-veto {
    background-color: white;
    background-image: url("../images/plus.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 73% auto;
}
.section.super-veto .section-img {
    padding-top: 130px;
    text-align: center;
}
.section.service-mobile {
    background-color: #faf149;
    text-align: right;
    overflow: hidden;
}
.section.service-mobile .section-img {
    padding-top: 25px;
    text-align: center;
}
.section.service-mobile .section-img img {
    height: 575px;
}
.section.don {
    background-color: #337799;
    overflow: hidden;
    color: white;
}
.section.don .section-pdn {
    padding: 80px 0;
}
.section.don .section-title {
    margin-bottom: 25px;
}
.section.don .section-subtitle {
    margin-bottom: 25px;
}
.section.don .action {
    margin-top: 37px;
}
.section.find-veto {
    background-color: white;
    padding: 50px 15px;
}
.section.find-veto .section-title,
.section.find-veto .section-subtitle {
    text-align: center;
}
.section.find-veto .with-bb {
    border-color: #0c1446;
}
.section.find-veto .veto-lists {
    padding-top: 120px;
}
.section.find-veto .section-title {
    margin-bottom: 20px;
}
.section.veto {
    color: white;
    text-align: center;
    background-image: url("../images/vetobg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section.veto .section-title {
    font-size: 55px;
}
.section.contact-info {
    background-color: #faf149;
    padding: 15px;
    font-size: 25px;
}
.section.contact-info .adresse {
    display: inline-block;
    margin-top: 17px;
}

@media (max-width: 980px) {
    .oui-hero {
        text-align: center;
    }
    .oui-hero .wrapper {
        padding: 25px 0;
        background-image: none;
    }
    .oui-hero .hero-title {
        font-size: 28px;
    }
    .oui-hero .hero-desc {
        font-size: 16px;
    }
    .oui-hero .search-container {
        background: none;
        padding: 0;
        margin-top: 45px;
    }

    .section {
        text-align: center;
    }
    .section .section-pdn {
        padding: 140px 0;
    }
    .section .section-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .section-subtitle {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .section .section-txt {
        font-size: 18.5px;
    }
    .section .action {
        margin-top: 55px;
    }
    .section.super-veto {
        background-color: white;
        background-image: url("../images/plus.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 73% auto;
    }
    .section.super-veto .section-img {
        padding-top: 130px;
        text-align: center;
    }
    .section.service-mobile {
        background-color: #faf149;
        text-align: right;
        overflow: hidden;
    }
    .section.service-mobile .section-img {
        padding-top: 25px;
        text-align: center;
    }
    .section.service-mobile .section-img img {
        height: 575px;
    }
    .section.don {
        background-color: #337799;
        overflow: hidden;
        color: white;
    }
    .section.don .section-pdn {
        padding: 80px 0;
    }
    .section.don .section-title {
        margin-bottom: 25px;
    }
    .section.don .section-subtitle {
        margin-bottom: 25px;
    }
    .section.don .action {
        margin-top: 37px;
    }
    .section.find-veto {
        background-color: white;
        padding: 50px 15px;
    }
    .section.find-veto .section-title,
    .section.find-veto .section-subtitle {
        text-align: center;
    }
    .section.find-veto .with-bb {
        border-color: #0c1446;
    }
    .section.find-veto .veto-lists {
        padding-top: 120px;
    }
    .section.find-veto .section-title {
        margin-bottom: 20px;
    }
    .section.veto {
        color: white;
        text-align: center;
        background-image: url("../images/vetobg.png");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section.veto .section-title {
        font-size: 55px;
    }
    .section.contact-info {
        background-color: #faf149;
        padding: 15px;
        font-size: 25px;
    }
    .section.contact-info .adresse {
        display: inline-block;
        margin-top: 17px;
    }
}
#result-map .angular-google-map-container {
    width: 300px;
    height: 530px;
}

.search-result .dev-col:nth-child(2) {
    width: 300px;
}

@media (max-width: 992px) {
    .search-result .dev-col:nth-child(2) {
        width: 100%;
    }
    .search-result #result-map .angular-google-map-container {
        width: 100%;
    }
}

/*# sourceMappingURL=app.css.map */
