/*============ Loader CC ==========*/
/*======Loader======*/
.loader-cc{ 
    width: 300px;
    height: 134px; 
    background: no-repeat center/80% url("../content/cc-ecole/images/logo-cc-rouge.png");
    margin:0 auto; 
    -webkit-animation: rotateloader 1.8s infinite ease-in-out; 
    animation: rotateloader 1.8s infinite ease-in-out;
    }
	@-webkit-keyframes rotateloader{ 0%{ -webkit-transform: perspective(256px); } 50%{ -webkit-transform: perspective(256px) rotateY(360deg); } 100%{ -webkit-transform: perspective(256px) rotateY(0deg) rotateX(-360deg); } }
	
    @keyframes rotateloader{ 0%{ transform: perspective(256px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(256px) rotateX(0deg) rotateY(0deg); } 50%{ transform: perspective(256px) rotateX(360deg) rotateY(0deg); -webkit-transform: perspective(256px) rotateX(360deg) rotateY(0deg); } 100%{ transform: perspective(256px) rotateY(-360deg); -webkit-transform: perspective(256px)  rotateY(-360deg); } }
/*=======Cookie alert========*/


/*============ General Style Custom =============*/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.bg-main {
    background: #fff;
}

.bg-second {
    background: #eee;
}

.overlay-start {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    bottom: 0;
    right: 0;
}

.bg-over {
    background: rgba(24, 35, 40, 0.831);
}

.bg-cyan {
    background: #fff;
}

.bg-cyan::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -70px;
    left: 0;
    width: 60%;
    height: calc(100% + 20px);
    background-color: #f1f4f6;
}

.between {
    padding: 0px 20px;

}

.line-between {
    height: 150px;
    width: 1px;
    position: absolute;
    display: block;
    margin-top: -75px;
    transform: translate(-50%, -0%);
    left: 50%;
    background: #eb312e;
    z-index: 999;
}

.color-white {
    color: #fff !important;
    border-color: #fff !important;
}

.color-dark {
    color: #222 !important;
}

.color-gray {
    color: #e2e2e2 !important;
}

.bg-dark {
    background: #1a1a1a !important;
}

.bg-dark-d::before {
    content: '';
    width: 60%;
    height: 80%;
    position: absolute;
    left: 0;
    margin-top: -100px;
    background: #222;
    z-index: 0;
}

.mt-full {
    margin-top: 90vh !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}


.mt-80 {
    margin-top: 80px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

h1 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 50px;
    font-weight: 900;
    color: #000;
}

h2 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 24px;
    font-weight: 900;
    color: #1e272c;
}

h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1e272c;
    font-weight: 700;

}

h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.title {
    padding: 30px 0;
    z-index: 9;
    position: relative;
}

.title h2 {
    font-size: 50px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 800;
    color: #000;

    margin: 0;
     /*-webkit-text-stroke: 1px #fff;*/
   /* -webkit-text-fill-color: transparent; */
}

.title h3 {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    color: #eb312e;
    font-size: 18px;

}

