*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

body{
    overflow-x: hidden;
}

.container-fluid
{
    margin: 0;
    padding: 0;
}

/*ANIMATION LOGO*/
/*
#animation_container {
    position: relative;   
    left:0;
    top:0;
    bottom:0;
    background-color:rgba(26, 73, 117, 1.00); 
    width:100vw!important; 
    height: 1455px;
}

#canvas {
    position: absolute; 
    top:0;
    left:0;
    width:100vw!important; 
    display: block; 
    background-color:rgba(26, 73, 117, 1.00);
}

#dom_overlay_container {
    pointer-events:none; 
    overflow:hidden; 
    width:100vw!important; 
    position: absolute; 
    left: 0; 
    top: 0; 
    display: block;
}
*/

/*VIDEO LOGO*/
/*
#video-logo 
{
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}

.video-container 
{
height: 100vh;
}

.video-parallax 
{
-webkit-transition-position: fixed;
position: fixed;
}
*/

/*IMAGE LOGO*/
#logo
{
    background: url(../img/logo/oenodata_logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
}

/*TEXTE*/
h1
{
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #1a4975;
    font-weight: 900;
}
h2
{

    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #1a4975;
    font-weight: 900;
}

h3
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    color: #1a4975;
    font-weight: 900;
}

h4
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    color: #1a4975;
    font-weight: 600;
}

.lines
{
    border: 1px solid #1a4975;
    width: 13rem;
    margin: 0 auto;
    transition: all 1s;
}

.bloc:hover .lines
{
    transform: scaleX(2);
    border: 1px solid #7b003b;
}

.bloc:hover .title
{
    color: #7b003b;
}

p
{
    font-family: 'Roboto', sans-serif;
    color: #b7b7b7;
    font-size: 1rem;
}

ul, li, a
{
    list-style-type: none !important;
    text-decoration: none !important;
}

/*ICONES*/
.bg_icone
{
    background-color: #1a4975;
    border-radius: 50% 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.bg_icone:hover
{
    background-color: #7b003b;
}

.icone_appli
{
    width: 100px;
    margin: 0 auto;
    color: #fff;
}

/*BUTTONS*/
.btn-custom 
{
    text-transform: uppercase;
    color: #fff;
    background-color: #b7b7b7;
    border: 0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.5s;
    border: none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active 
{
    color: #fff;
    background-color: #2c2c2c;
    border: none;
}

/*BACK TO TOP*/
#btop 
{
    display: inline-block;
    background-color: #1a4975;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
}

#btop:hover 
{
    cursor: pointer;
    background-color: #333;
}

#btop:active 
{
    background-color: #7b003b;
}

#btop::after 
{
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

/*TITLE*/
.link--title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 4em;
    color: #1a4975;
    padding: 0 0 0.125em;
}

.link--title::before,
.link--title::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #7b003b;
    position: absolute;
    transform: scale3d(0,1,1);
    transition: transform 0.5s;
}

.link--title::before {
    right: 0;
    top: 0;
    transform-origin: 100% 50%;
}

.link--title::after {
    left: 0;
    bottom: 0;
    transform-origin: 0 50%;
}

.bloc:hover .link--title:before,
.bloc:hover .link--title:after {
    transform: scale3d(1,1,1);
}

.link--title span {
    position: relative;
    transition: color 0.5s;
}

.bloc:hover .link--title span {
    color: transparent;
}

.link--title span::before,
.link--title span::after {
    position: absolute;
    color: #7b003b;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}

.link--title span::before {
    content: attr(data-letters-l);
    left: 0;
    transform: translate3d(-5px,0,0);
}

.link--title span::after {
    content: attr(data-letters-r);
    right: 0;
    transform: translate3d(5px,0,0);
}

.bloc:hover .link--title span::before,
.bloc:hover  .link--title span::after {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/*SLOGAN*/
#slogan
{
    font-size: 1.5rem;
    font-weight:200;
    color: #7b003b;
}
#logo_slogan
{
    width: 4rem;
    height: 4rem;
}

#nom
{
    font-size: 2rem;
    font-weight: 600;
    color: #1a4975;
}

/*NOS SOLUTIONS*/

.front
{
    background-color: #1a4975;
    border-radius: 20px;
    padding: 2%;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    width: 25rem !important;
    height: 25rem !important;
    margin: 0 auto;
}

.back
{
    background-color: #fff;
    border-radius: 20px;
    padding: 2%;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 25rem !important;
    height: 25rem !important;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    text-align: center;
}

.icone
{
    width: 8rem;
    height: 8rem;
}

.front h3
{
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 5%;
}

.front p
{
    color: #fff;
    font-size: 1rem;
    font-weight: 200;
    list-style: circle;
}

.back h3
{
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a4975;
    text-align: center;
    margin: 5%;
}

.back p, .back li
{
    color: #1a4975;
    font-size: 1rem;
    font-weight: 200;
    list-style: circle;
}

.back hr
{
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #1a4975;
    margin: 5% auto;
    border: 0;
}

.solutions btn
{
    background-color: #1a4975;
    color: #fff;
}

/*PERFORMANCES*/
.niveaux
{
    width: 80%;
    margin: 0 auto;
}

.niveaux h4
{
    color: #1a4975;
    font-size: 2rem;
    font-weight: 200;
    text-align: center;

}
.niveaux p
{
    margin: 20px;
    color: #bfbfbf;
    font-size: 0.9rem;
    font-weight: 100;
}

.percent
{
    color: #FFF;
    padding-right: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 100;
}

.niveaux hr
{
    color: #bfbfbf;
    width: 15%;
    height: 1px;
    margin: 5% auto;
}

.progress
{
    height: 2rem;
}

.progress-bar
{
    background-color: #1a4975;
    height: 2rem;
}

/*PUB*/
.carousel2 .slide-wrapper{display:inline;}
.carousel2  .slide-wrapper .container{padding:0; margin:0;}

.slide_wrapper
{
    background-color: #fff;
}

.carousel-caption
{
    padding-bottom: 150px; 
}

.carousel2 h2, .carousel2 h3
{
    color:#fff;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.6);
}

.carousel2 .carousel-inner> .carousel-item.carousel-item-next ,
.carousel2  .carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); 
}
.carousel2 .carousel-inner > .carousel-item.carousel-item-prev ,
.carousel2 .carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); 
}
.carousel2 .carousel-inner > .carousel-item.next.carousel-item-left ,
.carousel2 .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.carousel2 .carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); 
}

