/******

LANDING - GLOBAL

******/

/* Hack problème sortie d'écran sur Landings */

@media screen and (max-width: 320px){
 .landing .range-detail .container{
    padding: 0 5px;
}
.landing .container{
    min-width: 300px;
}
}



/****** 

LANDING 1894 EDITION - VERSION VIDEO BANNER 

******/

/*Correction mobile largeur landing*/

.range-detail__text-wrapper
{
    width: 100%;
}

/* Correction Mobile composant vignettes ZOOM qui n'est pas centré */
@media screen and (max-width: 960px){
    landing-1894 .range-link-wide{
        margin-left: 40px;
    }
    landing-1894 .range-link-wide__content
    {
        text-align: center;
    }
}


/*** Pimp AddThis ***/

.landing-1894 .addthis-strate-container{
    position: relative;
    height: 300px;
}

.landing-1894 .addthis-strate-container-background{
    width: 1480px;
    height: 100%;
    position: absolute;
    left: -80px;
    background: #EFF0F0;
}

.landing-1894 .addthis_toolbox{
    max-width: 500px;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
    text-align: center;
}

.landing-1894 .addthis_toolbox .addThis-icons-1894
{
    display: flex;
    flex-direction: row; 
    justify-content: center;
}

.landing-1894 .addthis_toolbox p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}