.mid-title .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.title-section:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -25px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url('../content/cc-ecole/images/text-bg-dark.png') repeat;
    background-size: 10px;
    opacity: .1;
    z-index: -1;
    transform: rotate(45deg);
}
.title-section-offre:before {
    content: '';
    position: absolute;
    top: -30px;
    left: calc(50%);
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url('../content/cc-ecole/images/text-bg-dark.png') repeat;
    background-size: 10px;
    opacity: .1;
    z-index: -1;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
/*.title-section-balade:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -85px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url('../content/cc-ecole/images/etoile1.svg') no-repeat;
    /*background-size: 10px;*/
    /*opacity: 1;*
    z-index: -1;
    
    transform: rotate(45deg), scale(0.1);
}*/

.line {
    background: #1cd053 center center no-repeat;
    height: 9px;
    width: 88px;
    display: inline-block;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}


.scroll-up {
    top: 0;
    position: absolute;
    z-index: -2;
}

.hover {
    overflow: hidden;
    display: block;
}

.hover::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

/* decor */
.cc-pattern-bg::after {
    background: url(../content/cc-ecole/images/cc-pattern.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.right-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f5f5f5;
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: 3;
}

.left-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f5f5f5;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: 3;
}


.line-col {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 1px;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
}

.line-col.first {
    left: 10%;
}

.line-col.second {
    left: 30%;
}

.line-col.third {
    left: 50%;
    transform: translateX(-50%);
}

.line-col.fourth {
    left: 70%;
}

.line-col.fifth {
    left: 90%;
}

/*======= Logo ========*/
#navigation.modern .columns .logo a, #navigation.modern .columns .logo img {
    max-height: 150px;
}
@media (max-width: 1366px) {
    #navigation.modern .columns .logo a, #navigation.modern .columns .logo img {
    max-height: 70px;
}
    
}
#navigation.modern.scrolled .columns .logo a, #navigation.modern.scrolled .columns .logo img {
    max-height: 50px;
}
/*================ HERO ===========*/
.hero {
    height: 100vh;
    width: 100%;
    max-height: 100vh;
}

.hero-plat{
     opacity: 1;
    transform: matrix(0.65, 0, 0, 0.65, 0, 0);
    z-index: 9;
    height: 300px;
    width: 400px;
    right: 0px;
    top: -20px;
    position: absolute;
    background: url('../content/cc-ecole/images/cc-elements-cuisine-1-colored.svg') no-repeat center center;
    z-index: 1000;
    
}
@media (max-width: 575.98px) {
    .hero-plat{transform: matrix(0.4, 0, 0, 0.4, 100, -130);top: 100px;}
    
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .hero-plat{ transform: matrix(0.4, 0, 0, 0.4, 0, -50); left: 50px; top:-30px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-plat{ transform: matrix(0.4, 0, 0, 0.4, 0, -50); left: 210px;}
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .hero-plat{transform: matrix(0.5, 0, 0, 0.5, 0, 0);left: 280px;}
}
@media (min-width: 1500px) {
    .hero-plat{top:10px;left: 260px;}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    /*.hero-plat{ transform: matrix(0.6, 0, 0, 0.6, 0, -50); left: 210px;}*/
}

.hero .img-anim{transform: matrix(1, 0, 0, 1, 900, 580);}
@media (max-width: 575.98px) {
    .hero .img-anim{transform: matrix(0.6, 0, 0, 0.6, 60, -280); display: none;}
}
.hero-title h1 {
    color: #000;
    margin: 0 !important;
    letter-spacing: 3px;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Helvetica Neue', sans-serif;
}

.hero-title h3 {
    color: #f95343;
}

.hero-bg {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100%);
    width: calc(100%);
    z-index: -4;
    overflow: hidden;
    opacity: 1;
}


.hero-bg img {
    height: 90%;
    position: absolute;
    opacity: 1;
    bottom: 0;
    right: 10%;
}

.hero-bg::before {
    z-index: -10;
}

.square {
    opacity: .9;
    z-index: -10;
    height: 100%;
    width: 50%;
    right: 0;
    position: absolute;
    /*background: url('../content/cc-ecole/images/cuisine-cc-1.jpg') no-repeat center center;*/
    background-size: cover;
    
}
.square-full {
    opacity: .9;
    z-index: -11;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background: url('../content/cc-ecole/images/plat4.jpg') no-repeat center center;
    background-size: cover;
}
.square-overlay {
    z-index: -10;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background:#fff;
}
/*.boat-img:hover .img-anim::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    opacity: .5;
}*/
.body-frame {
    display: block;
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #222;
    border-bottom: 0px;
    pointer-events: none;
}

.btn-main {
    margin: 0 auto;
    background: transparent;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    border: 1px solid #eb312e;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    padding: 15px 34px;
    color: #000;
    transition: all ease .5s;
}

.btn-main:hover {
    color: #eb312e;
}

.btn-main:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #eb312e;
    width: 30px;
    transform: translate(-50%, -50%);
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s;
}

