/************************************************
ETUDES DE CAS
*************************************************/

section {
    overflow: hidden;
    padding: 0;
    clear: both;
    width: 100%;
}

ul {
    border: 0;
    margin: 0;
    padding: 0;
}

.gauche img {
    width: auto;
}

/* section 1 */

#background {
    height: 100vh;
    padding: 0;
}

#background .bg-etude {
    position: fixed;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
}

#show-hide {
    visibility: visible;
}

.slider-showmore .card-container {
  width: 292px;
  height: 165px;
  flex-shrink: 0;
  padding-right: 15px;
	padding-left:15px;
}

section#another {
	    margin: auto;
		margin-top: 50px;
		min-height: 35vh;
		width: 65%;
}

#background .logo-etude {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 270px;
}

/* section 2 */

#timeline {
    padding: 100px 0 0;
    color: white;
    background: -webkit-linear-gradient(top, rgba(21, 22, 37, 0) 0%, rgba(21, 22, 37, 0.9) 50%, rgba(21, 22, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 22, 37, 0) 0%, rgba(21, 22, 37, 0.9) 50%, rgba(21, 22, 37, 1) 100%);
}

#timeline .time-inner p {
    color: white;
    opacity: 1;
}

.salsamonaco #timeline {
    background: -webkit-linear-gradient(top, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.9) 50%, rgba(11, 11, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.9) 50%, rgba(11, 11, 11, 1) 100%);
}

#timeline h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-size: 19px;
}

.notule-etude p {
    text-align: center;
}

p.h1 {
    margin-bottom: 50px;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 20px !important;
    color: #1e2b37;
    letter-spacing: .5px;
    font-weight: bold;
}

#time {
    margin-top: 150px;
}

#ligneblanche:before {
    content: '\f0d7';
    display: block;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
    margin: -3px 0 0 -9px;
}

#ligneblanche {
    position: absolute;
    width: 1px;
    height: 400vh;
    background: white;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.time-inner img {
    width: calc(100vw - 15%);
    margin: 0 0 -400px -35%;
}

.ligne-etude {
    width: 111% !important;
    height: auto;
    margin: 20px 0 0 -11% !important;
}

#timeline li:nth-child(even) .ligne-etude {
    margin-left: 0% !important;
}

.timeline ul {
    padding: 50px 0 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    /*background: #fff;*/
}

.timeline ul li::after {
    content: '';
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li article {
    position: relative;
    bottom: 0;
    width: 430px;
}

.timeline ul li:nth-child(odd) article {
    left: 50px;
}

.timeline ul li:nth-child(even) article {
    left: -479px;
}

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: white;
}

.timeline ul li article {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) article {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) article {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view article {
    transform: none;
    visibility: visible;
    opacity: 1;
}

#timeline article h2 {
    font-size: 20px;
    font-weight: normal;
}

#timeline li:nth-child(odd) article h2 {
    margin: 20px 0 -20px 40px;
}

#timeline li:nth-child(even) article h2 {
    margin: 20px 0 -20px 0;
}

/* section 3 */

#solution-linkibe:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 100vw;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -120px;
}

#solution-linkibe {
    background: white;
    padding: 100px 0;
}

#solution-linkibe img.soluce {
    width: 80%;
    margin: 10px auto 40px;
    display: block;
}

.notule-etude img {
    margin-top: 30px;
    max-width: 200px;
}

/* section 4 */

#specificites {
    background: white;
    padding: 90px 0;
    overflow-x: hidden;
}

#specificites article {
    display: flex;
    overflow-x: hidden;
}

#specificites article .gauche, #specificites article .droite {
    display: inline-block;
    width: 50%;
    margin: auto;
    float: center;
}

#specificites article .text {
    width: 80%;
    float: right;
    margin-right: 50px;
}

#specificites article img.mockup {
    margin-left: 50px;
    max-width: 600;
}

#specificites article .logotype {
    position: absolute;
    top: 69%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    transition: 0.5s top;
}


/* section 5 */

#separation_mobile {
    padding: 50px 0;
}

#separation_mobile p {
    text-align: justify;
}

#separation_mobile article .text {
    width: 50%;
    float: right;
    margin-right: 50px;
}

#separation_mobile .boxed {
    width: 50%;
    float: right;
    margin-right: 50px;
}

#separation, #separation_mobile {
    background: white;
}

#separation img, #separation_mobile img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#separation img {
    margin-top: 70px;
	margin: auto;
}

.salsamonaco #separation {
    padding-bottom: 100px;
}

.salsamonaco #separation p.h1 {
    margin-bottom: 30px;
}

/*
.salsamonaco #separation .col
{
	width: 140px;
	margin: auto;
	text-align: center;
	padding: 12px 0;
	border-radius: 5px;
	transition: all .7s;
	background: #23213F;
	display: block;
}

.salsamonaco #separation .col a
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}*/

.salsamonaco #separation article img {
    width: 200px;
	margin-top: 25px;
}

.salsamonaco #separation article #hommage {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 17px;
}

/* section 6 */

#specificites-suite {
    background: white;
    overflow-x: hidden;
}

#specificites-suite article {
    display: flex;
    overflow-x: hidden;
    padding-bottom: 90px;
}

#specificites-suite .text h1 {
    text-align: left;
    text-transform: none;
    margin: 0 0 25px;
}

#specificites-suite article .gauche, #specificites-suite article .droite {
    display: inline-block;
    width: 50%;
    margin: auto;
}

