/*GLOBAL*/

body {
    font: 100%/1.4 'Lora', serif;
    background: #fff;
    color: #0063b2
}
label{font-family:'Roboto'; display:none}

* {
    margin: 0;
    padding: 0
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #0063b2
}
header video{width:80%}
.owl-carousel img{width:100%}
.green{color:#00c756}
.red{color:#eb3c27}
.animtext {
    font-size: 3vw;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 6vw 0 0 13vw;
}

.animtext span {
    margin-left: 0vw;
    opacity: 0;
    box-sizing: border-box;
    animation: moveidees 15s ease-in-out infinite;
}

@keyframes moveidees {
    0% {
        margin-left: 0vw;
        opacity: 0;
    }

    1% {
        margin-left: 3vw;
        opacity: 1;
    }

    30% {
        margin-left: 2.5vw;
        opacity: 1;
    }

    34% {
        margin-left: 0vw;
        opacity: 0;
    }

    100% {
        margin-left: 0vw;
        opacity: 0;
    }
}

.animtext.animweb span {
    margin-left: 0vw;
    animation: moveweb 15s ease-in-out infinite;
}

@keyframes movedesign {
    0% {
        margin-left: 0vw;
        opacity: 0;
    }

    34% {
        margin-left: 21vw;
        opacity: 0;
    }

    39% {
        margin-left: 17.7vw;
        opacity: 1;
    }

    66% {
        margin-left: 18.2vw;
        opacity: 1;
    }

    67% {
        margin-left: 0vw;
        opacity: 0;
    }

    100% {
        margin-left: 0vw;
        opacity: 0;
    }
}

.animtext.animdesign span {
    margin-left: 0vw;
    animation: movedesign 15s ease-in-out infinite;
}

@keyframes moveweb {
    0% {
        margin-left: 0vw;
        opacity: 0;
    }

    65% {
        margin-left: 3vw;
        opacity: 0;
    }

    68% {
        margin-left: 3vw;
        opacity: 1;
    }

    80% {
        margin-left: 2.5vw;
        opacity: 1;
    }

    99% {
        margin-left: 3vw;
        opacity: 1;
    }

    100% {
        margin-left: 5vw;
        opacity: 0;
    }
}

.animtext .message {
    background-color: #00c756;
    display: block;
    overflow: hidden;
    position: absolute;
    padding-left: 0.8vw;
    top: 0;
    left: 11vw;
    width: 16vw;
    animation: openclose 15s ease-in-out infinite;
    box-sizing: border-box;
}

.animtext.animweb {
    margin: 4vw 0 0 6vw;
}

.animtext.animdesign {
    margin: 4vw 0 0 11vw;
}

.animtext.animweb .message {
    left: 10vw;
    animation: opencloseweb 15s ease-in-out infinite;
    width: 19.5vw;
}

.animtext.animdesign .message {
    left: 11.5vw;
    animation: openclosedesign 15s ease-in-out infinite;
    width: 6vw;
}

@keyframes openclosedesign {
    0% {
        top: 0;
        width: 0;
        opacity: 0;
        background-color: #00c756;
        left: 11.5vw;
        filter: blur(1.5vw);
    }

    33% {
        top: 0;
        width: 0;
        opacity: 0;
        background-color: #00c756;
        left: 12.5vw;
        filter: blur(1.5vw);
    }

    35% {
        width: 6vw;
        opacity: 1;
        filter: blur(0);
    }

    43% {
        width: 6vw;
        opacity: 1;
        filter: blur(0);
    }

    44% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #eb3c27;
    }

    46% {
        top: -4.5vw;
        width: 17.2vw;
        opacity: 1;
        filter: blur(0);
    }

    54% {
        top: -4.5vw;
        width: 17.2vw;
        opacity: 1;
        filter: blur(0);
    }

    55% {
        top: -4.5vw;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #0063b2;
        left: .5vw;
    }

    57% {
        top: -9vw;
        width: 11.7vw;
        opacity: 1;
        filter: blur(0);
        left: 5.7vw;
    }

    65% {
        top: -9vw;
        width: 11.7vw;
        opacity: 1;
        filter: blur(0);
    }

    66% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        left: 5.7vw;
        background-color: #00c756;
    }

    100% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        left: 5.7vw;
    }

}


@keyframes openclose {
    0% {
        top: 0;
        width: 0;
        opacity: 0;
        background-color: #00c756;
        filter: blur(1.5vw);
    }

    2% {
        width: 16vw;
        opacity: 1;
        filter: blur(0);
    }

    10% {
        top: 0;
        width: 16vw;
        opacity: 1;
        filter: blur(0);
    }

    11% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #eb3c27;
    }

    13% {
        top: -4.5vw;
        width: 18vw;
        opacity: 1;
        filter: blur(0);
    }

    21% {
        top: -4.5vw;
        width: 18vw;
        opacity: 1;
        filter: blur(0);
    }

    22% {
        top: -4.5vw;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #0063b2;
    }

    24% {
        top: -9vw;
        width: 16vw;
        opacity: 1;
        filter: blur(0);
    }

    31% {
        top: -9vw;
        width: 16vw;
        opacity: 1;
        filter: blur(0);
    }

    32% {
        top: -9vw;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
    }

    33% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #00c756;
    }

    100% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
    }
}