.landing-1894 .addthis_toolbox a.at300b, .landing-1894 .addthis_toolbox a.at300m
{
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.landing-1894 .addthis_toolbox a.addthis_button_facebook, .landing-1894 .addthis_toolbox a.addthis_button_twitter, .landing-1894 .addthis_toolbox a.addthis_button_email
{
    margin-right: 20px;
}

.landing-1894 .addthis_toolbox .addThis-icons-1894:last-child
{
    margin-right: 0px;
}

.landing-1894 .addthis_toolbox a.at300b:hover, .landing-1894 .addthis_toolbox a.at300m:hover
{
    opacity: 0.6;
}

.landing-1894 .addthis_toolbox .at-icon-wrapper{
    width: 52px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
}

.landing-1894 .addthis_toolbox .facebook-1894{
    background-color: #205e94;
    margin-right: 20px;
}

.landing-1894 .addthis_toolbox .twitter-1894{
    background-color: #1da1f2;
}

.landing-1894 .addthis_toolbox .email-1894{
    background-color: #848484;
}

.landing-1894 .addthis_toolbox .addthis-1894{
    background-color: #ff6550;
}

.landing-1894 .addthis_toolbox .at-icon-wrapper img
{
    width: 28px;
    height: 28px;
    vertical-align: -webkit-baseline-middle;
}

/* Partage d'images sur Facebook */

.landing-1894 .img-partage-container
{
    position: relative;
}

.landing-1894 .img-partage-container a.img-share-link-small{
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    color: #fff;
    opacity: 1
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.landing-1894 .img-partage-container a.img-share-link-small:hover{
    opacity: 0.8;
}

.landing-1894 .img-partage-container .img-share-link{
    display: block;
    width: 34px;
    height: 34px;
    background-color: #205e94;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
}

.landing-1894 .img-partage-container a.img-share-link-large{
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.landing-1894 .img-partage-container .img-share-link-large:hover{
    opacity: 0.8;
}

.landing-1894 .img-partage-container .img-share-link-large-icon-container{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #205e94;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
}


.landing-1894 .img-partage-container .img-share-link-icon, .landing-1894 .img-partage-container .img-share-link-icon-large{
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.landing-1894 .img-partage-container .img-share-link-icon-large{
    width: 25px!important;
    height: 25px!important;
}

@media screen and (max-width: 960px){ /* Mobile bouton Share sur images Full Width */

    .landing-1894 .img-partage-container .img-share-link-large{
        right: 20px!important;
        bottom: 20px!important;
    }

    .landing-1894 .img-partage-container .img-share-link-large-icon-container{
        width: 35px;
        height: 35px;
    }


    .landing-1894 .img-partage-container .img-share-link-icon-large{
        width: 20px!important;
        height: 20px!important;
    }

}

/**** Titre par dessus images full width DESKTOP ****/

.img-full-width-1894 p{
    font-style: italic;
    margin-top: 5px;
}


@media screen and (min-width: 960px){

    .img-full-width-1894 div{
        position: relative;
    }

    .img-full-width-1894 p{
        position: absolute;
        bottom: 0;
        margin-bottom: 30px;
        margin-left: 30px;
        font-style: normal;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 20px 25px;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

}

/* Strate noire 4 visuels haut */

.landing-1894 .four-pictures-container{
    position: relative;
}

.landing-1894 .four-pictures-container .four-pictures-container-background{
    width: 1480px;
    height: 100%;
    position: absolute;
    left: -80px;
    background: #242424;
}

.landing-1894 .four-pictures-container .four-pictures-content
{
    position: relative;
    overflow: hidden; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-around; 
    flex-flow: row wrap;
    color: #fff;
    padding: 90px 0;
}


/******* LANDING PAGE PREDICT - 15102019 *******/

/** Généralités **/

#landing-predict .predict-flex-row
{
	display: flex;
	flex-wrap: wrap;
	justify-content : space-around;
}

#landing-predict h2.black-title-centered{
	text-transform: uppercase; 
	color: #242424; 
	font-size: 25px; 
	padding: 40px 0; 
	font-family: DINPro-CondBold; 
	text-align: center;
}

#landing-predict p#logo-predict
{
    text-align: center; 
    margin-top: 40px;
}

#landing-predict p#logo-predict img
{
    width: 130px;
}

#landing-predict p#predict-benefices-logo img
{
	width: 94px;
}

#landing-predict #predict-benefices ul
{
	max-width: 300px;
}

#landing-predict #predict-benefices ul li
{
	display: flex;
	align-items:flex-start;
	margin-bottom: 25px;
}

#landing-predict #predict-benefices img
{
	width: 64px;
	margin-right: 20px;
}

#landing-predict p#schema-predict img
{
	width: 100%;
	max-width: 550px;
}

#landing-predict div#predict-strate-video-main-container
{
	position: relative; 
	margin-top: 60px;
}

#landing-predict div#predict-strate-video-main-container div#predict-strate-video-background{
	position: absolute;
	width: 1440px;
	height: 100%; 
	left: -270px;
	background: #EFF0F0; 
	padding-bottom: 60px;
}

#landing-predict div#predict-strate-video-main-container a#predict-strate-video
{
	display: block;
	position: relative;
    text-align: center;
    width: 600px;
    max-height: 340px;
    max-width: 600px;
    margin: auto;
    transition: box-shadow .3s;
    width: 100%;
}

#landing-predict div#predict-strate-video-main-container a#predict-strate-video img#predict-video-cover
{
    width: 100%;
    position: relative;
}

#landing-predict div#predict-strate-video-main-container a#predict-strate-video img#predict-video-play-icon
{
    position: absolute;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: filter .3s;
    transition: margin-top .3s;
}


#landing-predict div#predict-strate-video-main-container a#predict-strate-video:hover
{
	box-shadow: 0 0 15px rgba(33,33,33,.3);
}

#landing-predict div#predict-strate-video-main-container a#predict-strate-video:hover #predict-video-play-icon
{
	filter: drop-shadow(5px 5px 5px rgba(33,33,33,.3));
	margin-top: -3px;

}

#landing-predict p#solutrans-logo{
    text-align: center;
    padding-top: 60px;
}

#landing-predict p#solutrans-logo img{
    width: 300px;
}

#landing-predict p.solutrans
{
    line-height: 22px;
}

#landing-predict p.solutrans span
{
    color: #e20619;
}

#landing-predict p#CTA-solutrans{
    text-align: center;
    margin-top: 30px;
}

#landing-predict p#CTA-solutrans a{
    display: inline-block;
    padding: 15px 30px;
    background-color: #E2001A;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    transition: opacity .3s;
}

#landing-predict p#CTA-solutrans a:hover{
    opacity: .8
}

#landing-predict p#CTA-solutrans a img{
    width: 7px;
    margin-left: 8px;
}