#specificites-suite article .gauche, #specificites-suite article .droite {
    float: none;
}

#specificites-suite article:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#specificites-suite article:nth-child(odd) .gauche img.mockup {
    float: right;
    margin-right: 50px;
    max-width: 600px;
}

.croizon #specificites-suite article:nth-child(odd) .gauche img.mockup {
    width: auto;
}

#specificites-suite article:nth-child(even) .gauche img.mockup {
    margin-left: 50px;
    max-width: 600px;
}

#specificites-suite article .logotype {
    position: absolute;
    top: 69%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    transition: 0.5s top;
}

#specificites-suite article img.parallax2.logotype {
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#specificites-suite article img.parallax3.logotype {
    top: 65%;
    margin-left: 30px;
}

#specificites-suite article:nth-child(odd) .text, #specificites-suite article:nth-child(even) .text {
    width: 80%;
}

#specificites-suite article:nth-child(odd) .text {
    float: left;
    margin-left: 50px;
}

#specificites-suite article:nth-child(even) .text {
    float: right;
    margin-right: 50px;
}

/* section 7 */

#com, .bg-fix {
    background: #141821;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

#com p, .bg-fix p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 33px;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    color: white;
}

/* section 8 */

#another {
    background: white;
    padding: 110px 0 150px 0;
}
/*
#another .text {
    width: 60%;
    margin: 0 auto;
}

#another .col-flex {
    display: flex;
    width: 75%;
    margin: auto;
}

#another h1 {
    text-transform: none;
    margin-bottom: 80px;
}

#another .col {
    float: left;
    width: 100%;
    margin: 0 5px;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    transition: all .7s;
}

#another .col.active:hover {
    box-shadow: -1px 2px 10px 5px rgba(0, 0, 0, 0.6) inset;
    filter: grayscale(50%);
    cursor: pointer;
}

#another .col.no-active {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#another .img-another {
    height: 45px;
}

#another .col img {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    max-height: 45px;
}

#another .col small {
    color: white;
    text-align: center;
    display: block;
    margin-top: 20px;
}

#another a {
    color: white;
    text-decoration: none;
    width: 100%;
    margin: 0 5px;
}*/


/************************************************
RESPONSIVE 13 POUCES
*************************************************/


@media only screen
and (min-device-width: 901px) and (max-width: 1023px) {
    /* exemple: Nexus 7 */
    .cabirol section#timeline {
        padding-bottom: 100px;
    }

    .cabirol .clearfix_paral {
        clear: both;
        display: inline-block;
        margin-top: 200px;
    }


    /*.boxed { width: 100% !important; }*/
    .cabirol #slider .wd_slide_gallerie {
        width: 440px !important;
        height: 440px !important;
        transform: translate(-50%, 26%) !important;
    }

}


@media only screen
and (min-device-width: 1025px) and (max-width: 1500px) {
    .cabirol #slider .wd_slide_gallerie {
        transform: translate(-50%, 47%) !important;
    }

    .cabirol .clearfix_paral {
        clear: both;
        display: inline-block;
        margin-top: 90px;
    }
}

/* ===================================================================
RESPONSIVE SMARTPHONE
======================================================================*/