@keyframes opencloseweb {
    0% {
        top: 0;
        width: 0;
        opacity: 0;
        background-color: #00c756;
        filter: blur(1.5vw);
    }

    66% {
        top: 0;
        width: 0;
        opacity: 0;
        background-color: #00c756;
        filter: blur(1.5vw);
    }

    67% {
        width: 9.8vw;
        opacity: 0;
        filter: blur(1.5vw);
    }

    68% {
        width: 19.5vw;
        opacity: 1;
        filter: blur(0);
    }

    76% {
        top: 0;
        width: 19.5vw;
        opacity: 1;
        filter: blur(0);
    }

    77% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #eb3c27;
    }

    78% {
        top: -4.5vw;
        width: 12.5vw;
        opacity: 0;
        filter: blur(1.5vw);
    }

    79% {
        top: -4.5vw;
        width: 25vw;
        opacity: 1;
        filter: blur(0);
    }

    87% {
        top: -4.5vw;
        width: 25vw;
        opacity: 1;
        filter: blur(0);
    }

    88% {
        top: -4.5vw;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
    }

    89% {
        top: -9vw;
        width: 7.2vw;
        opacity: 0;
        filter: blur(1.5vw);
        background-color: #0063b2;
    }

    90% {
        top: -9vw;
        width: 14.5vw;
        opacity: 1;
        filter: blur(0);
    }

    98% {
        top: -9vw;
        width: 14.5vw;
        opacity: 1;
        filter: blur(0);
    }

    99% {
        top: -9vw;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
    }

    100% {
        top: 0;
        width: 0;
        opacity: 0;
        filter: blur(1.5vw);
    }
}


#owlconfiance .item img {
    padding: 0 10%;
    max-width: 80%;
}

#owlconfiance.owl-carousel .owl-stage-outer {
    border-radius: 0;
    border: none;
}

section {
    overflow: hidden;
}

.textrouge {
    color: #eb3c27
}

.radius {
    border-radius: 5em;
    box-shadow: 0 0 7px 0 rgb(0 99 178 / 75%);
}

img {
    max-width: 100%
}

ul {
    list-style-type: none;
}

li {
    transition: all .3s ease
}
li img{display:block}

h1 .small, h2 .small {
    opacity: 0.5;
    display: inline-block;
    animation: flot 15s ease-in-out infinite;
}
p .small{opacity: 0.5;}
h1,
h2 {
    animation: flot 15s ease-in-out infinite;
}

@keyframes flot {
    0% {
        margin-left: 0vw;
        margin-right: 0vw;
    }

    50% {
        margin-left: 1vw;
        margin-right: -1vw;
    }

    100% {
        margin-left: 0vw;
        margin-right: 0vw;
    }
}

h1,
h2 {
    font-family: Oswald;
    font-weight: normal;
    font-size: 4vw;
    cursor: default;
    line-height: 3.2vw;
    padding: 1.3em .5em .5em 0;
}

h3 {
    animation: scale 15s ease-in-out infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

h2 {
    padding: 0.5em 0.5em 0.5em 1em;
	font-size: 3vw;
}

#sectionIntegration .hidden {
    color: #fff
}

h3,
h4 {
    font-family: Oswald;
    font-weight: normal;
    font-size: 2.5vw;
    cursor: default;
    line-height: 2.5vw;
    padding: 0.5em 1em 0;
	color:#e53b21;
}

p {
    font-family: Roboto;
    margin: 0.5em 1em;
    cursor: default;
}

header {
    padding: 0 0 7vw;
    overflow: hidden;
    animation: movebg 15s ease-in-out infinite, bgheader 2.1s ease-in;
}

@keyframes movebg {
    0% {
        background-size: 102%;
        background-position: 0% 101%;
    }

    50% {
        background-size: 102%;
        background-position: 100% 101%;
    }

    100% {
        background-size: 102%;
        background-position: 0% 101%;
    }
}

@keyframes movebginv {
    0% {
        background-size: 102%;
        background-position: 100% 101%;
    }

    50% {
        background-size: 102%;
        background-position: 0% 101%;
    }

    100% {
        background-size: 102%;
        background-position: 100% 101%;
    }
}

@keyframes bgheader {
    0% {
        background-position: 0 200%;
    }

    85% {
        background-position: 0 200%;
    }

    100% {
        background-position: 0 100%;
    }
}

header p {
    margin: 0.5em 2em .5em 3em;
    font-size: 1.2em;
}

header h1 {
padding: 1em;
font-size:4vw;
}


}

#sectionDesign .hidden {
    opacity: 1;
    background: rgba(235, 60, 39, .8);

    height: 19vw;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out 0s;
}