.btn-main:hover:before {
    left: 100%;
}

.social {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.social ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease;
}

.contact .social ul li {
    display: inline;
}

.social ul li a {
    transition: all 0.5s ease;
}

.social ul li:hover a {
    color: #eb312e;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.email-link {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 4%;
    z-index: 3;
    font-size: 24px;

}

.email-link a {
    color: #000;
    transition: all 0.5s ease;
}

.email-link:hover a {
    color: #eb312e;
}
.roellinger-link {
    position: absolute;
    /*display: inline-block;*/
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 1.5%;
    z-index: 3;
    /*font-size: 24px;*/
    opacity: 0;

}

.roellinger-link img{
    max-height: 50px;
}
.roellinger-link a{
    /*top: 8px;*/
    position: relative;
    margin-left: 10px;
    font-size: 0.8rem;
}
.hero-bisquine{
    position: absolute;
    left: -1290px;
    top: -300px;
}
/*=================== ABOUT Section ==================*/
.homard{
     opacity: 1;
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    z-index: 9;
    height: 380px;
    width: 306px;
    right: 0px;
    top: -20px;
    position: absolute;
    background: url('../content/cc-ecole/images/homard-bleu-red.svg') no-repeat center center;
    
}
@media (max-width: 575.98px) {
    .homard{transform: matrix(0.4, 0, 0, 0.4, 0, 0);top: -160px; right: -80px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .homard{ transform: matrix(0.7, 0, 0, 0.7, 0, 0); top: -60px; right: 10px;}
}
@media (min-width: 1500px) {
    .homard{right: 150px;}
}
 @media
only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1200px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min-resolution: 200dpi),
only screen and (min-width: 1200px)and ( min-resolution: 1.25dppx)
{
    .homard {
         transform: matrix(0.5, 0, 0, 0.5, 0, 0); top: -90px; right: 100px;
    }
}
 @media
only screen and (min-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min-resolution: 200dpi),
only screen and (min-width: 1500px)and ( min-resolution: 1.25dppx)
{
    .homard {
         transform: matrix(0.7, 0, 0, 0.7, 0, 0); top: -60px; right: 0px;
    }
}
.about-overlay {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(235, 49, 46) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(235, 49, 46) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%,  rgb(235, 49, 46) 100%);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}

.about-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(235, 49, 46);
    z-index: 9;
}

.about-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
    z-index: 9;
}

.about-img:hover .about-overlay {
    opacity: 0;
}

.about-item {
    overflow: hidden;
}

.about-text {
    padding: 20px 40px;
    z-index: 9;

}

.about-text p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.about-text h4 {
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 2px;
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
}

.about-inner{z-index: 9; position: relative;}