@media only screen
and (min-device-width: 100px) and (max-device-width: 900px) {
	
	section#another {
			margin: auto;
			margin-top: unset;
			min-height: unset;
			width: unset;
	}

    .cabirol section#timeline {
        padding-bottom: 100px;
    }

    .cabirol #solution-linkibe .text .droite img.mockup {
        margin-top: 0 !important;
    }

    .cabirol #specificites-suite .notule-etude {
        float: none !important;
        margin-right: auto !important;
    }

    .cabirol .cab_paral_box {
        min-height: 55vh !important;
    }

    .cabirol #solution-linkibe .notule-etude {
        float: none !important;
        margin-right: auto !important;
    }

    .cabirol #slider {
        height: 40vh !important;
    }

    .cabirol #specificites-suite img.mockup {
        width: 100%;
        margin-top: 0 !important;
    }


    .cabirol #slider .wd_slide_gallerie {
        width: 150px !important;
        transform: translate(-50%, 50%) !important;
        height: 150px !important;
    }

    .cabirol #slider .copyright_slide {
        right: 0 !important;
    }


    #background .logo-etude {
        width: 50%;
    }

    .homme5 #timeline .notule-etude,
    .notule-etude {
        width: 90% !important;
        margin: 0 auto;
    }

    .homme5 .accueil_hm5 {
        display: table !important;
    }

    .homme5 .img-static {
        width: 90%;
        margin: auto;
        position: relative;
        display: table-row;
        text-align: center;
    }

    .homme5 #specificites {
        display: table-row;
    }

    .homme5 .img-static img {
        width: 90%;
    }

    .homme5 .img-static .onoffswitch label {
        position: relative;
    }

    .homme5 #bloc-switch {

        width: 100% !important;
        margin: 0 auto 40px auto !important;
    }


    .notule-etude p {
        text-align: justify;
    }

    #time {
        margin: 40px 0 120px;
    }

    .timeline ul {
        padding: 0;
    }

    .timeline ul li {
        width: 90%;
        transform: none;
        visibility: visible;
        opacity: 1;
        padding: 0;
        margin-bottom: 40px;
    }

    .timeline ul li article {
        width: 100%;
        text-align: justify;
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    .timeline li:nth-child(odd) article h2 {
        margin: 20px 0 0 0 !important;
    }

    .timeline li:nth-child(even) article h2 {
        margin: 20px 0 0 0 !important;
    }

    .timeline ul li:nth-child(even) article, .timeline ul li:nth-child(odd) article {
        left: 0;
        transform: none;
    }

    #solution-linkibe .notule-etude {
        width: 100%;
    }

    .notule-etude img {
        margin: 30px auto 0;
        display: block;
    }

    #solution-linkibe, #specificites {
        padding: 50px 0 0;
    }

    #specificites article, #specificites-suite article {
        display: block;
    }

    #specificites article .text,
    #specificites-suite article:nth-child(odd) .text, #specificites-suite article:nth-child(even) .text {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    #specificites article .gauche, #specificites-suite article .droite {
        display: block;
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    #solution-linkibe img.mockup,
    #specificites article img.mockup,
    #specificites-suite article img.mockup {
        width: 90%;
        min-width: initial;
        margin-left: auto;
    }

    #separation img:first-child,
    #separation_mobile img:first-child {
        margin-bottom: 10px;
        width: 75%;
    }

    #separation img,
    #separation_mobile img {
        max-width: 85%;
    }

    #specificites-suite {
        padding: 50px 0;
    }

    #specificites-suite article {
        padding-bottom: 30px;
    }

    #com {
        height: 250px;
        background-size: 150% auto;
    }

    #com p {
        font-size: 22px;
        line-height: 30px;
    }

    p.h1 {
        font-size: 20px !important;
    }

    #another {
        padding: 50px 0 100px;
    }

    #another .col {
        width: 100%;
        margin: 0 0 5%;
    }

    #specificites-suite article img.parallax3.logotype {
        display: none;
    }


    /************************/
    /* HOMME5 */
    /************************/
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .homme5 #specificites-suite article .gauche {
        display: initial;
    }

    .homme5 #timeline .notule-etude {
        padding: 0 0 50px 0 !important;
    }

    .homme5 #solution-linkibe p.h1 {
        margin-bottom: 80px !important;
    }

    .homme5 #solution-linkibe .notule-etude {
        width: auto !important;
    }

    .homme5 article .boxed,
    .homme5 article .text-droite,
    .homme5 article .text-gauche {
        margin: 0 20px !important;
        width: auto !important;
    }

    .homme5 #specificites-suite article.article_top {
        margin-top: 20px !important;
    }

    .homme5 #specificites-suite {
        padding: 20px 0 !important;
    }

    .homme5 #separation {
        padding: 50px 0 0 !important;
    }
	/*
    #another .text {
        width: 100%;
    }

    #another .col-flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
	*/
}


/************************/
/* NOVANEA*/
/************************/
#separation_mobile .droite img {
    width: 80%;
}


/************************/
/* HOMME5 */
/************************/
.visible-xs {
    display: none;
}

/* Introduction */
.homme5 #timeline .notule-etude {
    padding: 0px 0 150px 0;
    width: 100%;
    margin: auto !important;
}

.homme5 #timeline .notule-etude p {
    text-align: justify;
}

/* Solution TM */
.homme5 #solution-linkibe video {
    position: absolute;
    left: 50%;
    transform: translate(-10%, -50%);
    width: 60%;
    max-width: 990px;
    top: 60%;
}

.homme5 #solution-linkibe p.h1 {
    margin-bottom: 150px;
    z-index: 2;
    position: relative;
}

.homme5 #solution-linkibe .notule-etude {
    width: 50%;
    margin: auto;
}

.homme5 #solution-linkibe .notule-etude p {
    text-align: justify !important;
}

.homme5 #solution-linkibe img.soluce {
    width: 100%;

}

/* page d'accueil */
.homme5 #specificites.overflow {
    overflow: visible;
    z-index: 4;
    min-height: 540px;
}

.homme5 .accueil_hm5 {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100vw;
    float: left;
    background: white;
}

@media only screen
and (min-device-width: 901px) {
    .homme5 #specificites.overflow {
        position: absolute;
    }

    .homme5 .accueil_hm5 .img-static {
        position: static;
        z-index: 5;
        margin-bottom: -800px;
        width: 60%;
    }

    .homme5 .accueil_hm5 img {
        width: 75%;
        margin-left: 70px;
        max-width: 800px;
    }
}


.homme5 #bloc-switch {
    width: 75%;
    margin-left: 70px;
    margin-bottom: 40px;
}

.homme5 .onoffswitch {
    position: relative;
    width: 150px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.homme5 .onoffswitch-checkbox {
    display: none;
}

.homme5 .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #999999;
    border-radius: 30px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;

}

.homme5 .onoffswitch-label span {
    color: #23213F;
}

.homme5 .onoffswitch-label span.white {
    color: white;
}

.homme5 .onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 118px;
    border: 2px solid #999999;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}

.homme5 .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #23213F;
}

.homme5 .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #23213F;
}

.homme5 .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.homme5 .accueil_hm5 .img-static img.active,
.homme5 #specificites article .droite .responsive.active {
    display: block;
}

.homme5 .accueil_hm5 .img-static img,
.homme5 .accueil_hm5 .img-static.hidden-xs img.active,
.homme5 #specificites article .droite .responsive {
    display: none;
}


.homme5 #separation {
    padding: 250px 0 0;
}

.homme5 #separation p {
    text-align: justify;
}

.homme5 #separation .boxed {
    width: 45%;
}