/*QUELQUES CHIFFRES*/
.square
{
    border: 1px solid #1a4975;
    width: 80%;
    height: 80%;
}

.number
{
    font-family: 'Roboto-Condensed', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    color: #1a4975;
    text-align: center;
    margin: 1rem 0;
}

.data_counter h4
{
    font-family: 'Roboto-Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1a4975;
    text-align: center;
    margin: 2rem 0;
}

.data_counter hr
{
    color: #bfbfbf;
    width: 15%;
    height: 1px;
    margin: 10% auto;
}

/*UN BESOIN, UNE SOLUTION*/
.overlay 
{
    padding: 5rem 0;
    background: rgba(0, 0, 0, 0.3);
}

#un_besoin hr 
{
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #FFF;
    margin: 20px auto;
}

#un_besoin
{
    background: #444 url(../img/img_bg/wine.jpg) center center no-repeat fixed;
    background-size: cover;
}

#un_besoin h2, #un_besoin h3
{
    color: #fff;
}

#un_besoin h3
{
    font-size: 1.3rem;
    font-weight: 200;
}

#un_besoin img 
{
    width: 300px;
    box-shadow: 15px 0 #1a4975;
}

/*NOS CLIENTS*/
.owl-carousel .item
{
    width: 200px;
    height: 200px;
    border: 1px solid #bfbfbf;
}