.about {
    position: relative;
}
.about-img::before {
    border: 2px solid 
    #eb312e;
    bottom: 40px;
    content: "";
    width:100%;
    position: absolute;
    right: 50px;
    top: -50px;
    z-index: -1;
}
.line-img:after {

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 10px;
    background-color: #eb1f12;
    z-index: 2;
}
/*============ BALADE CORSAIRE Section ============*/
.bisquine{
     opacity: 1;
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    z-index: 9;
    height: 400px;
    width: 400px;
    right: 0px;
    top: -20px;
    position: absolute;
    background: url('../content/cc-ecole/images/bisquine-blue.svg') no-repeat center center;
    z-index: 1000;
    
}
@media (max-width: 575.98px) {
    .bisquine{transform: matrix(0.4, 0, 0, 0.4, -70, -160);}
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .bisquine{ transform: matrix(0.65, 0, 0, 0.65, 0, 0); top: -145px;left: 100px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bisquine{ transform: matrix(0.65, 0, 0, 0.65, 0, 0); top: -100px;left: 180px;}
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .bisquine{transform: matrix(0.65, 0, 0, 0.65, 0, 0); top: -100px;left: 360px;}
}

@media (min-width: 1500px) {
    .bisquine{top: -60px;left: 650px;}
}
@media
only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1200px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min-resolution: 200dpi),
only screen and (min-width: 1200px)and ( min-resolution: 1.25dppx)
{
    .bisquine {
    transform: matrix(0.65, 0, 0, 0.65, 0, 0); top: -100px;left: 410px;
    }
}
@media
only screen and (min-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min-resolution: 200dpi),
only screen and (min-width: 1500px)and ( min-resolution: 1.25dppx)
{
    .bisquine {
     transform: matrix(0.8, 0, 0, 0.8, 0, 0); top: -100px;left: 460px;
    }
}
@media
only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 2500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( min-resolution: 200dpi),
only screen and (min-width: 2500px)and ( min-resolution: 1.25dppx)
{
    .bisquine {
     transform: matrix(0.7, 0, 0, 0.7, 0, 0); top: -100px;left: 960px;
    }
}
.etoile{
     opacity: 1;
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    z-index: 9;
    height: 100px;
    width: 100px;
    left: 0px;
    top: 60px;
    position: absolute;
    background: url('../content/cc-ecole/images/etoile-red-1.svg') no-repeat center center;
    z-index: 1000;
    
}
@media (max-width: 575.98px) {
    .etoile{transform: matrix(0.3, 0, 0, 0.3, 0, 0);top: -55px;left: -10px;}
    
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .etoile{ transform: matrix(0.4, 0, 0, 0.4, 0, -50); left: 120px; top:20px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .etoile{ transform: matrix(0.4, 0, 0, 0.4, 0, -50); left: 210px;}
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .etoile{transform: matrix(0.45, 0, 0, 0.45, 0, 0); top: 0px;left: 380px;}
}

@media (min-width: 1500px) {
    .etoile{transform:matrix(0.6, 0, 0, 0.6, 0, 0); top: 0px; left: 650px;}
}
@media
only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1200px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min-resolution: 200dpi),
only screen and (min-width: 1200px)and ( min-resolution: 1.25dppx)
{
    .etoile {
    transform: matrix(0.5, 0, 0, 0.5, 0, 0); top: 0px;left: 450px;
    }
}
@media
only screen and (min-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min-resolution: 200dpi),
only screen and (min-width: 1500px)and ( min-resolution: 1.25dppx)
{
    .etoile {
    transform: matrix(0.6, 0, 0, 0.6, 0, 0); top: 0px;left: 450px;
    }
}
@media
only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 2500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 2500px) and ( min-resolution: 200dpi),
only screen and (min-width: 2500px)and ( min-resolution: 1.25dppx)
{
    .etoile {
    transform: matrix(0.6, 0, 0, 0.6, 0, 0); top: 0px;left: 950px;
    }
}
.project-section {
    position: relative;
}

.project-content img {
    width: 100%;
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
}

.project-content {
    padding: 0 20px;
    margin: 0 0 10px 0;
    position: relative;
}

.project-content:hover .img-project::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    opacity: .5;
}

span.strip {
    width: 40px;
    height: 1px;
    background: #f95343;
    position: absolute;
    left: 24px;
    top: 10px;

}

span.number {
    padding-right: 50px;
}

.balade-overlay {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(35, 60, 112) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(35, 60, 112) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%,  rgb(35, 60, 112) 100%);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}

.balade-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(35, 60, 112);
    z-index: 9;
    
}

.balade-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
    z-index: 9;
    
}
.balade-img img {max-height: 700px;}
.balade-img:hover .balade-overlay {
    opacity: 0;
}

.balade-item {
    overflow: hidden;
}

.balade-text {
    padding: 20px 40px;
    z-index: 9;

}

.balade-text p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.balade-text h4 {
    /*font-family: 'Playfair Display', sans-serif;*/
    letter-spacing: 2px;
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
}

.balade-inner{z-index: 9; position: relative;}

.about {
    position: relative;
}
.balade-img::before {
    border: 2px solid #233c70;
    bottom: 40px;
    content: "";
    width:100%;
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: -1;
}
.line-img-balade:after {

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 10px;
    background-color: #233c70;
    z-index: 2;
}

