

.btn, .form-control {
    outline: none;
    box-shadow: none !important; }
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none; }

.form-control {
    box-shadow: none !important;
    height: 50px;
    border-width: 2px; }

textarea.form-control {
    height: inherit; }

.btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900; }
.btn.btn-primary {
    color: #fff;
    border-width: 2px; }
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    border-color: #ff7e31;
    background: #ff7e31; }
.btn.btn-sm, .btn-group-sm > .btn {
    font-size: 12px; }
.btn.btn-outline-primary {
    border-width: 2px;
    color: #fd5f00; }
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
    color: #fff; }
.btn.btn-outline-white {
    border-width: 2px;
    border-color: #fff;
    color: #fff; }
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
    background: #fff;
    color: #000;
    border-width: 2px; }
.btn:hover {
    text-decoration: none; }

/* Header */


	
@media (max-width: 991.98px) {
header .navbar-brand.absolute {
        position: relative; } }
header .navbar-brand span {
    color: #fd5f00; }
header .navbar {
    font-family: "Montserrat", sans-serif; }

header .navbar .nav-link {
    padding: 10px;
    outline: none !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em; }
	
	
@media (max-width: 1199.98px) {
    header .navbar .nav-link {
        padding: .5rem 0rem; } }
header .navbar .nav-link.active {
    color: #fff; }
header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    margin-top: -5px; }
header .navbar .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px; }
	
	
@media (max-width: 991.98px) {
    header .navbar .dropdown-menu:before {
        display: none; } }
header .navbar .dropdown-menu .dropdown-item:hover {
    background: var(--rouge);
    color: #fff; }
header .navbar .dropdown-menu .dropdown-item.active {
    background: var(--rouge);
    color: #fff; }
header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px; }
header .navbar .cta-btn a {
    background: #fd5f00;
    color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    line-height: 1;
    transition: .3s all ease; }
header .navbar .cta-btn a:hover {
    color: #fff !important;
    box-shadow: 2px 0 30px -5px rgba(253, 95, 0, 0.9); }
header .search-form {
    position: relative; }
header .search-form .icon {
    position: absolute;
    top: 50%;
    font-size: 1.2rem;
    left: 0;
    transform: translateY(-50%); }
header .search-form .form-control {
    padding-left: 30px;
    border: none;
    height: 44px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff; }

.half .text, .half .image {
    width: 50%; }
	
	
@media (max-width: 991.98px) {
    .half .text, .half .image {
        width: 100%; } }

.half .text {
    padding: 7%; }

.half .image {
    background-size: cover;
    background-position: center center; }
	
	
@media (max-width: 991.98px) {
    .half .image {
        height: 350px; } }

.section-heading h2 {
    font-size: 50px; }

.section-heading .small-sub-heading {
    font-size: 14px;
    color: #fd5f00; }

.blog .media h3 {
    font-size: 20px;
    margin-bottom: 10px; }

.blog .media .post-meta {
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase; }

.blog .media > a {
    width: 40%; }
	
	
@media (max-width: 767.98px) {
  
    .blog .media > a {
        width: 100%;
        margin-bottom: 30px; 
    } 
}

.custom-icon {
    font-size: 70px;
    color: #fd5f00; }

/* Owl Carousel */
.home-slider {
    position: relative;
    z-index: 4; }
.home-slider .owl-item {
    opacity: .4; }
.home-slider .owl-item.active {
    opacity: 1; }
.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    margin-top: -10px;
    opacity: 1;
    transition: .3s all ease; }
.home-slider .owl-nav .owl-prev:hover, .home-slider .owl-nav .owl-prev:focus, .home-slider .owl-nav .owl-prev:active,
.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-next:active {
    outline: none;
    opacity: 1; }
.home-slider .owl-nav .owl-prev span:before,
.home-slider .owl-nav .owl-next span:before {
    font-size: 40px; }
.home-slider .owl-nav .owl-prev {
    left: 30px !important; }
.home-slider .owl-nav .owl-next {
    right: 30px !important; }
.home-slider .owl-dots {
    text-align: center; }
.home-slider .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    margin: 5px;
    background: none;
    background: #fff; }
.home-slider .owl-dots .owl-dot.active {
    width: 12px;
    background: none; }
.home-slider.home-slider {
    z-index: 1;
    position: relative; }
.home-slider.home-slider .btn-link {
    color: #fff; }
.home-slider.home-slider .owl-nav {
    opacity: 1;
    visibility: visible;
    transition: .3s all ease; }
.home-slider.home-slider .owl-nav button {
    color: #fff; }
.home-slider.home-slider:focus .owl-nav, .home-slider.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
.home-slider.home-slider.inner-page .slider-item {
    position: relative;
    z-index: 10;
    height: calc(50vh - 117px);
    min-height: 550px; }
.home-slider.home-slider.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 550px; }
.home-slider.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%; }
.home-slider.home-slider .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50%;
    border-radius: 4px;
    border-radius: 0px;
    outline: none !important;
    position: relative;
    transition: .3s all ease;
    background: white !important;
    opacity: .5; }
.home-slider.home-slider .owl-dots .owl-dot span {
    background: none !important; }
.home-slider.home-slider .owl-dots .owl-dot.active {
    width: 15px;
    opacity: 1; }
.home-slider.home-slider .owl-dots .owl-dot.active span {
    background: white !important; }
.home-slider.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px; }
.home-slider.major-caousel .owl-nav .owl-prev, .home-slider.major-caousel .owl-nav .owl-next {
    transition: .3s all ease;
    color: #495057; }
.home-slider.major-caousel .owl-nav .owl-prev:hover, .home-slider.major-caousel .owl-nav .owl-prev:focus, .home-slider.major-caousel .owl-nav .owl-next:hover, .home-slider.major-caousel .owl-nav .owl-next:focus {
    color: #6c757d;
    outline: none; }
.home-slider.major-caousel .owl-nav .owl-prev.disabled, .home-slider.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6; }
.home-slider.major-caousel .owl-nav .owl-prev {
    left: -60px !important; }
.home-slider.major-caousel .owl-nav .owl-next {
    right: -60px !important; }
.home-slider.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative; }




