/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       GENERAL         //////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.red {
    border: 1px solid red;
}
.centerH {
    display: flex;
    justify-content: center;
}
.noPadding {
    padding: 0;
}
.noMargin {
    margin: 0;
}
.separate {
    height: 30px;
}
@media only screen and (max-width : 767px) {
    .separate-sm {
        height: 30px;
    }
}
.borderSep {
    margin: 30px auto;
    width: 70%;
    border-bottom: 1px dotted gainsboro;
}
.imgCenter {
    display: block;
    margin: 0 auto;
}
.vAlignImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.imgFull {
    width: 100%;
    height: auto;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}
.black {
    color: black;
}
.grey {
    color: gainsboro;
}
h3 {
    color: rgba(0, 0, 0, 1);
}
h8 {
    font-family: helvetica, sans-serif;
    font-size: 20px;
}
p {
    font-size: 12px;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       Header          //////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.pfHeader {
    position: fixed;
    height: 50px;
    background-color: rgba(39, 141, 224, 0.9);
    width: 100%;
    z-index: 10;
}
.pfHeader img {
    margin :5px 20px;
    height: 40px;
    float: left;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       Mise en Page      ////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.portefolio {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
/*utilisé sur shop'In*/
.ArticleImgHorizontalSz {
    height: 200px;
    margin-bottom: 20px;
}
/*///////////////// 320 > 480 //////////////// Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .MgSm {
        width: 90%;
        margin: 0 auto;
    }
    .txtPaddingLeft, .txtPaddingRight, .txtPaddingCenter {
        padding: 2%;
    }
    .PdSm {
        padding: 2%;
    }
    .ArticleImgSz { max-height: 350px; }
}
/*///////////////// 480 > 768 //////////////// Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .Mgreduites {
        width: 80%;
        margin: 0 auto;
    }
    .PdSm {
        padding: 2%;
    }
    .ArticleImgSz { max-height: 380px; }
}
/*///////////////// 768 > 992 //////////////// Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .Mgreduites {
        width: 70%;
        margin: 0 auto;
    }
    .PdSm {
        padding: 10%;
    }
    .txtPaddingLeft {
        padding: 0 10% 0 0;
    }
    .txtPaddingRight {
        padding: 0 0 0 10%;
    }
    .txtPaddingCenter {
        padding: 2% 10%;
    }
    .ArticleImgSz { max-height: 400px; }
}
/*///////////////// 992 > 1200 //////////////// Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .Mgreduites {
        width: 60%;
        margin: 0 auto;
    }
    .PdSm {
        padding: 10%;
    }
    .txtPaddingLeft {
        padding: 0 15% 0 0;
    }
    .txtPaddingRight {
        padding: 0 0 0 15%;
    }
    .txtPaddingCenter {
        padding: 2% 15%;
    }
    .ArticleImgSz { max-height: 410px; }
}
/*///////////////// 1200 > 1700 ////////////////  Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .Mgreduites {
        width: 50%;
        margin: 0 auto;
    }
    .PdSm {
        padding: 10%;
    }
    .ArticleImgSz { max-height: 420px; }
}
/*///////////////// 1700 et + ////////////////  XL Large Devices */
@media only screen and (min-width : 1700px) {
    .Mgreduites {
        width: 40%;
        margin: 0 auto;
    }
    .PdSm {
        padding: 10%;
    }
    .ArticleImgSz { max-height: 450px; }
}
/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       Cartouche présentation      //////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.pfBandeau {
    padding: 0px;
    margin: 30px 0 0 0;
    text-align: center;
}
.pfMeta {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
}
.pfMeta h2 {
    color: rgba(0, 0, 0, 1);
}
.pfMeta h6 {
    color: rgba(227, 227, 227, 1);
}
.pfMeta h7 {
    font-size:12px;
    font-weight: lighter;
    line-height: 2.8;
    font-family: helvetica, sans-serif;
    background-color: rgba(227, 227, 227, 0.5);
    padding: 5px 10px;
    border-radius: 15px;
    white-space: nowrap;
}
@media only screen and (min-width : 320px) {
    .pfAccroche {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .pfAccroche img{
    max-width: 100%;
    }
}
@media only screen and (min-width : 768px) {
    .pfAccroche {
        position: absolute;
        bottom: 0px; 
        width: 100%;
    }
    
    .pfAccroche img{
    max-width: 500px;
    }
}
.pfAccroche img{
    display: block;
    margin: auto auto; 
}
#imgAccroche {
    padding-top: 60px;
    z-index: 0;
}
/*///////////cas 1 : img centre en bas /////////////*/
.padDown0 {
    padding-bottom: 0;
}
.colD {
    margin: 0;
    padding: 0;
}
.vAlignBottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*/ cas 1 : Personalisation selon le type d'image /*/
.telHead { min-height: 500px;}
.telHead .imgCenter { max-height: 500px;}
.AM { min-height: 400px; }
.AM .imgCenter { max-height: 400px;}
.padImg {min-height: 450px;}
.padImg .imgCenter {max-height: 450px;}
/*///////////cas 2 : img centre au milieu /////////////*/
.vAlignMiddle {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    resize: both;
    overflow: auto;
}
.centerImgMiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*/ cas 2 : Personalisation selon le type d'image /*/
@media only screen and (max-width : 767px) {
    .Img600 {  height: 600px; }
    .Img550 {  height: 550px; }
    .Img500 {  height: 500px; }
    .Img400 {  height: 400px; }
    .Img300 {  height: 300px; }
    .Img200 {  height: 200px; }
}
/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       Paragraphes      /////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width : 767px) {
    /* article ordonancement */
    .parentFlex-sm {
        display: flex;
    }
    .childFlexOrder1-sm {
        order: 1;
    }
    .childFlexOrder2-sm {
        order: 2;
    }
    /* text direction */
    .ImgLeftThenCenter {
        max-height: 500px;
        max-width:  500px;   
        display: block;
        margin: 0 auto;
    }
    .ImgRightThenCenter {
        max-height: 500px;
        max-width:  500px;   
        display: block;
        margin: 0 auto;
    }
    .alignRightThenCenter {
        text-align: center;
    }
    .alignLeftThenCenter {
        text-align: center;
    }
    .videoDecoration {
        -webkit-box-shadow: 0;
        -moz-box-shadow:    0;
        box-shadow:         0;
    }
    .visible-sm {
        display: block;
    }
    .notVisible-sm {
        display: none;
    }
}
@media only screen and (min-width : 768px) {
    .visible-sm {
        display: none;
    }
    .notVisible-sm {
        display: block;
    }
    .ImgLeftThenCenter {
        max-height: 500px;
        max-width:  500px;
        float: left;
    }
    .ImgRightThenCenter {
        max-height: 500px;
        max-width:  500px;
        float: right;
    }
    .alignRightThenCenter {
        text-align: right;
    }
    .alignLeftThenCenter {
        text-align: left;
    }
    .videoDecoration {
        margin: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
}
.coverBG {
    width: 100%;
    height: 100%;
    background: url(../img/pf/SIS/SIS_illustration01.png) no-repeat;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}
/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////       Carroussel phoneS et tab     /////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/

/*////////////////      devices       ////////////////////////////////////*/

.phone {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.phone-img {  
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
}
/* phones */ 
@media only screen and (min-width : 320px) {
    .phone-img { 
        display: none;
    }
    .slick-dots li button:before {
        opacity: .05;
        color: black;
    }
    .ecran .slick-slide img {
        width: 100%;
        height: auto;
        margin-top: 36px;
    }
    .ecran .slick-prev:before, .ecran .slick-next:before {
        display: none;
    } 
}
/* Tablets et plus */
@media only screen and (min-width : 768px) {
    .phone-img { 
    display: inherit;
    }
    .slick-dots li button:before {
        opacity: .05;
        color: white;
    }
    .iphone .slick-dots li button:before {
        color: black;
    }
    .ecran .slick-slide img {
        width: 714px;
        height: 402px;
        margin-top: 36px;
    }
    .ecran .slick-prev:before, .ecran .slick-next:before {
        display: inherit;
    } 
}

/*////////////////      Caroussel       ////////////////////////////////////*/
.device-carroussel {
    background-color: white;
    z-index: 2;
}
.slider {
    width: 320px;
    margin: 0 auto;
    opacity: 1;
}
.ipad .slider {
    width: 400px;
    margin: 0 auto;
    opacity: 1;
}

#SIS_SLIDER {
    width: 80%;
    height: auto;
}
#SIS_SLIDER img{
    width: 100%;
    padding :0 50px;
    height: auto;
}
#SIS_SLIDER .slick-dots li.slick-active button:before {
    color: white;
}
.ecran .slider {
width: 90%;
}
.slick-slide {
    margin: 0px 1px;
}
.slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 484px;
    width: 273px;
    margin-top: 61px;
}
.iphone .slick-slide img {
    width: 265px;
    height: 468px;
    margin-top: 68px;
}