.splashblue {
    background-image: url(../img/splash-blue.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    animation: movesplashblue 15s ease-in-out infinite;
}

@keyframes movesplashblue {
    0% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 25% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.pub {
    height: 29vw;
}

.pub,
.gif {
    background-size: 100%;
    background-position-y: 50%;
}

.slider1 {
    margin: 5vw 0 0 0;
}

.splash {
    background-image: url(../img/splash.svg);
    background-position: -25% 100%;
    background-repeat: no-repeat;
    background-size: 216%;
    animation: movesplash 12s ease-in-out infinite;
}

@keyframes movesplash {
    0% {
        background-position: -25% 100%;
    }

    50% {
        background-position: -20% 100%;
    }

    100% {
        background-position: -25% 100%;
    }
}

.slider1 {
    margin: 7vw 0 0 0;
}

.right,
.col5.right,
.col6.right {
    float: right
}

.right:after {
    clear: both;
    height: 0;
    content: '';
}

.photo {
    border-radius: 100em;
    width: 5em;
    float: right;
    margin: 0 1em 1em 1em;
    box-shadow: 0 0 7px 0 rgb(0 99 178 / 75%);
}

.logo {
    width: 7vw;
}

#logo {
    margin-top: 0vw;
    animation: movelogo 15s ease-in-out infinite;
}

@keyframes movelogo {
    0% {
        margin-top: 0vw;
    }

    50% {
        margin-top: 2vw;
    }

    100% {
        margin-top: 0vw;
    }
}

.none {
    display: none
}

.center {
    text-align: center;
}
figcaption {
    text-align: center;
    font-family: Roboto;
    padding: 0.5em;
    background: #5b8384;
    color: #fff;
}
.owl-item p{color:#fff; text-align:center;     line-height: 1.1;}
.owl-stage {background: #006565}
.owl-stage a {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}
/*Le site est sur 12 colonnes*/
.col1 {
    width: 6.333333%;
    float: left;
    padding: 0 1%;
}

.col10 {
    width: 81.333333%;
    float: left;
    padding: 0 1%
}

.col2 {
    width: 14.666666%;
    float: left;
    padding: 0 1%
}

.col3 {
    width: 25%;
    float: left;
}

.col4 {
    width: 33.333333%;
    float: left
}

.col5 {
    width: 41.666666%;
    float: left;
}

.col6 {
    width: 50%;
    float: left;
    position: relative
}
.col6#video_prez {
    float: right;
}

.col7 {
    width: 58.333333%;
    float: left;
}

.col8 {
    width: 66.666666%;
    float: left;
}

.col12 {
    width: 96%;
    float: left;
    padding: 0 2%
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    height: 0;
    content: '';
}

/*HEADER*/
#sectionDesign-retouche img.max700 {
    max-width: 700px;
    width: 90%;
}

section#sectionBrief {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

section#sectionBrief {
    background: #000;
}

section#sectionBrief #visage {
    height: 84vh;
    right: 70%;
    top: 11%;
    opacity: .2;
    position: absolute;
}

header a,
.logonav {
    height: 60%;
    width: auto;
    margin: 0 0 8% 0;
    -webkit-animation: logo .5s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: logo .5s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

.logonav img {
    height: 100%;
    width: auto;
}

img.logo_code {
    width: 25%;
    margin: .5em 0 0;
}

img.logo_apps {
    margin: .5em 4%;
    width: 17%;
    opacity: .85;
}

@media screen and (max-width: 1050px) {
	header h1 {
		padding: 1em;
		font-size:7.5vw;
	}

}



.flex-wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    transition: all .3s ease-out;
    width: 100%;
    flex-wrap: wrap;
}

.flex-wrap .col12 {
    width: 0;
    height: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    text-align: center;
}



.flex-wrap .col12 .pub,
.flex-wrap .col12 .gif {
    flex-grow: 1;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease-out;
}


.ombre {
    background: rgba(0, 99, 178, .8);
    width: 100%;
    height: 101%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#owlgif .ombre {
    height: 19vw;
}



a.btn {
    font-family: Oswald;
    font-size: 1.3vw;
    background: rgba(255, 255, 255, 1);
    border-radius: 100em;
    padding: .8vw 2vw;
    margin: .5vw;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}



@keyframes boutonrea {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*FOOTER*/
#btn_contact,
.fermer {
    position: fixed;
    cursor: pointer;
    right: 5vh;
    font-size: 3.4em;
    opacity: .8;
    transition: all .3s ease-out;
}

#btn_contact {
    bottom: 2vh;
}

.fermer {
    transform: rotateX(-42deg);
    font-family: 'Roboto';
    top: -0.3em;
    right: -0.1em;
    background: #0063b2;
    padding: 0.15em 0.65em 0.3em 0.9em;
    border-radius: 0 0 1em 4em;
    box-shadow: 0 0 7px 0 rgb(0 99 178 / 75%);
    color: #fff;
}