.homme5 article .text-droite {
    float: left;
    margin-left: 50px;
    width: 50%;
    margin-top: 100px;
    text-align: justify;
}

.homme5 article .text-droite p.h1 {
    text-align: left !important;
}

.homme5 article .text-gauche {
    float: right;
    margin-right: 50px;
    width: 50%;
    text-align: justify;
}

.homme5 article .text-gauche p.h1 {
    text-align: left !important;
}

/* Séparation BG fixe */
.homme5 #separation_spec {
    background-size: contain;
    background-position: bottom right;
    height: 615px;
}

#avisclient {
    background: white;
}

#acces-site {
    background: white;
    padding: 0px 0 130px;
    overflow-x: hidden;
}


/*
#acces-site .col{
    width: 140px;
margin: auto;
text-align: center;
padding: 12px 0;
border-radius: 5px;
transition: all .7s;
background: #23213F;
display: block;
}
#acces-site .col:after{
	border:none;	
}
#acces-site .col:hover {
    /*box-shadow: -1px 2px 10px 5px rgba(0, 0, 0, 0.6) inset;
    filter: grayscale(50%);*/
/*  cursor: pointer;
}
#acces-site .col a{
  color:white;
  text-decoration: none;
  text-transform: uppercase;
}
*/


/* Autres pages (avec effet parallaxe) */
.homme5 #specificites-suite {
    padding-bottom: auto;
}


.homme5 #specificites-suite article.article_top {
    margin-top: 120px;
}

.homme5 #specificites-suite .boxed {
    width: 45%;
}

.homme5 #specificites-suite article.article_top .boxed p {
    text-align: justify;
}

.homme5 #specificites-suite article img.img_spec_center {
    z-index: 2;
    position: relative;
}

.homme5 #specificites-suite article .gauche img.img_spec_center,
.homme5 #specificites-suite article .droite img.img_spec_center {
    margin-top: 100px;
}

.homme5 #specificites-suite article .bloc_spec_bottom {
    width: 100%;
    text-align: center;
    position: relative;
}

.homme5 #specificites-suite article .bloc_spec_top img.img_spec_center,
.homme5 #specificites-suite article .bloc_spec_bottom img.img_spec_center {

}

.homme5 #specificites-suite article img.logotype {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.homme5 #specificites-suite article img.parallax1.logotype {
    top: 23%;
    left: 108%;
    z-index: 1;
}

.homme5 #specificites-suite article img.parallax2.logotype {
    top: 45%;
    left: 108%;
    z-index: 3;
}

.homme5 #specificites-suite article img.parallax3.logotype {
    left: 0%;
    top: 65%;
    bottom: 0;
    transform: translate(0%, -50%);
}

.homme5 #specificites .text-droite,
.homme5 #specificites-suite .article_top .boxed {
    margin-bottom: 60px !important;
}


.homme5 #specificites-suite article img.parallax4.logotype {
    left: 98%;
    top: 65%;
    bottom: 0;
}


@media (min-width: 2560px) {

    .homme5 #specificites-suite article img.parallax3.logotype {
        transform: translate(50%, -50%);
    }

    .homme5 #specificites-suite article img.parallax4.logotype {
        left: 50%;
        transform: translate(30%, -50%);
    }

}


/********************************/
/* Cabirol */
/********************************/

.cabirol .text {
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
}

.cabirol .text .gauche, .cabirol .text .droite {
    display: inline-block;
    width: 50%;
}

.cabirol .text .gauche {
    float: left;
}

.cabirol .text .droite {
    float: right;
    margin-left: 0;
}

.cabirol {

}

.cabirol section#timeline {
    min-height: 35vh;
}

section#timeline .boxed {
    width: 50%;
}

#timeline .notule-etude p {
    color: white;
}

.cabirol .notule-etude p {
    text-align: justify;
    opacity: 1;
}


.cabirol #solution-linkibe p.h1 {
    font-size: 26px !important;
    margin-bottom: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #1e2b37;
    letter-spacing: .5px;
    opacity: 1;
}

.cabirol #solution-linkibe .notule-etude {
    width: 55%;
    float: right;
}

#specificites-suite .droite {
    margin-top: 150px;
}


.cabirol #separation_spec {
    height: 500px;
    position: relative;
    z-index: 4;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.cabirol #separation_spec article .logotype {
    position: absolute;
    top: 80%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    transition: 0.5s top;
}

.cabirol #separation_spec article img.parallax2.logotype {
    top: 80%;
    left: 12%;
    z-index: 5;
}


.cabirol #specificites {
    padding-top: 0;
    padding-bottom: 200px;
}

.cabirol #specificites article .text {
    width: 55%;
    margin-right: auto;
}


.cabirol .cab_paral_box {
    position: relative;
    min-height: 80vh;
    width: 100%;
    margin: auto;
    max-width: 1500px;
}

.cabirol .cab_paral_box img.logotype {
    float: left;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    transition: 0.5s top;
}


.cabirol .cab_paral_centre {

    position: relative;
    z-index: 99;
}


.cabirol .cab_paral_box img.logotype.cab_paral_0 {
    right: 150px;
    z-index: 1;

    top: 50%;
}

.cabirol .cab_paral_box img.logotype.cab_paral_2 {
    right: 350px;
    z-index: 2;

    top: 47%;
}

.cabirol .cab_paral_box img.logotype.cab_paral_1 {
    left: 350px;
    z-index: 2;

    top: 47%;
}