.btn-main-blue {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    border: 1px solid #233c70;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    padding: 15px 34px;
    color: #000;
    transition: all ease .5s;
}

.btn-main-blue:hover {
    color: #233c70;
}

.btn-main-blue:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #233c70;
    width: 30px;
    transform: translate(-50%, -50%);
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s;
}

.btn-main-blue:hover:before {
    left: 100%;
}
/*============ OFFRES Section ============*/
#offre{
    background-size: 80%;
}
.bg-offre{
 position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: 3;
}
.box-offre{
    /*border-radius: 12px;*/
   /* border: 1px solid #eb312e;*/
    box-shadow: 2px 10px 25px 0px rgba(0,0,0,0.2);
    width: 100%;
}
.box-offre::after{
    border: 1px solid #eb312e;
    bottom: 45px;
    content: "";
    width: 80%;
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 15px;
    z-index: -1;
    max-height: 500px;
}
.box-offre .block-img{
    border: none;
}
.box-offre img{
    /*border-radius: 12px;*/
    transform: scale(1);
    transition: all ease .6s;
    box-shadow: 2px 10px 25px 0px rgba(0,0,0,0.2);

}
.box-offre:hover img{
    /*border-radius: 12px;*/
    transform: scale(1.08);
    transition: all ease .6s;
}
/*.line-img-offre:before {

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 10px;
    background-color: #eb312e;
    z-index: 2;
}*/
.line-img-offre:after {

    content: '';
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 45%;
    height: 10px;
    background-color:#eb312e;
    z-index: 2;
}
.box-offre .img-overlay{
    /*border-radius: 12px;*/
    transform: scale(1);
    transition: all ease .6s;
     background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    opacity: 0.2;
    border: 2px solid #125be8;
}
.box-offre:hover .img-overlay{
    /*border-radius: 12px;*/
    transform: scale(1.08);
    transition: all ease .6s;
     
}
.box-offre .img-overlay:hover{
    font-size: 2rem;
    opacity: 0.7!important;
    transform: scale(1.08);
    
}
.box-offre .img-overlay:hover span{
    font-size: 2rem;
}

.offre-text {
    position: relative;
  padding: 20px;
  height: 200px;
  transition: height 0.6s;
  /*(card_thumb_height)235 -
   *(card_thumb_height:hover)90 
   * = 145
   */
    overflow: hidden;
}
.box-offre:hover .offre-text{
  height: 340px;
}

.offre-text-2{
    display: none;
    transition: all 0.9s;
}

.box-offre:hover .offre-text-2{
    display: inline-block;
    
}
.box-offre .line-title-offre {
    width: 120px;
    height: 1px;
    background-color:#eb312e;
    margin: 0 auto;
    display: block;
    top: 3px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 5px;
}
.line-title-offre:before {
     content: '';
    position: absolute;
    top: 7px;
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
    z-index: 1;
    background: #eb312e;
    /*background: url('../content/cc-ecole/images/line-etoile.svg') no-repeat center;*/
    opacity: 1;
    /*transform: rotate(45deg);*/
    transform-origin: 0 0;
}
.offre-mid-img img{
    max-height: 420px;
}
/*.line-title-offre::after {
    content: '';
    position: absolute;
    left: 7px;
    margin-top: 10px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #f3c26b;
    border-radius: 0px;
     z-index: 1;
}*/
/*============ NEWSLETTER Section ============*/
.newsletter-plat{
     opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 9;
    height: 300px;
    width: 400px;
    left: 0px;
    top: 220px;
    position: absolute;
    background: url('../content/cc-ecole/images/cc-elements-cuisine-2.svg') no-repeat center center;
    
}
@media (max-width: 575.98px) {
    .newsletter-plat{transform: matrix(0.4, 0, 0, 0.4, 0, 0);top: 455px; left: 80px;}
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .newsletter-plat{transform: matrix(0.7, 0, 0, 0.7, 0, 0);top: 325px; left: 370px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter-plat{transform: matrix(0.9, 0, 0, 0.9, 0, 0);top: 325px; left: 520px;}
}
@media (min-width: 1360px) {
    .newsletter-plat{transform: matrix(0.7, 0, 0, 0.7, 0, 0);top: 225px; left: 720px;}
}
@media (min-width: 1500px) {
    .newsletter-plat{transform: matrix(0.8, 0, 0, 0.8, 0, 0);top: 200px; left: 1050px;}
}
@media
only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1200px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1200px) and ( min-resolution: 200dpi),
only screen and (min-width: 1200px)and ( min-resolution: 1.25dppx)
{
    .newsletter-plat {
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); top: 200px;left: 750px;;
    }
}
@media
only screen and (min-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 1500px) and ( min-device-pixel-ratio: 1.25),
only screen and (min-width: 1500px) and ( min-resolution: 200dpi),
only screen and (min-width: 1500px)and ( min-resolution: 1.25dppx)
{
    .newsletter-plat {
    transform: matrix(0.8, 0, 0, 0.8, 0, 0); top: 200px;left: 850px;;
    }
}
.newsletter-cc{
	/*float:left;*/
	width:100%;
	background:#eee;
	position:relative;
	display:block;
	padding:0;
    z-index: 9;
}

