/************** GENERAL **************/

* {
    font-family: 'PT Sans', sans-serif;
    transition: all 0.5s
}

button:focus,
.button:focus {
    outline: none !important
}

a:hover {
    text-decoration: none;
}

.bleu-bg {
    background: #006eb3;
    padding: 30px
}

.mauve-bg {
    background-color: #6b1a4c;
    padding: 30px
}

.grey-bg {
    background: #f5f6f3;
    padding: 70px 30px
}

.orange-bg {
    background: #f7ad03;
    padding: 30px
}

.btn-orange {
    background: #f7ad03;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.btn-orange:hover {
    color: #fff;
    background: #e6a100
}

.btn-green {
    background: #449427;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.btn-green:hover {
    background: #5aa943;
    color: #fff;
}

.btn-line {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 22px;
    display: table;
    font-size: 15px;
    width: fit-content;
}

.btn-line:hover {
    border-bottom: 3px solid #fff;
    color: #fff;
}

.no-list {
    list-style: none;
    padding: 0
}

.list-1 {
    margin-top: 10px;
}

.list-1 li {
    font-size: 17px;
}

.list-1 li:before {
    content: "\f105";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    padding-right: 10px;
}

.list-2 {
    margin-top: 15px
}

.list-2 li {
    font-size: 17px;
    text-align: center;
}

.list-2 li:before {
    content: '\f14a';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    padding-right: 10px;
    color: #f7ad03;
}

.titre1 {
    font-weight: 700;
    font-size: 23px;
    position: relative;
}

.titre1:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #fff;
    left: 0;
    bottom: -7px;
    position: absolute;
    display: flex;
}

.titre-cadre {
    font: 700;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #333;
    font-weight: 700;
}

.sous-titre {
    font-size: 25px;
    font-weight: 700;
}

.wh {
    color: #fff
}


/************** HEADER **************/

#tophead {
    background: #f5f6f3;
    padding: 10px
}

#tophead span {
    text-transform: uppercase;
    font-size: 14px;
}

#tophead span a {
    color: #333;
}

#tophead span.adresse:before {
    content: '\f3c5';
    font-family: "Font Awesome\ 5 Free";
    color: #f7ad03;
    font-weight: 900;
    margin-right: 6px
}

#tophead span.mail:before {
    content: '\f1d8';
    font-family: "Font Awesome\ 5 Free";
    color: #f7ad03;
    font-weight: 900;
    margin-right: 6px
}

#tophead span.tel:before {
    content: '\f095';
    font-family: "Font Awesome\ 5 Free";
    color: #f7ad03;
    font-weight: 900;
    margin-right: 6px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block;
}

#topheadMobile {
    display: none;
}

#topheadMobile .item {
    background: #333;
    border-left: 2px solid #fff;
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    font-size: 25px;
}

#topheadMobile .item:first-of-type {
    border-left: 0
}

#topheadMobile .item:hover {
    text-decoration: none;
}

#topheadMobile .item.green {
    background: rgba(68, 148, 39, 1)
}

#topheadMobile .item.violet {
    background: rgba(103, 25, 83, 1)
}

#topheadMobile .item.bleu {
    background: rgba(0, 109, 179, 1)
}

#topheadMobile .item.orange {
    background: #e29f02
}

header {
    padding: 15px 0
}

header .subnav {
    background: #f7ad03;
    margin-top: 15px;
    padding: 8px
}

header .subnav .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header .subnav .links a {
    color: #fff;
    margin-left: 20px;
    font-size: 17px;
}

header .baseline {
    display: flex;
    align-items: flex-end;
}

header .baseline span {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    font-family: "Playfair Display";
}

#mainNavbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

#mainNavbar .navbar-nav .nav-link {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

#mainNavbar .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: -2px
}

#mainNavbar .dropdown-menu .dropdown-item {
    color: #000;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 700;
}

#mainNavbar .dropdown-menu .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background: #333;
    color: #fff
}


/*Animation*/

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


/* Icon */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    background: #000;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.navbar-collapse.open {
    display: block !important;
    padding: 0 20px;
    margin-top: 10px;
}

.navbar-collapse.open #mainNavbar .navbar-nav {
    height: inherit !important
}

.navbar-collapse.open .nav-item {
    width: 100%
}


/** Fixed sidenav **/

.fixed-nav-content .item {
    display: flex;
    flex-direction: column;
    padding: 25px 0
}

.fixed-nav-content .item span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.fixed-nav-content .item:first-of-type {
    border-bottom: 1px solid #fff;
}

#sidenav {
    position: sticky !important;
    z-index: 2500;
    left: 0;
    top: 20%;
}

#sidenav .fixed-nav-content {
    position: absolute;
    width: 300px;
    height: 350px;
    background: #f7ad03;
    left: 0;
    z-index: 2000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sidenav .fixed-nav-content.hidden {
    left: -300px !important
}

#sidenav .fixed-nav-button {
    cursor: pointer;
    background: #f7ad03;
    padding: 15px;
    left: 0;
    display: flex;
    height: 220px;
    width: 60px;
    position: absolute;
    z-index: 2000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sidenav .fixed-nav-button p {
    transform: rotate(-90deg);
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

#sidenav .fixed-nav-button.active {
    left: 300px !important
}