.fermer:hover {
    opacity: 1
}
a.tel,
a.mail,
input,
textarea {
    display: inline-block;
    border-radius: calc(1.5vh + 1.5vw);
    transition: all .3s ease;
    border: solid 1px #00c756;
	padding : .5em 1em;
	color: #e53b21;
}
input,
textarea{margin:.5em 1em; border-radius: .2em; font-size:1em; color: #0063b2;}

a.tel {
    left: 20%;
    top: 15%;
    height: 50%
}

a.mail {
    left: 45%;
    top: 5%;
    height: 80%
}

footer {
    transition: all .3s ease-out;
    display: flex;
    width: 100%;
    height: 100vh;
    bottom: 0;
    right: 0;
    position: relative;
    background: #fff;
    font-family: 'Roboto';

}

footer span.white {
    color: #eb3c27;
}

.x5 {
    left: 5%
}

.x10 {
    left: 10%
}

.x15 {
    left: 15%
}

.x20 {
    left: 20%
}

.x25 {
    left: 25%
}

.x30 {
    left: 30%
}

.x35 {
    left: 35%
}

.x40 {
    left: 40%
}

.x45 {
    left: 45%
}

.x50 {
    left: 50%
}

.x55 {
    left: 55%
}

.x60 {
    left: 60%
}

.x65 {
    left: 65%
}

.x70 {
    left: 70%
}

.x75 {
    left: 75%
}

.x80 {
    left: 80%
}

.x85 {
    left: 85%
}

.x90 {
    left: 90%
}

.x95 {
    left: 95%
}

.x100 {
    left: 100%
}

.y5 {
    top: 5%
}

.y10 {
    top: 10%
}

.y15 {
    top: 15%
}

.y20 {
    top: 20%
}

.y25 {
    top: 25%
}

.y30 {
    top: 30%
}

.y35 {
    top: 35%
}

.y40 {
    top: 40%
}

.y45 {
    top: 45%
}

.y50 {
    top: 50%
}

.y55 {
    top: 55%
}

.y60 {
    top: 60%
}

.y65 {
    top: 65%
}

.y70 {
    top: 70%
}

.y75 {
    top: 75%
}

.y80 {
    top: 80%
}

.y85 {
    top: 85%
}

.y90 {
    top: 90%
}

.y95 {
    top: 95%
}

.y100 {
    top: 100%
}

/*NAV*/
nav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1001;
    background: #fff;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    -webkit-animation: apparition .5s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: apparition .5s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

nav a {
    line-height: 1;
    font-weight: normal;
    font-size: 1.7em;
    width: 170px;
    transition: opacity .3s;
    display: block;
    -webkit-animation: txt 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: txt 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

nav a:hover {
    opacity: 1;
	color: #eb3c27;
}

#veille,
#brief,
#benchmark,
#conception,
#zoning,
#design,
#development,
#animation {
    position: fixed;
}

#veille {
    text-align: right;
    transform: perspective(400px) rotateY(45deg) rotate(20deg);
    top: 21vh;
    right: 55vw;
    -webkit-animation: veille 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: veille 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#veille:hover {
    transform: perspective(800px) rotateY(45deg) rotate(20deg) scale(1.1);
}

#brief {
    text-align: right;
    transform: perspective(400px) rotateY(45deg) rotate(10deg);
    top: 38vh;
    right: calc(55vw + 3vh);
    -webkit-animation: brief 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: brief 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#brief:hover {
    transform: perspective(800px) rotateY(45deg) rotate(10deg) scale(1.1);
}

#benchmark {
    text-align: right;
    transform: perspective(400px) rotateY(45deg) rotate(-10deg);
    top: 54vh;
    right: calc(55vw + 3vh);
    -webkit-animation: benchmark 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: benchmark 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#benchmark:hover {
    transform: perspective(800px) rotateY(45deg) rotate(-10deg) scale(1.1);
}

#conception {
    text-align: right;
    transform: perspective(400px) rotateY(45deg) rotate(-20deg);
    top: 69vh;
    right: 55vw;
    -webkit-animation: conception 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: conception 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#conception:hover {
    transform: perspective(800px) rotateY(45deg) rotate(-20deg) scale(1.1);
}

#zoning {
    transform: perspective(400px) rotateY(-45deg) rotate(-20deg);
    top: 22vh;
    left: 55vw;
    -webkit-animation: zoning 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: zoning 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#zoning:hover {
    transform: perspective(800px) rotateY(-45deg) rotate(-20deg) scale(1.1);
}

#design {
    transform: perspective(400px) rotateY(-45deg) rotate(-10deg);
    top: 38vh;
    left: calc(55vw + 3vh);
    -webkit-animation: design 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: design 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#design:hover {
    transform: perspective(800px) rotateY(-45deg) rotate(-10deg) scale(1.1);
}

#development {
    transform: perspective(400px) rotateY(-45deg) rotate(10deg);
    top: 55vh;
    left: calc(55vw + 3vh);
    -webkit-animation: development 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: development 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#development:hover {
    transform: perspective(800px) rotateY(-45deg) rotate(10deg) scale(1.1);
}

#animation {
    transform: perspective(400px) rotateY(-45deg) rotate(20deg);
    top: 69vh;
    left: 55vw;
    -webkit-animation: animation 1s;
    -webkit-animation-fill-mode: backwords;
    -webkit-transition-timing-function: ease-out;
    animation: animation 1s;
    animation-fill-mode: backwords;
    transition-timing-function: ease-out;
}

#animation:hover {
    transform: perspective(800px) rotateY(-45deg) rotate(20deg) scale(1.1);
}