.cabirol .cab_paral_box img.logotype.cab_paral_3 {
    left: 150px;
    z-index: 1;

    top: 50%;
}


.cabirol .cab_paral_gauche {
    width: 50%;
    position: relative;
    float: left;

    display: contents;
}

.cabirol .cab_paral_centre {
    position: absolute;
    width: 50%;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 0);
}

.cabirol .cab_paral_droite {
    width: 50%;
    float: left;
    position: relative;

    display: contents;
}


.cabirol #specificites-suite {
    padding-bottom: 60px;
}

.cabirol #specificites-suite .notule-etude {
    width: 55%;
    float: right;
    margin-right: 105px;
    margin-top: 60px;
}



.cabirol #separation {
    padding-top: 20px;
}

.cabirol #separation img {
    margin-top: 90px;
}

.cabirol #separation p.h1 {
    margin-top: 90px;
}


.cabirol #slider {
    background-color: white;
    height: 90vh;
}

.cabirol #slider .boxed {
    width: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    max-width: 1500px;
    position: relative;
}

.cabirol #slider .wd_slide_gallerie {
    width: 36vw;
    max-width: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 46.5%);
    height: 41vh;
    max-height: 600px;
    margin-left: 1px;
    margin-top: 1px;
}


.cabirol #slider .copyright_slide {
    position: absolute;
    bottom: 0;
    right: 8%;
}

.cabirol #slider .copyright_slide a {
    color: inherit;
    text-decoration: none;
}

.cabirol #slider .copyright_slide p {
    float: left;
    margin-right: 20px;
    font-weight: bold;
}


.cabirol #avisclient .boxed {
    margin-top: 50px;
}

.cabirol section {
    padding: 0;
}

/* responsive smartphone */

@media (min-width: 100px) and (max-width: 739px) {
    #ligneblanche, .timeline ul li::after, .time-inner img.ligne-etude, article .responsive, .cabirol .text .droite, .cabirol #separation_spec article img.parallax2.logotype, .cabirol #separation .cab_paral_box, .cabirol #separation .clearfix_paral, #footSVG1, #footSVG2, .novanea .parallax1, .novanea .parallax2, .novanea #separation_mobile, .homme5 #solution-linkibe video, .homme5 .accueil_hm5 .img-static, .homme5 .hidden-xs, .croizon #separation {
        display: none !important;
    }

    #background {
        height: 50vh;
    }

    .salsamonaco #timeline, .timeline ul {
        padding-top: 0;
    }

    section#timeline .boxed {
        width: 90%;
    }

    #time {
        margin-top: 80px;
    }

    .timeline ul li {
        width: auto;
        padding-top: 0;
        margin: 0;
    }

    .timeline ul li:nth-child(odd) article, .timeline ul li:nth-child(even) article {
        left: 0;
    }

    .timeline ul li article {
        width: auto;
    }

    #timeline li:nth-child(odd) article h2, #timeline li:nth-child(even) article h2 {
        margin: 0;
    }

    .time-inner img {
        margin: 0;
    }

    #specificites, #specificites-suite, #solution-linkibe {
        padding: 50px 0;
    }

    #specificites article {
        flex-direction: column-reverse;
    }

    #specificites-suite article, #specificites-suite article:nth-child(even) {
        flex-direction: column;
    }

    #specificites article .gauche, #specificites article .droite,
    #specificites-suite article .gauche, #specificites-suite article .droite,
    .cabirol .text {
        width: 90%;
    }

    #specificites article .text,
    #specificites-suite article:nth-child(odd) .text, #specificites-suite article:nth-child(even) .text,
    .cabirol #solution-linkibe .notule-etude, .cabirol #specificites-suite .notule-etude, .homme5 article .text-droite {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

	.salsamonaco #specificites article .droite {
		width: 100% !important;
	}
    #specificites article .droite img,
    #specificites-suite article .gauche img, #specificites-suite article:nth-child(odd) .gauche img.mockup, #specificites-suite article:nth-child(even) .gauche img.mockup {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
		margin-left: 5% !important;
    }

    #another {
        padding: 50px 0 80px 0;
    }

    #another .text {
        width: 100%;
    }

    #another .col-flex {
        width: 100%;
        flex-wrap: wrap;
    }

    #another a.col {
        width: calc(50% - 10px);
    }

    .cabirol section#timeline {
        min-height: auto;
    }

    .cabirol #solution-linkibe p.h1 {
        margin-bottom: 20px;
    }

    .cabirol .text .gauche {
        width: 100%;
    }

    .cabirol #separation_spec {
        height: 200px;
    }

    .cabirol #specificites-suite, #specificites-suite article {
        padding-bottom: 50px;
    }

    .cabirol #separation {
        padding-top: 0;
    }

    .cabirol #separation img {
        margin-top: 0;
    }

    #acces-site {
        padding: 20px 0 60px;
    }

    footer {
        padding-top: 80px;
    }

    #solution-linkibe .text p.h1 {
        width: 90%;
        margin: 0 auto;
    }

    .notule-etude img {
        width: 100%;
        max-width: 100%;
    }

    .croizon #specificites-suite, .homme5 #specificites-suite, .homme5 #specificites-suite article, .dalm #specificites-suite article {
        padding-bottom: 0;
    }

    .croizon #specificites-suite article:nth-child(odd) .gauche img.mockup {
        width: 100%;
    }

    .croizon #specificites-suite .droite .text p.h1 {
        margin-bottom: 10px;
    }

    .croizon #separation img {
        margin-top: 0;
    }

    .novanea #specificites-suite, .novanea #specificites-suite article, .homme5 #specificites .text-droite, .homme5 #specificites-suite .article_top .boxed {
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .homme5 #timeline .notule-etude {
        padding: 0 0 50px 0;
        width: 100%;
    }

    #background .logo-etude {
        top: calc(50% + 65px);
        width: auto;
        height: 150px;
    }

    .homme5 #solution-linkibe .notule-etude, .homme5 article .text-droite {
        width: 90%;
    }

    .homme5 #specificites.overflow {
        position: relative;
        min-height: auto;
        padding-top: 0;
    }

    .homme5 #separation_spec {
        background-size: cover;
        height: 200px;
    }

    .homme5 #separation {
        padding: 50px 0 0;
    }

    .homme5 #separation .boxed, .homme5 #specificites-suite .boxed {
        width: 90%;
    }

    .homme5 #specificites-suite article.article_top {
        margin-top: 0;
    }

    .dalm #solution-linkibe {
        padding-bottom: 0;
    }
}