.inner-page .slider-item {
    position: relative;
    height: calc(50vh - 117px);
    min-height: 500px; }
.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 500px; }

.slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh);
    min-height: 700px;
    position: relative; }
/*.slider-item:before{
    content: "";
    position: absolute;
    top: 0;
    height: 129px;
    width: 100%;
    background:url(../img/degrade_blanc.png) repeat-x top left;

 }*/

 
.slider-item .slider-text {
    color: #fff;
    height: calc(100vh);
    min-height: 700px; }
.slider-item .slider-text .child-name {
    font-size: 40px;
    color: #fff; }
.slider-item .slider-text h1,
.slider-item .slider-text h2{
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    text-shadow: 0px 0px 11px rgba(41, 41, 41, 0.8);
    /*font-weight: 400;*/
}


@media (max-width: 991.98px) {
.slider-item .slider-text h1,
.slider-item .slider-text h2{
    font-size: 40px; }
}
.slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    margin: 0 auto; }
.slider-item .slider-text p a {
    color: #fd5f00;
    text-decoration: underline; }
.slider-item .slider-text p a:hover {
    color: #fff;
    text-decoration: underline; }
.slider-item .slider-text p.sub-text {
    line-height: 2; }

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10; }
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.section {
    padding: 1em 0; }

.section-subscribe {
    padding: 2em 0; }

.contact-form-contact-info p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    color: #000; }
.contact-form-contact-info p .icon {
    top: -4px;
    position: relative;
    width: 0px;
    font-size: 30px;
    color: var(--rouge); }

.load-more {
    display: block;
    padding: 40px;
    text-align: center;
    background: #e9ecef;
    color: #000;
    font-size: 20px; }