@-webkit-keyframes apparition {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes apparition {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes logo {
    from {
        margin-bottom: 200vh;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes logo {
    from {
        margin-bottom: 200vh;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes txt {
    from {
        font-size: 3.7em;
        opacity: 0;
    }

    to {
        font-size: 1.7em;
        opacity: .5;
    }
}

@keyframes txt {
    from {
        font-size: 3.7em;
        opacity: 0;
    }

    to {
        font-size: 1.7em;
        opacity: .5;
    }
}

@-webkit-keyframes veille {
    from {
        right: 110vw;
        top: -40vh;
    }

    to {
        right: 55vw;
        top: 21vh;
    }
}

@keyframes veille {
    from {
        right: 110vw;
        top: -40vh;
    }

    to {
        right: 55vw;
        top: 21vh;
    }
}

@-webkit-keyframes brief {
    from {
        right: 110vw;
        top: 14vh;
    }

    to {
        right: calc(55vw + 3vh);
        top: 38vh;
    }
}

@keyframes brief {
    from {
        right: 110vw;
        top: 14vh;
    }

    to {
        right: calc(55vw + 3vh);
        top: 38vh;
    }
}

@-webkit-keyframes benchmark {
    from {
        right: 110vw;
        top: 78vh;
    }

    to {
        right: calc(55vw + 3vh);
        top: 54vh;
    }
}

@keyframes benchmark {
    from {
        right: 110vw;
        top: 78vh;
    }

    to {
        right: calc(55vw + 3vh);
        top: 54vh;
    }
}

@-webkit-keyframes conception {
    from {
        right: 110vw;
        top: 140vh;
    }

    to {
        right: 55vw;
        top: 69vh;
    }
}

@keyframes conception {
    from {
        right: 110vw;
        top: 140vh;
    }

    to {
        right: 55vw;
        top: 69vh;
    }
}

@-webkit-keyframes zoning {
    from {
        left: 110vw;
        top: -40vh;
    }

    to {
        left: 55vw;
        top: 22vh;
    }
}

@keyframes zoning {
    from {
        left: 110vw;
        top: -40vh;
    }

    to {
        left: 55vw;
        top: 22vh;
    }
}

@-webkit-keyframes design {
    from {
        left: 110vw;
        top: 14vh;
    }

    to {
        left: calc(55vw + 3vh);
        top: 38vh;
    }
}

@keyframes design {
    from {
        left: 110vw;
        top: 14vh;
    }

    to {
        left: calc(55vw + 3vh);
        top: 38vh;
    }
}

@-webkit-keyframes development {
    from {
        left: 110vw;
        top: 78vh;
    }

    to {
        left: calc(55vw + 3vh);
        top: 55vh;
    }
}

@keyframes development {
    from {
        left: 110vw;
        top: 78vh;
    }

    to {
        left: calc(55vw + 3vh);
        top: 55vh;
    }
}

@-webkit-keyframes animation {
    from {
        left: 110vw;
        top: 140vh;
    }

    to {
        left: 55vw;
        top: 69vh;
    }
}

@keyframes animation {
    from {
        left: 110vw;
        top: 140vh;
    }

    to {
        left: 55vw;
        top: 69vh;
    }
}

#video_prez{
		margin-top:2em;
	}

/*--------------------------------------MEDIA----------------------------------------*/

@media screen and (max-width: 1050px) {
    #video_prez{
		margin-top:10%;
	}
	#sectionDesign .col3 {
        padding-top: 5vw
    }

    .col6 {
        width: 100%
    }

    .col4 {
        width: 75%
    }

    .col3 {
        width: 50%
    }

    .col3.specialtitre {
        width: 33.333333%
    }

    #logo.col2 {
        width: 25%;
        padding: 0
    }

    .logo {
        width: 10vw;
    }

    h1 {
        padding: 0.5em;
    }

    h1,
    h2 {
        font-size: 5vw;
        line-height: .8;
    }
	h2{line-height: 1;}

    .radius {
        border-radius: 2em;
    }

    #sectionIntegration .hidden a,
    #sectionAnimation .pub a,
    #sectionAnimation .gif a,
    #sectionDesign .item a,
    .sectionBtn a,
    a.btn {
        font-size: 1.2em;
    }

    #sectionDesign h3 {
        width: 92%;
        background-size: 100%;
    }

    #sectionDesign .specialtitre h3 {
        width: 84%;
        background-size: 160%;
    }

    h3 {
        padding: 1em 4% 0;
    }

    .animtext {
        font-size: 6vw;
        margin: 6vw 0 0 26vw;
    }

    .animtext.animdesign {
        margin: 4vw 0 0 22vw;
    }

    .animtext.animweb {
        margin: 4vw 0 0 12vw;
    }

    .animtext .message {
        padding-left: 1.6vw;
        left: 22vw;
    }

    .animtext.animweb .message {
        left: 20vw;
        width: 39vw;
    }

    @keyframes moveidees {
        0% {
            margin-left: 0vw;
            opacity: 0;
        }

        1% {
            margin-left: 6vw;
            opacity: 1;
        }

        30% {
            margin-left: 5vw;
            opacity: 1;
        }

        34% {
            margin-left: 0vw;
            opacity: 0;
        }

        100% {
            margin-left: 0vw;
            opacity: 0;
        }
    }

    @keyframes movedesign {
        0% {
            margin-left: 0vw;
            opacity: 0;
        }

        34% {
            margin-left: 42vw;
            opacity: 0;
        }

        39% {
            margin-left: 35.4vw;
            opacity: 1;
        }

        66% {
            margin-left: 36.4vw;
            opacity: 1;
        }

        67% {
            margin-left: 0vw;
            opacity: 0;
        }

        100% {
            margin-left: 0vw;
            opacity: 0;
        }
    }

    @keyframes moveweb {
        0% {
            margin-left: 0vw;
            opacity: 0;
        }

        65% {
            margin-left: 6vw;
            opacity: 0;
        }

        68% {
            margin-left: 6vw;
            opacity: 1;
        }

        80% {
            margin-left: 5vw;
            opacity: 1;
        }

        99% {
            margin-left: 6vw;
            opacity: 1;
        }

        100% {
            margin-left: 10vw;
            opacity: 0;
        }
    }

    @keyframes openclosedesign {
        0% {
            top: 0;
            width: 0;
            opacity: 0;
            background-color: #00c756;
            left: 23vw;
            filter: blur(1.5vw);
        }

        33% {
            top: 0;
            width: 0;
            opacity: 0;
            background-color: #00c756;
            left: 25vw;
            filter: blur(1.5vw);
        }

        35% {
            width: 12vw;
            opacity: 1;
            filter: blur(0);
        }

        43% {
            width: 12vw;
            opacity: 1;
            filter: blur(0);
        }

        44% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #eb3c27;
        }

        46% {
            top: -9vw;
            width: 34.4vw;
            opacity: 1;
            filter: blur(0);
        }

        54% {
            top: -9vw;
            width: 34.4vw;
            opacity: 1;
            filter: blur(0);
        }

        55% {
            top: -9vw;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #0063b2;
            left: 1vw;
        }

        57% {
            top: -18vw;
            width: 23.4vw;
            opacity: 1;
            filter: blur(0);
            left: 11.4vw;
        }

        65% {
            top: -18vw;
            width: 23.4vw;
            opacity: 1;
            filter: blur(0);
        }

        66% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            left: 11.4vw;
            background-color: #00c756;
        }

        100% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            left: 11.4vw;
        }

    }


    @keyframes openclose {
        0% {
            top: 0;
            width: 0;
            opacity: 0;
            background-color: #00c756;
            filter: blur(1.5vw);
        }

        2% {
            width: 32vw;
            opacity: 1;
            filter: blur(0);
        }

        10% {
            top: 0;
            width: 32vw;
            opacity: 1;
            filter: blur(0);
        }

        11% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #eb3c27;
        }

        13% {
            top: -9vw;
            width: 36vw;
            opacity: 1;
            filter: blur(0);
        }

        21% {
            top: -9vw;
            width: 36vw;
            opacity: 1;
            filter: blur(0);
        }

        22% {
            top: -9vw;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #0063b2;
        }

        24% {
            top: -18vw;
            width: 32vw;
            opacity: 1;
            filter: blur(0);
        }

        31% {
            top: -18vw;
            width: 32vw;
            opacity: 1;
            filter: blur(0);
        }

        32% {
            top: -18vw;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
        }

        33% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #00c756;
        }

        100% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
        }
    }

    @keyframes opencloseweb {
        0% {
            top: 0;
            width: 0;
            opacity: 0;
            background-color: #00c756;
            filter: blur(1.5vw);
        }

        66% {
            top: 0;
            width: 0;
            opacity: 0;
            background-color: #00c756;
            filter: blur(1.5vw);
        }

        67% {
            width: 19.6vw;
            opacity: 0;
            filter: blur(1.5vw);
        }

        68% {
            width: 39vw;
            opacity: 1;
            filter: blur(0);
        }

        76% {
            top: 0;
            width: 39vw;
            opacity: 1;
            filter: blur(0);
        }

        77% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #eb3c27;
        }

        78% {
            top: -9vw;
            width: 25vw;
            opacity: 0;
            filter: blur(1.5vw);
        }

        79% {
            top: -9vw;
            width: 50vw;
            opacity: 1;
            filter: blur(0);
        }

        87% {
            top: -9vw;
            width: 50vw;
            opacity: 1;
            filter: blur(0);
        }

        88% {
            top: -9vw;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
        }

        89% {
            top: -18vw;
            width: 14.4vw;
            opacity: 0;
            filter: blur(1.5vw);
            background-color: #0063b2;
        }

        90% {
            top: -18vw;
            width: 29vw;
            opacity: 1;
            filter: blur(0);
        }

        98% {
            top: -18vw;
            width: 29vw;
            opacity: 1;
            filter: blur(0);
        }

        99% {
            top: -18vw;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
        }

        100% {
            top: 0;
            width: 0;
            opacity: 0;
            filter: blur(1.5vw);
        }
    }
}