/*NOS PARTENAIRES PANELS*/
.strips {
    min-height: 90vh;
    text-align: center;
    overflow: hidden;
    color: white;
    position: relative;
}
.strips__strip {
    will-change: width, left, z-index, height;
    position: absolute;
    width: 25%;
    min-height: 90vh;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip:nth-child(1) {
    left: 0;
}
.strips__strip:nth-child(2) {
    left: 25vw;
}
.strips__strip:nth-child(3) {
    left: 50vw;
}
.strips__strip:nth-child(4) {
    left: 75vw;
}

.strips__strip:nth-child(1) .strip__content {
    background: #23292e;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-name: strip1;
    animation-name: strip1;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
    background: #0b4f6c;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-name: strip2;
    animation-name: strip2;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
    background: #1a4975;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-name: strip3;
    animation-name: strip3;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
    background: #9f4570;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-name: strip4;
    animation-name: strip4;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media screen and (max-width: 760px) {
    .strips__strip {
        min-height: 25vh;
    }
    .strips__strip:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
    }
    .strips__strip:nth-child(2) {
        top: 25vh;
        left: 0;
        width: 100%;
    }
    .strips__strip:nth-child(3) {
        top: 50vh;
        left: 0;
        width: 100%;
    }
    .strips__strip:nth-child(4) {
        top: 75vh;
        left: 0;
        width: 100%;
    }
}
.strips .strip__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.strips .strip__content:hover:before {
    -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
    transform: skew(-30deg) scale(3) translate(0, 0);
    opacity: 0.1;
}
.strips .strip__content:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.05;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
    transform: skew(-30deg) scaleY(1) translate(0, 0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.strips .strip__inner-text {
    will-change: transform, opacity;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.icone_partenaire
{
    width: 10rem;
    height: 10rem;
}

.strip__inner-text h3
{
    font-size: 2.5rem;
    color: #fff;
}

.strip__inner-text p
{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
}

.strip__inner-text a
{
    color: #fff;
    font-size: 1.5rem;
}

.strip__inner-text a:hover
{
    color: #53b100;
}

strip__content h2
{
    font-size: 2rem;
}

.circle
{
    border-radius: 50% 50%;
}

.img_cotation
{
    width: 25vw;
}

.strips__strip--expanded
{
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    cursor: default;
}
@media screen and (max-width: 760px) {
    .strips__strip--expanded
    {
        min-height: 100vh;
    }
}
.strips__strip--expanded .strip__content:hover:before 
{
    -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
    transform: skew(-30deg) scale(1) translate(0, 0);
    opacity: 0.05;
}
.strips__strip--expanded .strip__title 
{
    opacity: 0;
}
.strips__strip--expanded .strip__inner-text
{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.strip__title 
{
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 3.5vw;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 760px) 
{
    .strip__title {
        font-size: 28px;
    }
}

.fa-close
{
    font-size: 2rem;
}

.strip__close
{
    position: absolute;
    right: 5vw;
    top: 5vw;
    opacity: 0;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    transition-delay: 0.5s;
}
.strip__close--show
{
    opacity: 1;
}

/* animation strips translate */
@-webkit-keyframes strip1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes strip2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes strip2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes strip3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes strip3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes strip4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes strip4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    line-height: 1.5;
}



/*VERSION MOBILE*/
@media screen and (max-width: 640px)
{
    h1, span
    {
        font-size: 2rem;
        font-weight: 600;
    }
    h2
    {
        font-size: 1.5rem;
        font-weight: 600;
    }

    h3, h4
    {
        font-size: 1rem;
        font-weight: 600;
    }

    p, a
    {
        font-size: 0.8rem;
    }

    .bloc:hover .lines
{
    transform: none;
}
    
    /*SLOGAN*/
    #slogan
    {
        font-size: 1.2rem;
    }
    #nom
    {
        font-size: 1rem;
    }
    #logo_slogan
    {
        width: 2rem;
        height: 2rem;
    }

    /*NOS SOLUTIONS*/
    .icone
    {
        width: 4rem;
        height: 4rem;
    }

    .front, .back
    {
        width: 15rem !important;
        height: 15rem !important;
    }

    .back p
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .front h3, .back h3
    {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .front p, .back p, .back li
    {
        font-size: 0.9rem;
        font-weight: 200;
    }

    .btn {
        font-size: 0.8rem;
        font-weight: 300;

    }
    /*QUELQUES CHIFFRES*/
    .number
    {
        font-size: 2rem
    }

    /* PROJETS PARTENAIRES */
    .strip__inner-text h3
    {
        font-size: 1.5rem;
    }

    .strip__inner-text p
    {
        font-size: 0.9rem;
        font-weight: 100;
    }

    .strip__inner-text a
    {
        font-size: 0.7rem;
    }
    .icone_partenaire, .circle
    {
        width: 5rem;
        height: 5rem;
    }
    .img_cotation
    {
        width: 50vw;
    }
}