.load-more:hover {
    background: #fd5f00;
    color: #fff; }

.cover_1 {
    background-size: cover;
    background-position: center center;
    padding: 7em 0; }
.cover_1 .sub-heading {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px; }
.cover_1 .heading {
    font-size: 50px;
    color: white;
    font-weight: 300; }

.heading {
    color: #000; }
.heading.border-bottom {
    position: relative;
    padding-bottom: 30px; }
.heading.border-bottom:before {
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #fd5f00; }

.text-black {
    color: #000 !important; }

.stretch-section .video {
    display: block;
    position: relative;
    box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5); }

.media-feature {
    padding: 30px;
    transition: .2s all ease-out;
    background: #fff;
    z-index: 1;
    position: relative;
    border-bottom: 10px solid transparent;
    border-radius: 4px;
    font-size: 15px; }
.media-feature .icon {
    font-size: 60px;
    color: #fd5f00; }
.media-feature h3 {
    font-size: 16px;
    text-transform: uppercase; }
.media-feature:hover, .media-feature:focus {
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    z-index: 2;
    border-bottom: 10px solid #fd5f00; }

.media-custom {
    background: #fff;
    transition: .3s all ease;
    margin-bottom: 30px;
    position: relative;
    top: 0; }
.media-custom .meta-post {
    color: #ced4da;
    font-size: 13px;
    text-transform: uppercase; }
.media-custom > a {
    position: relative;
    overflow: hidden;
    display: block; }
.media-custom .meta-chat {
    color: #ced4da; }
.media-custom .meta-chat:hover {
    color: #6c757d; }
.media-custom img {
    transition: .3s all ease; }
.media-custom:focus img, .media-custom:hover img {
    transform: scale(1.1); }
.media-custom .media-body {
    padding: 30px; }
.media-custom .media-body h3 {
    font-size: 20px; }
.media-custom .media-body p:last-child {
    margin-bottom: 0; }

.media-testimonial img {
    width: 100px;
    border-radius: 50%; }

.media-testimonial blockquote p {
    font-size: 20px;
    color: #000;
    font-style: italic; }

.list-unstyled.check li {
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px; }
.list-unstyled.check li:before {
    color: #17a2b8;
    left: 0;
    font-family: "Ionicons";
    content: "\f122";
    position: absolute; }

#modalAppointment .modal-content {
    border-radius: 0;
    border: none; }

#modalAppointment .modal-body, #modalAppointment .modal-footer {
    padding: 40px; }

.post-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: .2em;
    display: block;
    margin-bottom: 10px; }

.site-footer {
    padding-top: 3em ;
    border-top: #eee; 
	}
.site-footer p:last-child {
    margin-bottom: 0; 
	}
.site-footer a {
    color: #000;
}
.site-footer a:hover {
    color: var(--jaune);
     }
.site-footer h3 {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold; }
.site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 5px; }
.site-footer hr {
    width: 100%; }

.footer-social a {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block; }
.footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }

.link-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
@media (max-width: 991.98px) {
    .link-thumbnail {
        margin-bottom: 30px; } }
.link-thumbnail img {
    position: relative;
    transition: .3s all ease; }
.link-thumbnail .date {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-bottom: 10px; }
.link-thumbnail .icon {
    position: absolute;
    transition: .3s all ease;
    z-index: 4;
    top: 40%;
    font-size: 30px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px; }
.link-thumbnail h3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 28px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 10;
    left: 50%;
    display: block;
    width: 77%;
    transform: translateX(-50%); }
.link-thumbnail:before {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: .3s all ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute; }
.link-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: 30%; }
.link-thumbnail:hover img {
    transform: scale(1.1); }
.link-thumbnail:hover .icon {
    opacity: 1;
    visibility: visible;
    margin-top: 0px; }
.link-thumbnail:hover:before {
    opacity: 1;
    visibility: visible; }