.ipad .slick-slide img {
    width: auto;
    height: 480px;
}

.slick-prev:before, .slick-next:before { 
    z-index: 10;  
    font-family: Helvetica, sans-serif;
    opacity: 1;
    color :black;
    font-size: 20px;
    cursor: pointer;
}
.slick-prev {
/*  mettre la taille de la fonte pour slick-prev */
    left: -20px;
    cursor: pointer;
    z-index: 2;
}
.slick-next {
    right: -20px;
    cursor: pointer;
    z-index: 2;
}
.slick-dots li.slick-active button:before {
    opacity: .95;
    color: blue;
}
/* dots */
.slick-dots {
    z-index: 2;
    bottom: -25px;
}
.iphone .slick-dots {
    top: 38px;
}
.ipad .slick-dots {
    top: 23px;
}
/*/ Mode standard /*/
.carrousel_standard .slider {
        margin: 0 auto;
        opacity: 1;
}
.carrousel_standard .slider {
width: 90%;
}
.carrousel_standard .slick-slide img {
    width: auto;
    height: auto;
    margin-top: 37px;
}
.carrousel_standard .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*////////////////////     Suite PF   //////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.keepPF {
    margin:  0;
    padding: 0;
    width: 100%;
    background-color: rgba(227, 227, 227, .3);
    border-top: 1px solid rgba(65, 53, 47, 0.05)
}
.KeepPF_txt {
    min-height: 100px;
}
.keepPF .left , .keepPF .right {
        margin: 20px;
        width: 300px;
}
.keepPF .block {
    display: block;
    position: relative;
}
.keepPF .illustration {
    background-color: white;
    border: 1px solid rgba(65, 53, 47, 0.05);
    height: 200px;
    
}
.keepPF .block img {
    position: absolute;
    display: block;
    max-height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.keepPF h2 {
    padding: 10px 0;
}
.keepPF h3 {
    max-width: 320px;
}
.keepPF h8 {
    color: black;
}
.keepPF .left h8 {
    float: left;
    margin: -110px 0 0 -50px;
}
.keepPF .right h8 {
    float: right;
    margin: -110px -50px 0 0;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*////////////////////     Methode Liste     ///////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*reutilisation des balises existantes inline block*/
.inline-block-center p {
     text-align: center;
     color:  rgba(200, 200, 200, 1);
}
.inline-block-center img {
     display : block;
}
.inline-block-center .spaci {
    padding: 30px 40px;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*////////////////////     PF left avec bg     /////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.bgligne {
    background-color: #4B3C38;
    padding: 20px 0 0 0;
}
/*//////////////////////////////////////////////////////////////////////////*/
/*////////////////////     BG Stripe par projet     ////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////*/
.pfStripe {
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: black;
    background-size: 100%;
    padding: 2%;
}
.pfStripe img{
max-height: 450px;
display: block;
margin: 0 auto;
}
.bfb {
    background: url("../img/pf/bforbank/transversale.png") center center no-repeat;
    width: 100%;
    height: auto;
    background-color: #3E302D;
}
.sis {
    width: 100%;
    height: auto;
    background: url("../img/pf/SIS/transversale.png") center center no-repeat;
}
.bgSBS {
    background-color:whitesmoke;
}
.GolfS {
    background-color:white;
}
.sfr {
    border-top: 5px solid #D60000;
    background-color:white;
}
.onet {
    border-top: 5px solid #053B73;
    background-color:white;
}
.hermes {
    background: url("../img/pf/Hermes/bgH.png");
    width: 100%;
    height: auto;
}
.SINblue {
    background-color:#263033;
}
.arcelorMittal {
    background: url("../img/pf/ArcelorMittal/AM_Stripe.png");
}
.maaf {
    background: url("../img/pf/MAAF/maafbg.png");
}
.paragraphe {
    padding: 50px 0;
}