/* CROIZON */
.bg_croizon {
    width: 94%;
    height: 600px;

    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
}

.croizon #specificites-suite article:nth-child(odd) .textg.droite .text {
    float: right;
    margin-right: 150px;
}

body .croizon #specificites-suite article:nth-child(odd) .droite .text {
    float: left;
    margin-left: 150px;
}

.croizon .notule-etude p {
    width: 33%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.croizon .text_spec {
    width: 66%;
    margin: 120px auto;
    text-align: center;

}

@media (min-width: 100px) and (max-width: 739px) {
    body .croizon .notule-etude p {
        width: 100%;
    }


    body .croizon .text_spec {
        width: 90%;
        margin: 40px auto;
    }
}

.croizon #specificites-suite article:nth-child(odd) .gauche img.mockup.imgg {
    float: right;
    margin-right: 50px;
    min-width: 100%;
}

.croizon #specificites-suite article:nth-child(odd) .gauche img.mockup {
    float: right;
    margin-right: -170px;
    min-width: 100%;
}

.croizon #specificites-suite article:nth-child(even) .text {
    margin-right: 150px;
}

.croizon #specificites-suite article:nth-child(even) .gauche img.mockup {
    margin-left: -87px;
}

.croizon img.paral_croizon1 {
    z-index: -1;
    bottom: -176px;
    top: auto !important;
    left: 93px;
}

.croizon img.paral_croizon2 {
    top: 12% !important;
}

.croizon img.paral_croizon3 {
    top: 9% !important;
    left: 29%;
    z-index: 2;
}

.croizon img.paral_croizon4.logotype {
    right: -38px;
    top: 14% !important;
    z-index: 1;
}
/*
.gauche, .droite {
    margin: auto;
    width: 80%;
}
*/
.croizon p.h1 {
    opacity: 1;
}

#another .col-flex {
    width: 100%;
}

#another .col img {
    max-height: 100% !important
}

#another .col {
    transition: none !important;
}

#another .img-another {
    height: 100%;
    min-height: 180px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

#another .col.active:hover {

    box-shadow: none !important;
}


/* SEADOO */
.seadoo .notule-etude p {
    width: 80% !important;
}

.seadoo .imagenotule {
    margin-bottom: 40px;
}

.seadoo .imagenotule img {
    width: 100%;
}


body .seadoo #specificites-suite article:nth-child(odd) .droite .text {
    float: right;
    margin-right: 55px;
}

body .seadoo #specificites-suite article:nth-child(odd) .gauche img.mockup {
    float: right;
    margin-right: -43%;
    min-width: 100%;
}

body .seadoo .text p {
    padding-right: 43px;
}

.seadoo #specificites-suite article:nth-child(odd) {
    padding-bottom: 12% !important;
}

.seadoo #specificites-suite article:nth-child(even) .textgg .text {
    float: left;
    margin-left: 150px !important;
}


.seadoo #specificites-suite {
    overflow: inherit;
}

.seadoo .fixeimg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 54%;
    left: 6%;
}

.seadoo #separation img {
    margin-top: -65px;
}

body .seadoo #specificites-suite article:nth-child(odd) .gauche.imgg img.mockup {
    float: right;
    margin-right: -20%;
    min-width: 100%;
}


/* FLOWBOX */

.flowbox .imagenotule {
    margin-bottom: 40px;
}

.flowbox .imagenotule img {
    width: 100%;
}

.flowbox #specificites-suite article:nth-child(even) .text {
    float: left;
    margin-left: 150px;
}

body .flowbox #specificites-suite article:nth-child(odd) .droite .text {
    float: right;
    margin-right: 55px;
}

body .flowbox #specificites-suite article:nth-child(odd) .gauche img.mockup {
    float: right;
    margin-right: 0%;
    min-width: 100%;
}

body .flowbox .text p {
    padding-right: 43px;
}

.flowbox #specificites-suite article:nth-child(even) .textgg .text {
    float: left;
    margin-left: 150px !important;
}


.flowbox #specificites-suite {
    overflow: inherit;
}

.flowbox #separation img {
    margin-top: -65px;
}

body .flowbox #specificites-suite article:nth-child(odd) .gauche.imgg img.mockup {
    float: right;
    margin-right: 0%;
    min-width: 100%;
}

.flowbox #separation img {
    margin-top: 0;
    padding-bottom: 50px;
}