.newsletter-cc h1,
.newsletter-cc h2,
.newsletter-cc h3,
.newsletter-cc h4,
.newsletter-cc h5,
.newsletter-cc h6{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}

.newsletter-cc .title-news{
	/*font-family: 'shorelines_script_boldregular', cursive;*/
	text-transform:none;
	font-size:42px;
	line-height:56px;
	padding-bottom:20px;
	margin-bottom:25px;
}
.bg-news{
    background-color: #f5f5f5;
}
.open-time{
	position:relative;
	float:left;
	width:100%;
	background:#233c70;
	padding:20px;
    z-index: 5;
}

.open-time:before,
.open-time:after{
	content:"";
	position:absolute;
	width:100%;
	height:20px;
	background:#233c70;
	display:block;
	top:-20px;
	left:0;
	z-index:4;
}

.open-time:after{
	top:100%;
}

.open-content{
	border:1px dashed #eb312e;
	padding:40px 30px 35px 30px;
	color:#adadad;
	text-align:center;
}

.open-content:before,
.open-content:after{
	border-bottom: 20px solid #eb312e;
	border-left: 20px solid transparent;
	position:absolute;	
	content: "";
	display:block;
	width: 0;
	height: 0;
	left:-20px;
	top:-20px;
	z-index:2;
}

.open-content:after{
	border-bottom: 20px solid #eb312e;
	border-left:none;
	border-right: 20px solid transparent;
	left:100%;
	top:-20px;
}

.newsletter-cc-contact{
    font-size: 1rem;
	font-weight:300;
	border-top:1px dashed #7e1c1a;
	padding-top:20px;
	margin:0;
}

.newsletter-cc-form{
	padding:65px 10px 40px 10px;
}

.newsletter-cc-form .form-control,
.newsletter-cc-form .jcf-select{
    height:100%;
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	color: #72747d;
	border-bottom:1px solid #3a3d4a;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
    font-size: 1.2rem;
}

.newsletter-cc-form .jcf-select .jcf-select-text {
	color: #62646f;
	padding:0;
}

.newsletter-cc-form .form-control::-moz-placeholder {
	color: #62646f;
	opacity: 1;
}

.newsletter-cc-form .form-control:-ms-input-placeholder {
	color: #62646f;
}

.newsletter-cc-form .form-control::-webkit-input-placeholder {
	color: #62646f;
}

.newsletter-cc-form .input-group{
	border-bottom:1px solid #3a3d4a;
	margin:0;
}

.newsletter-cc-form .input-group .form-control{
	border-bottom:none;
	padding-left:15px;
}

.newsletter-cc-form .input-group .input-group-btn .btn-number{
	background:none;
	border:none;
	padding:0;
	color:#3a3d4a;
}