#sidenavMobile {
    display: none
}

#sidenavMobile .fixed-nav-content {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #f7ad03;
    left: 0;
    z-index: 2000;
    padding: 40px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sidenavMobile .fixed-nav-content.hidden {
    left: -1000px !important
}

#sidenavMobile .fixed-nav-button {
    cursor: pointer;
    background: #f7ad03;
    left: 0;
    display: flex;
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 2000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sidenavMobile .fixed-nav-button p {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
}


/************** HOMEPAGE **************/

.owl-carousel.home {
    position: relative
}

.owl-carousel.home .item {
    display: flex;
    flex-direction: row;
    height: 600px;
    width: 100%
}

.owl-carousel.home .item img {
    height: 100%;
    width: 50%;
    object-fit: cover;
}

.owl-carousel.home .item .overlay {
    height: 100%;
    width: 50%;
    background: #006eb3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px
}

.owl-carousel.home .item .overlay.bleu {
    background: rgba(0, 109, 179, 1)
}

.owl-carousel.home .item .overlay.violet {
    background: rgba(103, 25, 83, 1)
}

.owl-carousel.home .item .overlay.green {
    background: #449427
}

.owl-carousel.home .item .overlay.orange {
    background: #f7ad03
}

.owl-carousel.home .item .overlay .caption {
    color: #fff
}

.owl-carousel.home .item .overlay .caption .titre {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.owl-carousel.home .item .overlay .caption p {
    font-size: 20px;
    font-family: "Playfair Display";
    margin-top: 20px;
    max-width: 70%
}

.owl-carousel.home .owl-dots {
    position: absolute;
    z-index: 2000;
    bottom: 30px;
    right: 50px
}

.owl-carousel.home .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0 5px
}

.owl-carousel.home .owl-dots .owl-dot.active {
    background: rgba(255, 255, 255, 1)
}


/** Offres **/

.offres,
.liens-utiles,
footer {
    padding: 50px 0;
}

.offres .item {
    height: 250px;
    display: flex;
    margin-bottom: 20px;
    position: relative
}

.offres .item .overlay {
    position: absolute;
    z-index: 500;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding: 50px;
    justify-content: center;
    align-items: flex-start;
}

.offres .item .overlay.orange {
    background: rgba(247, 173, 3, 0.8)
}

.offres .item .overlay.bleu {
    background: rgba(0, 109, 179, 0.8)
}

.offres .item .overlay.violet {
    background: rgba(103, 25, 83, 0.8)
}

.offres .item .overlay span {
    color: #fff;
    line-height: 1;
}

.offres .item:hover .overlay {
    width: 55%;
}

.offres .item .overlay .titre {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.offres .item .overlay .texte {
    font-size: 22px;
}

.offres .item .overlay button {
    margin-top: 15px;
    background: transparent;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px;
}

.offres .item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative
}


/** Actualité  **/

.actu article {
    margin: 30px 0
}

.actu article p,
.actu article b {
    font-family: "Playfair Display";
}


/** Liens utiles **/