@media screen and (max-width: 900px) {

    h1,
    h2 {
        font-size: 2.6em;
    }

    #sectionIntegration .hidden a,
    #sectionAnimation .pub a,
    #sectionAnimation .gif a,
    #sectionDesign .item a,
    .sectionBtn a,
    a.btn {
        font-size: 1.1em;
        padding: 0.5em 1em;
    }

    h3,
    h4 {
        font-size: 1.6em;
        line-height: 1;
    }

    .pub {
        height: 41vw;
    }

    #owlgif .ombre {
        height: 33vw;
    }

    header p {
        margin: 0.5em 2em;
        font-size: 1.1em;
    }

    #sectionDesign .hidden {
        height: 27vw;
    }
}

@media screen and (max-width: 770px) {
    .col3.specialtitre {
        width: 100%;
    }

    #sectionDesign .specialtitre h3 {
        width: 92%;
        background-size: 58%;
    }
	header, 
	.splashblue,
	.splash,
	#sectionAnimation,
	#sectionDesign,
	#sectionIntegration{
		animation:none;
	}
}

@media screen and (max-width: 660px) {
    .photo {
        width: 25vw;
    }

    .logo {
        width: 13vw;
    }

    #sectionConception li {
        
    }

    #sectionConception li .first {
        font-size: 4vw;
    }

    /*.sectionBtn {
        padding: 0;
    }*/

    .pub {
        height: 64vw;
    }

    #owlgif .ombre {
        height: 47vw;
    }

    #sectionDesign .hidden {
        height: 43vw;
    }

    .splash {
        background-image: url(../img/splash.svg);
        background-position: -47% 114%;
        background-repeat: no-repeat;
        background-size: 216%;
    }

    #sectionDesign h3 {
        width: 92%;
    }

    #sectionTarif li {
        font-size: 5vw;
        border-radius: 1em;
        margin: 3vh 3%;
    }

    #sectionTarif li .first {
        font-size: 11vw;
    }

}