/***********************/
body .croizon #specificites-suite article:nth-child(even) .droite .col.button {
    margin-right: 150px;
}

body .croizon #specificites-suite article:nth-child(odd) .droite .col.button {

    margin-left: 150px;
}

.droite.textgg {
    z-index: 1000000;
}

header #nav {
    z-index: 1000000000000;
}

body .homme5 .notule-etude {
    width: 50%;
    margin: 0 !important
}


@media (max-width: 739px) and (min-width: 100px) {
    .homme5 #solution-linkibe .gauche {
        margin: 0 !important;
    }

    .homme5 #solution-linkibe .gauche .notule-etude {
        padding: 0px 28px;
    }
}


@media (max-width: 1500px) and (min-width: 1025px) {
	body .seadoo #specificites-suite article:nth-child(odd) .gauche img.mockup {
		margin-right: -90%;
	}
	.seadoo .fixeimg img.mockup {
    width: 45% !important;
	}
	.seadoo .fixeimg {
		left: unset;
	}
	body .seadoo #specificites-suite article:nth-child(odd) .gauche.imgg img.mockup {
		margin-right: -60%;
	}
	body .seadoo #specificites-suite article:nth-child(odd) .droite .text {
		margin-right: 150px;
	}
}


@media (max-width: 739px) and (min-width: 100px) {
    #another a.col {

        padding: 12px 0;
    }

    .croizon #specificites-suite article:nth-child(odd) .textg.droite .text {
        margin-right: 0px;
    }

    .croizon #specificites-suite article:nth-child(odd) .gauche img.mockup.imgg {

        margin-right: 0;
    }

    .croizon #specificites-suite article:nth-child(odd) .gauche img.mockup {

        margin-right: 0;
    }

    body .croizon #specificites-suite article:nth-child(odd) .droite .text {

        margin-left: 0px;
    }

    .croizon #specificites-suite article:nth-child(even) .gauche img.mockup {
        margin-top: 29px;

        margin-left: 26px;
    }

    .croizon #specificites-suite article:nth-child(even) .gauche {

        min-height: 431px;
    }

    .notule-etude.bg_croizon {
        height: 396px;
        margin-top: 41px;
        background-position: top;
    }

    .croizon .notule-etude p {
        margin-top: auto;
        align-items: end;
        margin-bottom: 0;
        justify-content: flex-end;
    }

    .croizon img.paral_croizon1 {
        bottom: -141px;
    }

    .croizon img.paral_croizon2 {
        top: 65% !important;
    }

    .croizon img.paral_croizon3 {
        top: 42% !important;
    }

    .croizon img.paral_croizon4.logotype {
        top: 57% !important;
    }


    body .seadoo #specificites-suite article:nth-child(odd) .droite .text {

        margin-right: 0;
    }

    body .croizon .text p {
        padding-right: 0;

        text-align: justify;
    }

    .seadoo #specificites-suite article:nth-child(even) .textgg .text {

        margin-left: 0 !important;
    }

    .croizon.seadoo #specificites-suite article:nth-child(even) .gauche {
        min-height: 0px;
    }

    .seadoo .fixeimg {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
    }

    .seadoo .fixeimg img {
        width: 100%;
    }

    body .seadoo #specificites-suite article:nth-child(odd) .gauche.imgg img.mockup {
        margin-right: -19px;
        margin-top: 42px;
    }

    .seadoo .imagenotule img {

        margin-top: 32px;
    }

    body .croizon.seadoo .notule-etude p {
        width: 100% !important;
    }

    #background .logo-etude {
        width: 245px;
        height: auto;
    }

    body .seadoo #specificites-suite article:nth-child(odd) .gauche img.mockup {
        margin-right: 0;
    }


    body .flowbox #specificites-suite article:nth-child(odd) .droite .text {

        margin-right: 0;
    }

    body .flowbox .text p {
        padding-right: 0;

        text-align: justify;
    }

    .flowbox #specificites-suite article:nth-child(even) .text {

        margin-left: 0;
    }
}

.tonrdv #timeline .notule-etude {
    width: 100%;
}

.tonrdv #solution-linkibe .droite img.mockup {
    float: right;
    margin-right: -170px;
    min-width: 100%;
}

.tonrdv #solution-linkibe .text {
    display: flex;
}

.tonrdv #solution-linkibe .notule-etude {
    width: 100%;
    margin: auto;
}


.tonrdv #separation,
.tonrdv #specificites-suite,
.tonrdv #acces-site {
    background: #f2f3f7;
}


/***/
.croizon section#timeline {
    background-size: cover;
    background-position: center bottom;
    background-color: #FFF;
    min-height: 40vh;
    background: linear-gradient(to bottom,rgba(21,22,37,0) 0%,rgba(21,22,37,0.9) 50%,rgba(21,22,37,1) 100%);
}

.croizon div#time {
    display: none;
    margin: 0 !important;
}

.croizon section#solution-linkibe {
    padding-top: 5% !important;
    padding-bottom: -500px;
}
élément {
    margin-top: -10% !important;
}
.croizon section#timeline .boxed {
    padding-top: 78px;
}

.croizon section#timeline .boxed {
    padding-top: 78px;
}

.croizon #timeline .notule-etude p {
    width: 80%;
}


.seadoo section#timeline {
    background-image: url(/wp-content/uploads/2020/11/tm_site_interieur1_labo-header-1.png);
    background-size: cover;
    background-position: center bottom;
    background-color: #FFF;
    min-height: 70vh;
}