.liens-utiles .item .content {
    background: #f5f6f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}

.liens-utiles .item .content .titre {
    font-weight: 700;
    font-size: 30px;
}

.liens-utiles .item .content p {
    text-align: center;
    font-family: "Playfair Display";
}

.liens-utiles .item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


/******* livraison repas **************/

.page-livraison .img-menu {
    background-image: url(../img/ardoiseMenu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7ad03!important;
}

.page-int .blocs .bon-commande .item .overlay {
    padding: 30px;
}


/******* livraison repas **************/


/************** PAGE INT **************/

.page-int {
    padding-bottom: 50px;
}

.page-int .bandeau-int,
.page-int .bandeau-apropos {
    position: relative;
    height: 200px;
    width: 100%;
    background: url('../img/bandeau-int.jpg') center no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}


/*.page-int .bandeau-apropos {
    position: relative;
    height: 200px;
    width: 100%;
    background: url('../img/hospitalisation.jpg') center no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}*/

.page-int .titre-int {
    position: absolute;
    width: 100%;
    bottom: -30px;
}

.page-int .titre-int .item {
    padding: 20px;
    display: table;
}

.page-int .titre-int .item h1 {
    color: #fff
}

.page-int .blocs {
    margin-top: 30px
}

.page-int .blocs .item {
    display: flex;
    position: relative;
    height: 250px;
    margin-bottom: 20px;
}

.page-int .blocs .item img {
    position: relative;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.page-int .blocs .item .overlay {
    padding: 40px 120px 40px 10px;
    background: none;
    /*    padding: 30px;*/
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 900;
    position: absolute;
    width: 100%;
    height: 250px;
    /*    background: rgba(0, 0, 0, 0.5);*/
    display: flex;
    flex-direction: column;
}

.page-int .blocs .item .overlay.black {
    background: rgba(0, 0, 0, 0.9);
}

.page-int .blocs .item .titre {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.page-int .blocs .item p {
    font-size: 20px;
    line-height: 1.2;
}

.page-int .blocs .item p.smaller {
    font-size: 16px;
}

.page-int .blocs .item button {
    margin-top: 15px;
    background: transparent;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px;
}

.page-int .adresses li a {
    color: #333;
}

.page-int .adresses li a:hover {
    color: #f7ad03;
}

.page-int .accordion-metier .btn {
    color: white;
}

.page-int .accordion-metier .btn:focus {
    box-shadow: none;
}

.bloc-cadre {
    padding: 15px;
    border: 1px solid #000
}

.bloc-cadre .titre {
    color: #449427;
    font-family: "Playfair Display";
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    display: block;
}

.bloc-cadre.dark {
    background: #449427;
    border-color: transparent;
}

.bloc-cadre.dark .titre,
.bloc-cadre.dark li {
    color: #fff
}

.actus {
    padding: 30px
}

.actus .item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.actus .item img {
    position: relative;
    height: 250px;
    object-fit: cover;
    width: 100%
}

.actus .item .content {
    padding: 20px;
    position: absolute;
    bottom: -70px;
    right: -20px;
    left: 20px;
    background: #333;
    -webkit-box-shadow: 10px 10px 21px -10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 21px -10px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 21px -10px rgba(0, 0, 0, 0.12);
}

.actus .item .content .titre {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.actus .item .content p {
    color: #fff;
    font-size: 15px;
}

.actus .item .content button {
    margin-top: 5px;
    background: transparent;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px;
}

.actus .item:hover button {
    margin-left: 8px;
}


/**** OFFRES EMPLOIS *****/

.offer-list-page form .form-group label {
    display: flex !important;
}

.offer-list-page form .form-group label span {
    margin-left: 2px;
}

.offer-list-page .offer {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.offer-list-page .offer :hover {
    cursor: pointer;
}

.offer-list-page .offer:hover>.card-header {
    background: #114F4A !important;
}

.offer-list-page .offer .card-header {
    display: flex;
    justify-content: space-between;
    background: #559987 !important;
}

.offer-list-page .offer .card-header span {
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
}

.offer-list-page .offer .card-header span.city {
    font-size: inherit;
    font-weight: 400;
}

.offer-list-page .offer .card-header .badge-light {
    color: #559987;
    font-weight: 400;
}

.offer-list-page .card-body .form-group label {
    font-weight: 600;
    font-size: 1.15rem;
}

@media (max-width: 992px) {
    .offer-list-page .offer .card-header {
        flex-direction: column;
    }
    .offer-list-page .offer .card-header .badges {
        margin-top: 1rem;
    }
    .offer-list-page .offer .card-header .badge-light {
        font-size: .9rem;
    }
}

.offer-sheet-page .badge {
    font-size: 100% !important;
}

.btn-job {
    background: white;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #559987;
    border: 2px solid #559987;
}

.btn-job:hover {
    background: #114F4A;
    border: 2px solid #114F4A;
    color: #fff;
}

.btn-reverse {
    background: #559987;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
}

.btn-reverse:hover {
    background: #fff;
    border: 2px solid #114F4A;
    color: #114F4A;
}

.ad-online {
    font-size: 1.05rem;
    /* font-weight: 600; */
    color: #999;
    text-transform: uppercase;
}


/* PERSONNALISATION RANGE */

input[type=range] {
    /* Fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /* Required for proper track sizing in FF */
    width: 100%;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f7ad03;
    border: 2px solid white;
}


/* Hide the outline behind the border */

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

.offer-sheet-page .sheet-title h3 {
    color: #559987;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.offer-sheet-page .sheet-title h3 .city {
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 400;
}

.offer-sheet-page .badge-light {
    background-color: transparent;
    padding: 0;
}


/* END */


/**** FIN OFFRES EMPLOIS *****/


/******* FINANCEMENTS ET AIDES **************/

.card-header {
    background-color: #f7ad03!important;
}


/******* FINANCEMENTS ET AIDES **************/


/* contact */

.contact .adresses a {
    color: #333!important;
    transition: 0.3s
}

.adresses a:hover {
    color: #f7ad03 !important
}

.btn-contact {
    background-color: #f7ad03;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    color: white;
    border: none;
}

.btn-contact:hover,
.btn-contact:active {
    background-color: #E08A09;
    border: none;
    color: white;
}


/************** FOOTER **************/

footer {
    margin-top: 60px;
    border-top: 1px solid #dfdfdf;
}

footer p,
footer a {
    color: #828282;
    font-family: "Playfair Display";
}

footer a:hover {
    color: #333
}

footer .titre {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

footer ul li a {
    margin: 7px 0;
    display: flex;
}

footer .social {
    display: flex;
    flex-direction: row;
}

footer .social a:not(:first-of-type) {
    margin-left: 8px
}

footer .social a {
    color: #fff;
    background: #f7ad03;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .partenaires {
    margin-top: 30px
}

footer .infos {
    display: flex;
    flex-direction: column;
}

label.required:after {
    content: " * ";
    color: #D42124;
}