@media screen and (max-width: 480px) {
    .col3 {
        width: 100%
    }

    #sectionDesign h3 {
        background-size: 50%;
    }

    h1,
    h2 {
        font-size: 9vw;
        padding: 1em 0.5em;
        line-height: .8;
    }

    header p {
        margin: 0.5em 1.5em;
        font-size: 1em;
    }

    .col8 {
        width: 76.666666%;
    }

    .col2 {
        width: 9.666666%;
    }

    #owlgif .ombre {
        height: 76vw;
    }

    .pub {
        height: 127vw;
    }

    #sectionDesign .hidden {
        height: 68vw;
    }

    #sectionTarif li {
        font-size: 8vw;
        margin: 2.5vw 5%;
        width: 90%;
    }
}

#menuburger {
    height: 2.4rem;
    width: 44px;
    margin: 1vw 2vw;
    padding: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 0;
    color: #fff;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1000;
}

#menuburger:focus {
    outline: none;
}

#menuburger span {
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#menuburger span:before,
#menuburger span:after {
    position: absolute;
    content: '';
}

#menuburger span,
#menuburger span:before,
#menuburger span:after {
    width: 44px;
    height: 5px;
    background-color: #eb3c27;
    display: block;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -opera-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#menuburger span:before {
    margin-top: -11px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    background-color: #0063b2;
}

#menuburger span:after {
    margin-top: 11px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    background-color: #00c756;
}

#menuburger:hover span:before {
    background-color: #00c756;
}

#menuburger:hover span {
    background-color: #0063b2;
}

#menuburger:hover span:after {
    background-color: #eb3c27;
}

#menuburger.active span {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#menuburger.active span:before,
#menuburger.active span:after {
    margin-top: 0;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

#menuburger.active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

#menuburger.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.main-menu {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.main-menu li {
    margin: 0;
    display: inline-block;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.main-menu li a {
    padding: 1vw 2vw;
    display: block;
}

.main-menu li a:link,
.main-menu li a:visited {
    color: #0063b2
}

.main-menu li a.icon-facebook {
    font-size: 0;
}

.main-menu li a.icon-facebook:before {
    font-size: 1rem;
}

.main-menu li:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #0063b2;
    position: absolute;
    top: 0;
    left: 0;
}

.main-menu li:first-child:before {
    content: none;
}

.acc_trigger {
    cursor: pointer
}

#btn_up {
    z-index: 9999;
    width: 44px;
    height: 44px;
    display: none;
    background: #00c756;
    background-position: 50% 50%;
    position: fixed;
    right: 2vw;
    bottom: 1vw;
    cursor: pointer;
    z-index: 999;
    border-radius: 100px;
    text-align: center;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -opera-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#btn_up:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 13px;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
}

#btn_up:hover {
    background: #fff
}

#btn_up:hover:before {
    border-color: transparent transparent #00c756 transparent;
}

header .main-menu>li {
    text-align: center;
}

header #menu-toggle {
    display: block;
    float: right;
    padding: 2% 5%;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
}

header #menu-toggle i {
    font-size: 0.9em
}

header .main-menu {
    display: none;
    float: none;
    margin-top: 0;
    padding: 0
}

.main-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu li:before {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
}

.main-menu>li {
    width: 100%;
    float: none;
    border: none;
    margin: 0;
    padding: 0
}

.main-menu>li:hover>a {
    border: none;
    margin: 0
}

.main-menu>li>a {
    padding: 2vw;
    position: relative;
}

.main-menu>li>a:hover {
    border-left: none;
    border-right: none;
    color: #fff
}

.main-menu>li:hover {
    margin: 0;
}

.main-menu li a.icon-facebook {
    font-size: 0.9rem;
}

.main-menu li a.icon-facebook:before {
    margin-right: 0.5rem;
}

#navigation {
    clear: both;
    font-size: 120%;
    z-index: 1000;
}

.menu-line {
    display: none;
}