.border-t {
    border-top: 1px solid #F4F4F4; }

.element-animate {
    opacity: 0;
    visibility: hidden; }

.block-41 .block-41-subheading {
    margin-bottom: 30px; }
.block-41 .block-41-subheading > div {
    display: inline-block;
    text-transform: uppercase; }
.block-41 .block-41-subheading > div.block-41-line {
    height: 2px;
    width: 50px;
    background: #fd5f00; }

.block-41 .block-41-heading {
    font-size: 34px;
    line-height: 1.2; }

@media (min-width: 768px) {
    .block-41 .block-41-text {
        font-size: 17px; } }

.block-6 {
    margin-bottom: 30px; }
.block-6 .icon {
    margin-right: 40px; }
.block-6 .icon span:before {
    font-size: 50px; }
.block-6 .icon span.bg-after {
    position: relative; }
.block-6 .icon span.bg-after:after {
    position: absolute;
    content: "";
    left: -20px;
    top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fd5f00;
    z-index: -1; }
.block-6.d-block .icon {
    margin-right: 0; }
.block-6 .media-body .heading {
    font-size: 20px; }
.block-6 .media-body p {
    font-size: 17px; }

.block-11 .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px; }

.block-11 .owl-nav {
    position: relative;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
.block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
    position: relative;
    display: inline-block; }
.block-11 .owl-nav .owl-prev:active, .block-11 .owl-nav .owl-prev:focus, .block-11 .owl-nav .owl-next:active, .block-11 .owl-nav .owl-next:focus {
    outline: none; }
.block-11 .owl-nav .owl-prev span, .block-11 .owl-nav .owl-next span {
    font-size: 30px;
    padding: 20px; }
.block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
    opacity: .2; }

.block-33 {
    background: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px; }
.block-33 .vcard .image {
    flex: 0 0 60px;
    margin-right: 20px; }
.block-33 .vcard .image img {
    max-width: 100%;
    border-radius: 50%; }
.block-33 .vcard .name-text .heading {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300; }
.block-33 .vcard .name-text .meta {
    color: #a6a6a6;
    display: block; }
.block-33 .text blockquote {
    padding: 0;
    margin-bottom: 0;
    border: none !important;
    font-size: 16px; }
.block-33 .text blockquote p:last-child {
    margin-bottom: 0; }

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none; }

#loader.show {
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; }

#loader .circular {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    transform: rotate(0deg); }

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
    100% {
        transform: rotate(360deg); } }

@keyframes loader-rotate {
    100% {
        transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; } }

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; } }

.btn-play-wrap {
    position: relative;
    height: 100px;
    width: 100px; }

.btn-play {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    position: absolute;
    transition: .3s all ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.btn-play span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    transform: translate(-50%, -50%); }
.btn-play:hover {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.feature-1-wrap {
    position: relative; }

.feature-1{
    min-height: calc(50% - 15px);
    top: 0;
    margin-bottom: 30px !important; 
	}
        
@media (max-width: 991.98px) {
.feature-1 {
        display: block !important; } 
}
.feature-1 h3 {
    font-size: 1.2rem; }

.feature-img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

@media (max-width: 991.98px) {
    .feature-img-bg {
        height: 400px !important;
        display: block;
        margin-bottom: 30px; }
}

.readmore {
    text-transform: uppercase;
    font-size: .9rem;
    padding-right: 20px;
    display: inline-block;
    position: relative; }
.readmore > span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1rem;
    transform: translateY(-50%); }
.readmore:hover {
    padding-right: 30px; }

.frame,
.frame img, .frame .feature-img-bg {
    transition: .35s;
    transform: scale(1);
    overflow: hidden; }

.scaling-image {
    width: 100%;
    display: inline-block; }
.scaling-image:hover .frame {
    transform: scale(0.9); }
.scaling-image:hover img, .scaling-image:hover .feature-img-bg {
    transform: scale(1.2); }