.newsletter-cc-form .input-group .input-group-btn .btn-number:hover,
.newsletter-cc-form .input-group .input-group-btn .btn-number:focus,
.newsletter-cc-form .input-group .input-group-btn .btn-number:active{
	outline:none;
}

.signature-wrapp{
	position:relative;
	display:block;
	padding:93px 0 54px 0;
	margin-top:60px;
}

.signature-wrapp:before,
.signature-wrapp:after{
	background:url(../img/strive-res-top.png) no-repeat center center;
	content:'';
	position:absolute;
	width:473px;
	height:43px;
	display:block;
	top:0;
	left:50%;
	margin-left:-236.5px;
}

.signature-wrapp:after{
	background:url(../img/strive-res-bottom.png) no-repeat center center;
	height:14px;
	top:auto;
	bottom:0;
}

.menu-wrapp{
	background:rgba(22, 24, 34, 0.95);
	color:#fff;
	padding:40px;
}

.menu-content{
	border:1px dashed #464958; 
	padding:50px 40px 40px 40px;
}

.menu-list{
	margin:0;
	padding:0;
}

.menu-list li{
	position:relative;
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 20px 80px;
	border-bottom:1px dashed #464958; 
}

.menu-list li h6 a{
	color:#fff;
}

.menu-list li a.thumbs{
	position:absolute;
	display:block;
	width:60px;
	height:60px;
	border:4px solid #3d3f4b;
	border-radius:2px ;
	left:0;
	top:0;
}

.menu-list li .rating{
	display:block;
	margin-bottom:10px;
}

.menu-list li .price{
	position:absolute;
	right:0;
	bottom:25px;
	font-size:18px;
}
/*=============== Roellinger Book ===========*/ 
.book-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(235, 49, 46);
    z-index: 9;
}

.book-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
    z-index: 9;
}

.book-img:hover .about-overlay {
    opacity: 0;
}

.book-item {
    overflow: hidden;
}

.book-text {
    padding: 20px 40px;
    z-index: 9;

}
.book-text .title h2 {
    font-size: 40px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 800;
    color: #000;

    margin: 0;
    -webkit-text-stroke: 1px #fff;
   /* -webkit-text-fill-color: transparent; */
}
.book-text p {
    color: #565656;
    font-size: 1.1rem;
    font-weight: 500;
}

.book-text h4 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
}
.book-text h5 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}

.book-inner{z-index: 9; position: relative;}


.book-img::before {
    border: 2px solid 
    #eb312e;
    bottom: 40px;
    content: "";
    width:100%;
    position: absolute;
    right: 50px;
    top: -50px;
    z-index: -1;
}

/*=============== Contact ===========*/ 
/*.bg-img-contact{
     opacity: 1;
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    z-index: 9;
    height: 300px;
    width: 700px;
    right: 0px;
    top: -20px;
    position: absolute;
    background: url('../content/cc-ecole/images/3casseroles.svg') no-repeat center center;
    z-index: 1000;
    
}*/

.contact-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(235, 49, 46);
    z-index: 9;
}

.contact-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
    z-index: 9;
}
.contact-img::before {
    border: 2px solid 
    #eb312e;
    bottom: 40px;
    content: "";
    width:100%;
    position: absolute;
    right: 50px;
    top: -50px;
    z-index: -1;
}
.contact-img:hover .about-overlay {
    opacity: 0;
}

.contact-item h3 {
    color: #000;
    margin-bottom: 20px;
}

.contact-item h3 span {
    font-family: 'Helvetica Neue', serif;
    color: #eb312e;
    font-style: italic;
}

.contact-item a {
    color: #eb312e;
}

.contact {
    position: relative;
}


.contact-item .social {
    position: relative !important;
    bottom: 0;
    right: 0;
}

a.mail {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

a.phone {
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-item .social li {
    margin: 0 10px 0 0;
}

.copyright h3 {
    font-family: 'Helvetica Neue', serif;
    color: #000;

}