@media print,
screen and (max-width:660px) {
    #menuburger {
        margin: 2vw 4vw;
    }

    #btn_up {

        right: 4vw;
        bottom: 2vw;

    }

    .main-menu>li>a {
        padding: 3vw;
    }

}

#owlinte .item>div {
    height: 33.333333vh;
    background-size: 100%;
    background-position: 50%;
    border-radius: 2em;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.previnte {
    background: url(../img/fleche-left-expo.png) no-repeat;
    background-position: 50% 45%;
}

.prevexpo,
.prevconfiance,
.prevhtml5,
.prevgif {
    background: url(../img/fleche-left-bleu.png) no-repeat;
    background-position: 50% 45%;
}

.prevrs {
    background: url(../img/fleche-left-rouge.png) no-repeat;
    background-position: 50% 45%;
}

.nextinte {
    background: url(../img/fleche-right-expo.png) no-repeat;
    background-position: 50% 45%;
}

.nextexpo,
.nextconfiance,
.nexthtml5,
.nextgif {
    background: url(../img/fleche-right-bleu.png) no-repeat;
    background-position: 50% 45%;
}

.nextrs {
    background: url(../img/fleche-right-rouge.png) no-repeat;
    background-position: 50% 45%;
}

.btnexpo.nextexpo:hover,
.btnexpo.nextconfiance:hover,
.btnexpo.nexthtml5:hover,
.btnexpo.nextgif:hover,
.btnexpo.nextinte:hover,
.btnexpo.nextrs:hover {
    background-position: 75% 45%;
}

.btnexpo.prevexpo:hover,
.btnexpo.prevconfiance:hover,
.btnexpo.prevhtml5:hover,
.btnexpo.prevgif:hover,
.btnexpo.previnte:hover,
.btnexpo.prevrs:hover {
    background-position: 25% 45%;
}

.btnexpo.nextexpo:active,
.btnexpo.nextconfiance:active,
.btnexpo.nexthtml5:active,
.btnexpo.nextgif:active,
.btnexpo.nextinte:active,
.btnexpo.nextrs:active,
.btnexpo.prevexpo:active,
.btnexpo.prevconfiance:active,
.btnexpo.prevhtml5:active,
.btnexpo.prevgif:active,
.btnexpo.previnte:active,
.btnexpo.prevrs:active {
    background-position: 50% 45%;
}

.btnexpo {
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40vw;
    transition: background-position .3s ease-out;
}

.btnexpo.nextinte,
.btnexpo.nextgif,
.btnexpo.nextrs,
.btnexpo.previnte,
.btnexpo.prevgif,
.btnexpo.prevrs {
    height: 20vw;
}

.btnexpo.nextconfiance,
.btnexpo.prevconfiance {
    height: 7vw;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer {
    border-radius: 5em;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1050px) {
    .owl-carousel .owl-stage-outer {
        border-radius: 3em;
    }
}

@media screen and (max-width: 900px) {

    .btnexpo.nextinte,
    .btnexpo.nextgif,
    .btnexpo.nextrs,
    .btnexpo.previnte,
    .btnexpo.prevgif,
    .btnexpo.prevrs {
        height: 30vw;
    }

    #owlinte .item>div {
        height: 29vh;
    }

    .btnexpo {
        height: 36vw;
    }
}

@media screen and (max-width: 660px) {
    .btnexpo {
        height: 55vw;
    }

    .btnexpo.nextinte,
    .btnexpo.nextgif,
    .btnexpo.nextrs,
    .btnexpo.previnte,
    .btnexpo.prevgif,
    .btnexpo.prevrs {
        height: 50vw;
    }
}

@media screen and (max-width: 480px) {
    #owlinte .item>div {
        height: 35vh;
    }

    .btnexpo.nextconfiance,
    .btnexpo.prevconfiance {
        height: 17vw;
    }
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

#owlexpo .owl-dots {
    display: none;
}

#owlexpo {
    box-shadow: 0 0 7px 0 rgb(0 99 178 / 75%);
    border-radius: 5em;
	/*border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( rgba(0, 99, 178, 0), rgba(0, 99, 178, 1), rgba(0, 99, 178, 0) ) 1 100%;*/
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #0063b2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00c756;
}

.owl-theme .owl-dots .owl-dot span {
    background: #00c756;
}

#owlhtml5.owl-theme .owl-dots .owl-dot span,
#owlgif.owl-theme .owl-dots .owl-dot span {
    background: #0063b2;
}

#owlrs.owl-theme .owl-dots .owl-dot span {
    background: #eb3c27;
}

#owlconfiance.owl-theme .owl-dots .owl-dot span {
    background: #0063b2;
}

#owlhtml5.owl-theme .owl-dots .owl-dot.active span,
#owlhtml5.owl-theme .owl-dots .owl-dot:hover span,
#owlrs.owl-theme .owl-dots .owl-dot.active span,
#owlrs.owl-theme .owl-dots .owl-dot:hover span,
#owlgif.owl-theme .owl-dots .owl-dot.active span,
#owlgif.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#owlconfiance.owl-theme .owl-dots .owl-dot.active span {
    background: #eb3c27;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

@media screen and (max-width: 1050px) {
    #owlexpo {
        border-radius: 3em;
    }
}