.seadoo div#time {
    display: none;
    margin: 0 !important;
}

.seadoo section#solution-linkibe {
    padding-top: 0px !important;
}

.seadoo section#timeline .boxed {
    padding-top: 78px;
}

.seadoo section#timeline .boxed {
    padding-top: 78px;
}


.croizon #bloc-switch {
    width: 75%;
    margin-left: 70px;
    margin-bottom: 40px;
}

.croizon .onoffswitch {
    position: relative;
    width: 150px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.croizon .onoffswitch-checkbox {
    display: none;
}

.croizon .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #999999;
    border-radius: 30px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;

}

.croizon .onoffswitch-label span {
    color: #23213F;
}

.croizon .onoffswitch-label span.white {
    color: white;
}

.croizon .onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 118px;
    border: 2px solid #999999;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}

.croizon .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #23213F;
}

.croizon .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #23213F;
}

.croizon .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.croizon .accueil_hm5 .img-static img.active,
.croizon #specificites article .droite .responsive.active {
    display: block;
}

.croizon .accueil_hm5 .img-static img,
.croizon .accueil_hm5 .img-static.hidden-xs img.active,
.croizon #specificites article .droite .responsive {
    display: none;
}


/* page d'accueil */
.croizon #specificites.overflow {
    overflow: visible;
    z-index: 4;
    min-height: 540px;
}

.croizon .accueil_hm5 {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100vw;
    float: left;

    padding-bottom: 9%;
    background: white;
    flex: 1 1 auto;
    align-items: stretch;
}

@media only screen
and (max-device-width: 901px) {
    .croizon section#timeline {
        padding-top: 0 !important;
    }

    .croizon .accueil_hm5 {
        flex-direction: column-reverse;
    }

    .croizon .accueil_hm5 .text-droite {
        padding: 0 20px;
        text-align: justify;
    }
}

@media only screen
and (min-device-width: 901px) {
    .croizon #specificites.overflow {
        position: relative;
        display: flex;
        width: 50%;
    }

    .croizon .accueil_hm5 .img-static {
        position: relative;
        z-index: 5;
        margin-bottom: 0;
        width: 50%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .croizon .accueil_hm5 img {
        width: 75%;
        margin-left: -175px;
        max-width: 800px;
    }
}

.croizon .accueil_hm5 {
    display: flex !important;
    align-items: center;
}

.croizon .img-static {
    width: 90%;
    margin: auto;
    position: relative;
    display: table-row;
    text-align: center;
}

.croizon #specificites {
    display: table-row;
}

.croizon .img-static img {
    width: 90%;
}

.croizon .img-static .onoffswitch label {
    position: relative;
}

.croizon #bloc-switch {

    width: 100% !important;
    margin: 0 auto 40px auto !important;
}

.sepp {
    background-color: #FFF !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
    z-index: 1;
    position: relative;
    padding-bottom: 100px;
}

.tonrdv section#separation_spec {
    overflow: visible;
}

.tonrdv .img2_fl {
    width: 50%;
    margin-left: 50%;
    height: 600px;
    margin-top: -100px;
}

.tonrdv .img2_fl img {
    height: 100% !important;
    width: auto !important;
}

.tonrdv .solusuite {
    padding-top: 239px !important;
    background: #f2f3f7 !important;
}

.tonrdv section#specificites-suite {

}


.tonrdv img.mockup.back,
.tonrdv img.mockup.front {
    position: absolute;
    height: 522px;

    width: auto !important;
    z-index: 0;
    min-width: auto !important;
    left: 20%;
}

.tonrdv img.mockup.back {
    top: -226px;
}

.tonrdv img.mockup.front {
    bottom: 0 !important;
    z-index: 2;
    top: 32vh;
}

.tonrdv .solusuite {
    overflow: visible;
}

.tonrdv .solusuite .gauche {
    width: 25%;
}

.tonrdv .solusuite p.h1 {
    margin-bottom: 50px !important;
    text-align: left !important;
}

.tonrdv .solusuite:before {
    border: none !important;
}

.tonrdv section#separation_spec {
    padding-bottom: 32vh;
}

/*
 * 
 * 
 * 
 *
 */

block_sl {
    color: red;
}


/*
 * 
 * 
 * 
 *
 */


@media only screen and (max-device-width: 900px) and (min-device-width: 100px) {
    .tonrdv #timeline .notule-etude, .notule-etude {
        width: 100% !important;
    }

    .tonrdv #solution-linkibe .text {
        flex-direction: column;
        padding: 0 20px;
    }

    .tonrdv #solution-linkibe .droite img.mockup {
        min-width: 100%;
        margin-top: 38px;
    }

    .tonrdv #solution-linkibe .text {

        flex-direction: column !important;
    }

    .tonrdv .solusuite .gauche {
        width: 100%;
    }

    .tripple {
        padding: 60px 0 0px 0 !important;
        min-height: 370px;
        margin-top: 50px;
    }

    .tonrdv #solution-linkibe .gauche .notule-etude {
        padding: 0px !important;
    }

    .tonrdv img.mockup.back, .tonrdv img.mockup.front {

        height: 255px !important;
    }

    .tonrdv #solution-linkibe .droite img.mockup {
        margin-right: 0;
    }

    .tonrdv #solution-linkibe .droite img.mockup.front {

        left: -101px !important;
        top: 23vh;
    }

    .tonrdv #solution-linkibe .droite img.mockup.back {
        top: -44px !important;;
    }

}