@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{ line-height: 20px;}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*, *::after, *::before { box-sizing: border-box; }
p , div, li { line-height: 24px; letter-spacing: normal;} 
@font-face{font-family:'SFR-Regular';src:url("//static.s-sfr.fr/assets/fonts/Poppins-Regular.woff2")}
@font-face{font-family:'SFR-Light';src:url("//static.s-sfr.fr/assets/fonts/Poppins-Light.woff2")format("woff2")}
@font-face{font-family:'SFR-Bold';src:url("//static.s-sfr.fr/assets/fonts/Poppins-Bold.woff2")format("woff2")}
@font-face{font-family:'SFR-Black';src:url("//static.s-sfr.fr/assets/fonts/Poppins-Black.woff2")format("woff2")}
@font-face { font-family: 'Altice-Italic'; src: url("//static.s-sfr.fr/media/altice-italic.otf"); font-weight: 400; font-style: normal }

strong {
    font-family: 'SFR-bold', Arial;
}
p { font-size: 14px;}
a { color: #000; text-decoration: none; }
section article{ padding: 0 10%; margin: 0 auto; }
ul, ol { list-style-position: inside; }
section article.conteneur section article{ padding: 0; }
.aller-plus-loin ul a { color: #00afec; text-decoration: underline;}
.aller-plus-loin a { color: #00afec; text-decoration: underline; }
.aller-plus-loin img{ width: auto; height: auto; max-width: 100%; max-height: 100%; }
.steps-title { text-align: center; font-family: 'SFR-bold', Arial; font-size: 28px; margin: 24px 0; }
.border-top-only { border-width: 1px 0 0 0 !important; }
.no-border { border-width: 0 !important; cursor: auto !important; }
.dual-simple { display: flex; align-items: center; justify-content: space-between; }
.col-1 { width: 10%;}.col-2 { width: 20%;}.col-3 { width: 30%;}.col-4 { width: 40% ;}.col-5 { width: 50%;}.col-6 { width: 60%;}.col-7 { width: 70%;}.col-8 { width: 80%;}.col-9 { width: 90%;}.col-10 { width: 100%;}
.uppercase { text-transform: uppercase;}
/* BUTTONS */
.btn {cursor: pointer; /*background: #dd0000;*/ border-radius: 12px;
    /*background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#de659f), to(#da3832));
    background-image: -webkit-linear-gradient(to right, #de659f, #da3832);
    background-image: -moz-linear-gradient(to right, #de659f, #da3832);
    background-image: -o-linear-gradient(to right, #de659f, #da3832);*/
    background-image: linear-gradient(to right, #de659f, #da3832);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    color: #fff;
    display:  inline-flex;
    align-items: center;
    justify-content: center;
}
.btn:not(.grey-btn):hover { background: linear-gradient(to right,#cb4485,#bd150f); }
.btn-radius {
    border-radius: 10px;
}
.btn-L {
    width: 160px;
    height: 80px;
    font-family: 'SFR-bold', Arial; 
    font-size: 16px;
}
.btn-XL {
    width: 230px;
    height: 72px;
    font-family: 'SFR-bold', Arial; 
    font-size: 16px;
}
.conteneur > .step-content, .conteneur .divider, .conteneur > .step-box > .step-content {
    display: none;
}
.conteneur > .step-box > .step-content > section:first-of-type > article > .border-top-only {
    border-width: 0 !important;
    margin: 0 0;
}
/* LINK BOX*/
section article .link-box {
   border: 1px solid #ccc;
   min-height: 80px;
   font-family: 'SFR-regular', Arial;
   font-size: 18px;
   margin: 12px auto;
   max-width: 1280px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 0 0 60px;
   cursor: pointer;
}

@media(max-width: 768px) {
     section article .link-box {
         padding: 0 0 0 20px;
     }
}
 .link-box .label { display: inline-block; width: calc(100% - 90px); /* Charlotte */ }
.link-box .chevron {
    background: url(//static.s-sfr.fr/media/chevron-down-3.png) no-repeat center center;
    display: inline-block;
    width: 84px;
    height: 80px;
    border: solid #ccc;
    border-width: 0 0 0 1px ;
}
/* LINK BOX*/
.left-column, .right-column { width: 50%; }
/* POPIN */
    .zoom-sad {
        position: absolute;
        background-image: url("//static.s-sfr.fr/media/group3x.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
        padding: 5px;
        -webkit-animation: chacha 2s infinite;
        animation: chacha 2s infinite;
        overflow: hidden;
        transition: .3s;
        outline: 0;
        background-size: contain;
    }
    @-webkit-keyframes chacha {
    0% { -webkit-transform: scale(1); transform: scale(1) }
    50% { -webkit-transform: scale(1.3); transform: scale(1.3) }
    100% { -webkit-transform: scale(1); transform: scale(1) }
    }

@keyframes chacha {
    0% { -webkit-transform: scale(1); transform: scale(1) }
    50% { -webkit-transform: scale(1.3); transform: scale(1.3) }
    100% { -webkit-transform: scale(1); transform: scale(1) }
}
    .zoom-sad span {
        text-decoration: none;
        font: 500 50px 'sfr-bold',arial;
        color: #fff;
        position: absolute;
        bottom: -10%;
        left: 18%;
    }  
    .facture .img-container { position: relative; }
    @media(max-width: 768px){
        .zoom-sad{
            width: 20px;
            height: 20px;
        }
    }
    .box {
      width: 40%;
      margin: 0 auto;
      background: rgba(255,255,255,0.2);
      padding: 35px;
      border: 2px solid #fff;
      border-radius: 20px/50px;
      background-clip: padding-box;
      text-align: center;
    }

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}

.popup {
  font-family: 'SFR-regular', Arial;
  margin: 110px auto;
  padding: 20px;
  background: #fff;
  width: 50%;
  position: relative;
  transition: all 1s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.popup h2 {
  margin-top: 0;
  font-size: 28px;
}
.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

 .column-32 {
        width: 32%;
    }
    .column-49 {
        width: 49%;
    }
    .column-100 {
        width: 100%;
    }
    .column-button {
        float: left;
        padding: 5px;
        text-align: center;
    }    
    .grey {  background: #e6e6e6; } 
    /* Clear floats after the columns */
    .row-button:after {
        content: "";
        display: table;
        clear: both;
    }
    .cadre-content-popin h4{
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
    }
    .cadre-content-popin .rtext {
        padding: 5px;
    }
    .cadre-content-popin p, .popup h2 {
        margin-bottom: 28px;
    } 
    .cadre-content-popin:not(:last-child) {
        margin-bottom: 28px;
    }
    
/* POPIN */
/* SEARCH BAR HOME*/
 section .search-bloc {
    background-image: radial-gradient(circle at 50% 50%, #1c5a94, #111d3f); 
    height: 345px;
    width: 100%;
    font-family: 'SFR-bold', Arial;
    font-size: 44px;
    color: #fff;
    padding: 55px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.02;;
}
section .search-bloc h2 {
   font-family: 'SFR-thin', Arial;
}

section .search-bar { width: 60%; }
section .search-bar  input{
    width: 100%;
    height: 60px;
    border: 0 solid transparent;
    font-size: 16px;
    color: #666666;
    padding: 0 21px;
    margin: 51px 0;
    border-radius: 0;
    outline: 0;
}
section .search-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}
 section .search-bar .loupe {
     cursor: pointer;
     width: 80px;
     height: 60px;
     background: url('//static.s-sfr.fr/media/bt-search3x-1.png') no-repeat center center;
     background-color: #fff;
     border-left:1px solid #ccc ;
 }


section.mega-menu .menu-container{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
 }
 @media(max-width: 768px){
     
     section .search-bloc h1 {
         text-align: center;
         font-size: 38px;
     }
    section .search-bloc h2 {
        font-size: 17px;
    }
    section .search-bar { width: 90%;  }
    section .search-bar input{
        font-size: 15px;
        padding: 10px 5px;
        height: 45px;
         border-radius: 0;
    }
    section .search-bar .loupe {
        height: 45px;
    }
}
 @media (min-width: 768px) {
     section.mega-menu .menu-container .menu-item:first-of-type { margin-left:0;}
 }
 .menu-container .menu-item {
     -webkit-box-shadow:  0px -3px 5px 0px rgba(30,30,130,0.4);
     -moz-box-shadow:  0px -3px 5px 0px rgba(30,30,130,0.4);
     box-shadow:  0px -3px 5px 0px rgba(30,30,130,0.4);
     
     -webkit-box-shadow:  0px -12px 20px 2px rgba(0, 0, 0, 0.16);
     -moz-box-shadow:  0px -12px 20px 2px rgba(0, 0, 0, 0.16);
     box-shadow: 0px -12px 20px 2px rgba(0, 0, 0, 0.16);
     cursor: pointer;
     position: relative;
     padding: 10px 0;
     min-width: 200px;
     height:  200px;
     border: 1px solid #ccc;
     background-color: #fff;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     align-items: center;
     text-align: center;
     z-index: 1;
    
 }
 section.mega-menu .menu-container h2 {
     font-family: 'SFR-bold', Arial;
     font-size: 18px;
     height: 60px;
     text-transform: uppercase;
     display: flex;
     align-items: center;
 }
  section.mega-menu .menu-container .menu-arrow-down{
    cursor: pointer;
    background: url('//static.s-sfr.fr/media/chevron-down-3.png') no-repeat center center;
    width: 19px;
    height: 10px;
  }
  section.mega-menu .menu-container .menu-arrow-up {
    cursor: pointer;
    background: url('//static.s-sfr.fr/media/chevron-up-1.png') no-repeat center center;
    width: 19px;
    height: 10px;
  }
   section.mega-menu .menu-container .menu-item .separator  {
     z-index: 89;
     width: 100%;
     height: 5px;
     background: #fff;
     position: absolute;
     bottom: -0px;
 }
 section.mega-menu .sub-menu {
     display: none;
     box-shadow:  0px -3px 5px 0px rgba(30,30,130,0.4);
     box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.16);
     position: relative;
     border: 1px solid #ccc;
     padding: 28px 110px;
      } 
  section.mega-menu .sub-menu .close {
      cursor: pointer;
      background: url('//static.s-sfr.fr/media/bt-x3x-1.png') no-repeat center center;
      position: absolute;
      top: 0;
      right: 0;
      width: 78px;
      height: 78px;
      border: solid #ccc;
      border-width: 0 0 0 1px;
  }
  section.mega-menu .sub-menu ul.arrow-list li:first-of-type  { border-width: 0px 0px 1px 0; }
  section.mega-menu .sub-menu ul.arrow-list li:last-of-type  { border-width: 0; }
  section.mega-menu .sub-menu ul.arrow-list li { margin: 0%;}
  section.mega-menu h3 { font-family: 'SFR-bold', Arial; font-size: 24px; margin-bottom: 28px;}
  section.mega-menu .sub-menu .sub-menu-items { display: flex; }
    
   section.mega-menu .sub-menu .sub-menu-items .col-5 { margin: 0  5px ; }
  section.mega-menu .sub-menu ul.arrow-list li { 
     width: 100%;}
     section.mega-menu .sub-menu ul.arrow-list { margin: 0; }
      ul.arrow-list a { font-size: 14px; font-family: 'SFR-bold', Arial; }
/* MEGA-MENU */
/* BUTTONS */
/* CHEVRON */
    .arrow-up, .arrow-down { width: 84px; height: 10px; align-self: center; }
    .arrow-up { background: url('//static.s-sfr.fr/media/chevron-down-3.png') no-repeat center center; }
    .arrow-down {background: url('//static.s-sfr.fr/media/chevron-up-1.png') no-repeat center center; }
    .sub-menu-arrow-up {
        border-left: 2px solid #dd0000;
      border-bottom: 2px solid #dd0000;
      transform: rotate(315deg);      
      width: 19px;
      height: 10px;
    }
    .sub-menu-arrow-down {
        border-left: 2px solid #dd0000;
      border-bottom: 2px solid #dd0000;
      transform: rotate(135deg);
      width: 10px;
      height: 10px;
    }
/* CHEVRON */
/* EN BREF*/
.en-bref {
    font-family: 'SFR-regular', Arial;
    font-size: 22px;
    min-height: 120px;
    background: #e5e5e5;
    text-align: center;
    color: #666666;
    padding: 29px 0 0 26px;
}
.en-bref h3{
    font-family: 'SFR-bold', Arial;
    color: #000;
    margin-bottom: 10px;
}
/* EN BREF*/
/* ENTETE */ 
    section.sub-header {
        font-family: 'SFR-bold', Arial;
        width: 100%;
        background-image: linear-gradient(to right, #303e75, #182040);
        color: #fff;
     }
      section.sub-header h1 {
          text-align: center;
          font-size: 30px;
          padding: 50px 30px;
      }
     section.sub-header span.breadcrumb { 
         padding: 19px 0 0 31px;
         font-family: 'SFR-bold', Arial;
         font-size: 12px;
         position: absolute;
     }
      /* ENTETE */ 
     @media(min-width: 769px) {
         section.resume-block { background: #efefef; padding: 0 10%; }
         
     }
       /* RESUME BOX */ 
        article.resume-box .avl { 
         font-family: 'SFR-bold', Arial;
         font-size: 28px;
         padding: 0 0 29px 0;
         text-align: center;
     }
     article.resume-box {
         background: #efefef;
         font-family: 'SFR-regular', Arial;
         font-size: 16px;
         padding: 29px 0;
         max-width: 1280px;
     }
     article.resume-box .details-bar {
         font-family: 'SFR-bold', Arial;
         color: #dd0000;
         border: solid #cccccc ;
         border-width: 1px 0;
         min-height: 40px;
         margin-bottom: 30px;
     }
     
     article.resume-box .subject { display: inline; }
     article.resume-box .time , article.resume-box .steps{ display: inline; }
     article.resume-box .details-bar img { height: 24px; padding: 0 15px 0 0; transform: translateY(7px); }
     article.resume-box .details-bar > div:not(:last-child):not(:empty) { margin-right: 30px; }
     article.resume-box .content ul {
        list-style: inside;    
        font-size: 14px;
     }
     article.resume-box .content ul li { padding: 5px 0;}
       /* RESUME BOX */ 
       /* TAB STYLE*/ 
       section article div.step-box {
         position: relative;
         border: 1px solid #cccccc;
         font-family: 'SFR-regular', Arial;
         margin: 12px auto;
         max-width: 1280px;
         
     }
     /*
      section article.conteneur  .step-box .step-box {
        margin: 0 auto;
      }*/
      section article.conteneur .step-box .step-box:nth-of-type(1){
          /*background: #000; */
      }
      article .step-box .step-number { 
          color: #dd0000;
          font-size: 18px;
          margin: 30px 30px 0 30px;
      }
      article .step-header { 
          cursor: pointer;
          display: flex;
          flex-direction: row;
      }
      article .step-header.not-extendable { cursor: default; }
      article .step-header .title { padding: 30px 0 0 0; flex: 1;}
      article .step-box h3 {
          font-size: 18px;
          width: 100%;
          padding: 0 15px 30px 0;
      }
      article .no-border .title h3 {
          padding: 0;
      }
      article .step-header .divider {
          height: 1px;
          border: solid #ccc;
          border-width: 0 0 1px 0;
          width: 86%;
      }
      article .step-header .tap-open { width: 84px; display: flex; justify-content: center; border-left: #ccc solid 1px; }
      article .step-header .tap-open img {
          cursor: pointer;
          position: absolute;
          right: 35px;
          top: 45px;
          width: 15px;
          height: 10px;
      }
      article .step-content { 
          padding: 15px 80px;
      }
      article .step-content .column.rtext { font-size: 14px; }
      
      
      article .step-content iframe[src*="youtube"] { width: 100%; } 
      @media(min-width: 769px) {
        .step-content article .step-box .step-content {
          padding: 15px 0 15px 82px;
        }
      }
       article .step-notice  { 
          padding: 0 130px;
      }
      article .step-notice ol { font-size: 14px; }
       /* TAB STYLE*/ 
       /* DUAL BOX */
        section article .dual .step-content , section article .simple-dual-box{
            display: flex;
            justify-content: space-between;
        }
        section article .step-content p,  section article .step-content ul,  section article .step-content ol { font-size: 14px;}
       /* DUAL BOX */
       /* BOX MATERIALS*/
        .materials .row-materials {
            min-height: 100%;
        }
        .row-materials > div {
           display: inline-block;
           width: 47%;
        }
        
        .row-materials .material-item img { max-width: 100%; max-height: 100%; width: auto; height: auto;}
        .row-materials .material-item a {     
            display: flex;
            height: 100%;
            align-items: center; 
        }
        .row-materials .material-item span { font-family: 'SFR-bold', Arial; }
         .row-materials .material-item .img-container { min-width: 120px; height: 60px; text-align: center;}
       /* BOX MATERIALS*/
       /* DUAL TEXT SLIDER */ 
       .step-box.text-slider .column, .dual .column, .dual-simple .column  {
           padding: 10px 10px;
       }
       section article .right-column { 
           display: block; 
           justify-content: center; 
           margin: 0 5px;
       }
       
       section article .right-column { 
           display: block; 
           justify-content: center; 
           margin: 0 5px;
           overflow: hidden;
       }
      .slider {
           border: 1px solid #ccc;
           display: flex;
           flex-direction: column;
           justify-content:  flex-end;
           margin: 28px 0;
           font-family:  'SFR-regular', Arial;
       }
       @media(min-width: 768px) {
           section article .slider { max-width: 1280px; margin: 0 auto; }
       }
       .slider .controls {
           height: 60px;
           background: #f5f5f5;
           border: solid #ccc;
           border-width: 1px 0 0 0 ;
       }
        .slider .controls {
           display: flex;
           flex-direction: row;
       }
      .slider .controls .arrow-left {
           cursor: pointer;
           border: solid #ccc;
           border-width: 0 1px 0 0 ;
           height: 100%;
           width: 10%;
           background: url('//static.s-sfr.fr/media/fleche-droite-assistance.png') no-repeat center center;
       }
        .slider .controls .arrow-right {
            cursor: pointer;
           border: solid #ccc;
           border-width: 0 0 0 1px ;
           height: 100%;
           width: 11%;
           background: url('//static.s-sfr.fr/media/fleche-gauche-assistance.png') no-repeat center center;
       }
       
       .slider .controls .navigation {
           width: 80%;
           display: flex;
           align-items: center;
           justify-content: center;
       }
     .slider .swiper-pagination-bullet {
           margin: 0 5px !important;
           background: #99999 ;
       }
       .slider .swiper-pagination-bullet-active {
           border: 2px solid #dd0000 !important;
           background: #f5F5F5;
       }
       /* DUAL TEXT SLIDER */ 
       /* NOTIFICATION */
       .notification {
             height: 67px;
             display: flex;
             flex-direction: row;
             padding: 0 5%;
         }
         .notification .notification-logo {
             width: 100px;
             background: url('//static.s-sfr.fr/media/notification.png') no-repeat center center;
         }
         .notification .content {    
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center; 
         }
         .notification h4 { font-size: 16px;font-family: 'SFR-bold', Arial;}
         .notification p { font-size: 14px; font-family: 'SFR-regular', Arial;}
       /* NOTIFICATION */
       /* SLIDER PAGE DISPATCH*/
         .menu-materials .swiper-wrapper { display: flex; justify-content: space-between;}
         .menu-materials .swiper-wrapper .swiper-slide a{
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
         }
    
         section .menu-materials {
             height: 132px;
             background: #f5f5f5;
         }
         .menu-materials .material-name {
             font-family: 'SFR-regular', Arial;
             font-size: 12px;
             color: #666666;
             text-align: center;
             width: 100%;
         }
       /* SLIDER PAGE DISPATCH*/ 
       /* SWIPER */
       
       .slider .swiper-slide {
           display: flex;
           align-items: center;
           justify-content: space-around;
       }
       .simple-slider .swiper-slide { flex-direction: row;} .simple-slider .swiper-slide .rtext-slider { width: 40%; font-family:'SFR-bold' , Arial;}
       .slider .swiper-slide img:not(:last-child) {
           max-width: 50%;
           width: auto;
           height: auto;
           margin: 0 4% 0 0;
       }
       .slider  .swiper-button-disabled {
           background-color: #ccc !important;
           background-position: center center;
           background-repeat: no-repeat;
           background-image: none !important;
       }
       /*
       .slider  .arrow-left.swiper-button-disabled {
           background-image: url('//static.s-sfr.fr/media/fleche-gauche-assistance-grise-2.png');
       }
       .slider  .arrow-right.swiper-button-disabled {
          background-image: url('//static.s-sfr.fr/media/fleche-gauche-assistance-grise.png');
       }
       */
       .swiper-slide.with-title  .content {
           display: flex;
           align-items: center;
           justify-content: center;
       }
       .swiper-slide.with-title {
           display: block;
       }
       .swiper-slide.with-title .rtext-slider h5 {
           text-align: left;
       }
       .swiper-slide.with-title .rtext-slider {
           width: 40%;
       }
       @media(max-width: 539px) {
           .swiper-slide.with-title .rtext-slider {
               margin-top: 50px;
           }
       }
       
       .swiper-slide.with-title h5{
           font-size: 22px;
           position :absolute;
           top: 30px;
       }
       @media(max-width: 1280px) {
           .swiper-slide.with-title h5{
              font-size: 15px;
              position: absolute;
              top: 2px;
              line-height: 1.2;
          }
          
            .swiper-slide.with-title p {
                line-height: 1.2;
            }
       }
       @media(max-width: 768px) {
           .swiper-slide.with-title h5{
              font-size: 14px;
              position: absolute;
              top: 4px;
              line-height: 1.2;
          }
          
            .swiper-slide.with-title p, .swiper-slide.with-title li {
                line-height: 1.2;
                font-size: 13px;
            }
       }
       
       .swiper-slide.with-title h5 .step { color: #dd0000;}
       
       
       /* SWIPER */ 
       /* BOX TABLE*/
        table {
           width: 90%;
        }
        table.MsoTableGrid * { font-family: 'SFR-Regular'!important; }
        table.MsoTableGrid strong span { font-family: 'SFR-Bold'!important; }
        table.MsoTableGrid span { padding: 5px 0; display: block; }
        .table table tr{
             border: solid #ccc;
             border-width: 1px 0;
             font-size: 14px;
             line-height: 2.86;
         }
        .table{ margin: 28px 0;}
        .table table td:nth-child(even) {background-color: #f5f5f5;}
        .table table td { text-align: right; padding: 5px 15px;}
        .table table td:first-child{ text-align: left; }
        .table h5 { font-family: 'SFR-bold', Arial; }
       /* BOX TABLE*/ 
       /* BLOC ATTACHEMENTS */ 
       .notice {
            background: #e6e6e6;
            padding: 12px 58px 12px 0;
            margin: 14px auto;
            max-width: 1280px;
            width: 80%;
            display: flex;
            font-family: 'SFR-Regular', Arial;
        }
        .notice li {
            font-size: 14px;
        }
        .notice a {
            color: #00afec;
            text-decoration: underline;
            font-size: 14px;
        }
        @media(min-width: 768px) {
            .notice h5.title-mobile {
                display: none;
            }
        }
        .notice .image-container  {
            white-space: nowrap;
            text-align: center; margin: 1em 0;
            width: 100px;
            min-width: 50px;
            align-items: center;
            display: flex;
            justify-content: center;
        }
        .notice .image-container img{
            width: 24px;
            height: 48px;
        }
       .notice h5 {
             font-family: 'SFR-bold', Arial;
        }
       .notice p {
             font-size: 14px;
        }
        ul.attachments-files {
             list-style-image: url('//static.s-sfr.fr/media/download-assistance.png');
             list-style-position: inside;
             margin: 10px;
         }
         ul.attachments-files li:first-child {
             border-top: 1px solid #ccc;
         }
         ul.attachments-files li {
             border: solid #ccc;
             border-width: 0 0 1px 0;
             padding: 12px 0;
         }
         ul.attachments-files li a {
             color: #000;
             text-decoration: none;
         }
         .downloads h5 {
             font-family: 'SFR-bold', Arial;
             font-size: 16px;
             margin: 20px 0 0 10px;
         }
         /* aTTACHMENTS */
             section .attachements {
                padding:  0px 130px;
            }
         /* aTTACHMENTS */ 
         /* MULTI SLIDER BLOC */ 
         section article .multi-slider .menu-slider {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        section article .multi-slider .menu-slider .slider-menu-item {
            width: 220px;
            height: 160px;
            border: 1px solid #ccc;
        }
        section article .multi-slider .swiper-slide { justify-content: space-between; padding: 0 10%;}
        section article .multi-slider .menu-slider .active-item { border: 2px solid #dd0000;}
        section article .multi-slider .menu-slider .slider-menu-item { position: relative; padding: 27px 0 0 30px;}
        section article .multi-slider .menu-slider .slider-menu-item .text { text-transform: uppercase; }
        section article .multi-slider .menu-slider .slider-menu-item .open {  cursor: pointer; background: url('//static.s-sfr.fr/media/plus-assistance.png') no-repeat center center; }
        section article .multi-slider .menu-slider .slider-menu-item .close { cursor: pointer; background: url('//static.s-sfr.fr/media/moins-assistance.png') no-repeat center center; }
        section article .multi-slider .menu-slider .slider-menu-item .open-close {
            width: 60px;
            height: 60px;
            position: absolute;
            bottom: 0;
            right: 0;
            border: solid #ccc;
            border-width: 1px 0 0 0;
        }
        section article .multi-slider .slider-container { 
            display: flex; 
            flex-direction: row;
            height: 480px;
            border: 1px solid #ccc;
            margin: 20px 0;
        }
        section article .multi-slider .slider-container .arrow {
            width: 7%;
            height: 100%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            background-repeat: no-repeat;
             background-position: center center;
        }
        section article .multi-slider .slider {
            border-width: 0px;
        }
        section article .multi-slider .slider-container .slider-content {
            width: 86%;
            background: #e6e6e6;
            display: flex; align-items: center; justify-content: center;
        }
        section article .multi-slider .slider-container .arrow .close { 
            cursor: pointer;
            width:100%; 
            height: 60px; 
            background-color: #e6e6e6;
            background-image: url('//static.s-sfr.fr/media/close-assistance_16x16.png') ;
            background-repeat: no-repeat;
            background-position: center center;
            border-bottom: 1px solid #ccc;
        }
         section article .multi-slider .slider-container  .arrow-left {
             background-image: url('//static.s-sfr.fr/media/fleche-droite-assistance.png');
             
         }
         section article .multi-slider .slider-container  .arrow-right {
             background-image: url('//static.s-sfr.fr/media/fleche-gauche-assistance.png');
         }
        section article .multi-slider .slider-container .arrow {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
        }
         /* MULTI SLIDER BLOC */ 
         /* MULTI SLIDER MOBILE */ 
         .multi-slider-mobile .slider {
             height: auto;
         }
         
         .multi-slider-mobile .slider-item-container  { margin: 18px 0;}
         .multi-slider-mobile .slider-item-container .slider-title {
             border: 1px solid #cccccc;
             padding: 27px 20px;
         }
         .multi-slider-mobile .slider-item-container .selected {border: 1px solid #dd0000;}
         .multi-slider-mobile .slider-item-container .slider-title h3 {
             text-transform: uppercase;
             font-size: 18px;
             line-height: 1.11;
             letter-spacing: 0.9px;
             font-family: 'SFR-bold', Arial;
             margin: 0;
             padding: 0;
         }
         
         .multi-slider-mobile .slider-item-container .slider-title { display: flex;}
         .multi-slider-mobile .open-close {
             width: 60px;
             height: 60px;
         }
         .multi-slider-mobile .open {
             cursor: pointer;
            background: url(//static.s-sfr.fr/media/plus-assistance.png) no-repeat center center;
         }
         .multi-slider-mobile .close {
            cursor: pointer;
            background: url(//static.s-sfr.fr/media/moins-assistance.png) no-repeat center center;
         }
         /* MULTI SLIDER MOBILE */ 
         /* TITLE DIVIDER */ 
         h2.title-divider {
             font-family: 'SFR-Bold', Arial;
             font-size: 14px;
             padding: 25px 0;
         }
         /* TITLE DIVIDER */ 
         /*  BLOC SIMPLE LIST */
         .bloc-simple-list h3 {
             font-family: 'SFR-bold', Arial;
             font-size: 24px;
             border: solid #ccc;
             border-width: 0 0 1px 0;
             padding: 25px 0;
             text-align: center;
             margin: 25px 0;
         }
         .bloc-simple-list {
             font-family: 'SFR-regular', Arial;
             margin: 25px 0;
         }
         .bloc-simple-list h5 {
             font-family: 'SFR-bold', Arial;
             margin: 0 0 20px 0;
         }
          .bloc-simple-list ul {
              font-family: 'SFR-regular', Arial;
              font-size: 14px;
          }
          .bloc-simple-list ul li {
              line-height: 24px;
          }
          @media(min-width: 768px) {
              .bloc-simple-list .container {
                  max-width: 1280px;
                  margin: 0 auto;
              }
          }
          .bloc-simple-list li a { color: #00afec; text-decoration: underline;}
          section article .more-info {
              font-family: 'SFR-bold', Arial;
              margin: 30px 0;
              border: solid #ccc;
              border-width: 1px 0;
              padding: 14px 50px 14px 0;
              display: inline-flex;
              align-items: center;
          }
          section article .more-info img {
              float: left;
              margin: 0 12px 0 0;
          }
          section article .more-info a { color: #000; text-decoration: none;}
          @media(max-width: 768px){
              section article .more-info img { width: 15px; }
          }
         /*  BLOC SIMPLE LIST */
         /* RATING BLOC */
         .rating-bloc {
             border: solid #ccc;
             border-width: 1px 0;
             padding: 29px 0;
         }
         .rating-bloc .rating-result {
            display: none;
            text-align: center;
            font-family: 'SFR-regular';
            color: #e2001a;
         }
         @media (min-width: 768px) {
             .rating-bloc { max-width: 1280px; margin: 0 auto; }
         }
         .rating-bloc h3 {
             font-family: 'SFR-bold', Arial;
             font-size: 24px;
             line-height: 30px;
             text-align: center;
         }
         .rating-bloc .stars-box-container {
             display: flex;
             justify-content: center;
             margin: 20px auto;
             width: 300px;
         }
         .rating-bloc .star { margin: 0 13px;}
         .rating-bloc .rating-label { font-family: 'SFR-bold', Arial; text-align: center;font-size: 18px; height: 20px;} 
         .rating-bloc .star {
         cursor: pointer;
         background: url('//static.s-sfr.fr/media/rating-start.png') no-repeat center center;
         height: 40px;
         width: 40px;
         }
         .rating-bloc .selected {
             background: url('//static.s-sfr.fr/media/rating-star-selected.png') no-repeat center center;
         } 
         /* RATING BLOC */
         /* PLUS SUBJECTS*/
         .plus-sujets h3 {
    
             font-family: 'SFR-bold', Arial;
             font-size: 24px;
             line-height: 30px;
             text-align: center;
             padding:   24px 0;
         }
         ul.arrow-list {
             list-style-image: url('//static.s-sfr.fr/media/fleche-gauche-assistance.png');
             list-style-position: inside;
             margin-left: 25px;
             /*list-style: none;*/
         }
         .step-content ul.arrow-list li , .step-content ul.arrow-list li:first-of-type { 
             border: 0px solid #ccc;
             padding: 10px 0;
         }
         ul.arrow-list li {
             border: solid #ccc;
             border: solid #e9e9e9;
             border-width: 0 0 1px 0;
             font-family: 'SFR-regular', Arial;
             font-size: 14px;
             padding: 20px 0 20px 30px;
             padding: 20px 0;
             position: relative;
         }
         /*ul.arrow-list li:before { content: ''; width: 10px; height: 2px; background-color: #e2001a; display: block; position: absolute; left: 0; top: 32px; }
         ul.arrow-list li:after { content: ''; width: 8px; height: 8px; border: 2px solid #e2001a; display: block; transform: rotate(-45deg); border-top: none; border-left: none; left: 6px; position: absolute; top: 29px; }*/
          ul.arrow-list li:first-of-type{
              border-top: 1px solid #ccc;
              border-top: 1px solid #e9e9e9;
          }
          .arrow-list a:hover { color: #dd0000; }
         /* PLUS SUBJECTS*/ 
         /* LAME APPLICATIONS */ 
         .lame-apps {
             font-family: 'SFR-regular', Arial;
             position: relative;
             color: #fff;
             margin: 20px auto;
             max-width: 745px;
             /*pour le jeu*/
             /*height: 250px;
             background-image:  url('//static.s-sfr.fr/media/assistance-jeu-sfr.png') ;
             background-size: contain;*/ 
             /* pour la banniere sans jeu*/
             max-width: 745px;
             height:250px;
             background: url(//static.s-sfr.fr/media/background-applis-min.png),linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
             -webkit-background-size: cover;
             background-size: cover;
             background-repeat: no-repeat;
         }
         .lame-apps > a:first-child > div{height:100%;width:100%}
         /*pour le jeu
         .lame-apps .title-responsive, .lame-apps .title, .lame-apps .sub-title{display:none;}
         .lame-apps:hover{cursor:pointer;}*/
         /*. pour la banniere sans jeu*/
         .lame-apps .title,.lame-apps .title-responsive { font-size: 2em;  position: absolute; left: 30px; top: 30%;}
         .lame-apps .title-responsive{display:none;}
         .lame-apps .sub-title { width: 50%; font-family: 'SFR-thin', Arial; font-size: 1em;  position: absolute; left: 30px; top: 43%;}
         .lame-apps .apps-links { display:flex; flex-direction: row; position: absolute; left: 30px; 
         /* pour le jeu top: 54%;*/
         /* pour la banniere sans jeu*/ top:71%; top: 60%; }
         .lame-apps .apps-links .android, .lame-apps .apps-links .ios, .lame-apps .apps-links .huawei{ padding: 5px 5px  0 0;}
         /* pour la banniere sans jeu*/ .lame-apps .apps { position: absolute; right: 70px ; bottom: -23px;}
         /*pour le jeu*/
         /*.lame-apps .apps {display:none;}*/
         
          /*.lame-jeu*/
          .lame-jeu {
                font-family: 'SFR-regular', Arial;
                position: relative;
                color: #fff;
                margin: 20px auto;
                width: 745px;
                max-width: 100%;
            }
            .custom-desktop {
                display: block;
            }
            .custom-mobile {
                display: none;
            }
            .lame-jeu .apps-links {
                display: flex;
                flex-direction: row;
                position: absolute;
                right: 30px;
                top: 45%;
            }
            .lame-jeu img {
                display: block;
                max-width: 100%;
                height: auto;
            }
/* .lame-jeu .apps-links img{width:160px;height:auto;} */
          
        /* LAME APPLICATIONS */ 
        /* SIMPLE RITCH-TEXT */
        .step-content .rich-text-simple .content{
            padding: 10px 0;
        }
        .rich-text-simple, .simple-dual-box {
            margin: 10px 0;
        }
        section article .rtext a{
            color: #00afec;
            text-decoration: underline;
        } 
        section article .rtext img , section article .step-content img { width: auto; max-width: 100%;}
        /* SIMPLE RITCH-TEXT */
        /* BLOC QUESTION */
        .question {
            font-family: 'SFR-regular', Arial;
            border: solid #ccc;
            border-width: 1px 0;
            padding: 28px 0;
            text-align: center;
            margin: 28px 0;
        }
        .question h3 {
            font-family: 'SFR-bold', Arial;
            font-size: 24px;
            margin: 0 0 28px 0;
        }
        
.mega-menu.second-level-menu {
  text-align: center;
}
.mega-menu.second-level-menu img {
    width: 75px;
}
.mega-menu.second-level-menu .arrow-list {
  text-align: start;
  list-style-position: inside;
  padding: 0 20px;
  margin: 0;
  border-top: 1px solid #ccc
}
.mega-menu.second-level-menu .arrow-list > li {
    padding: 20px 0;
    height: 60px;
}
.mega-menu.second-level-menu .arrow-list > li:first-child {
  border-top: none;
}
.mega-menu.second-level-menu .arrow-list > li:last-child {
  border-bottom: none;
}
        /* BLOC QUESTION */
        /* RESPONSIVE */
        @media  (max-width: 930px) {
            /*.lame-jeu .android img, .lame-jeu .ios img {width: 140px;}*/
        }
        
        @media  (min-width: 768px) and (max-width: 1073px) {
            /* .right-column  img { height: 30%;} */
            /* section article div.step-box { min-width: 890px;} */
        }
        @media  (max-width: 768px) {
          body {
              background: #fff;
          }    
          article.resume-box .avl {
              font-size: 18px;
              padding: 26px 0;
          }
          section article {
              padding: 0 10px;
          }
          
          /*article .step-content img { width: 100%;}*/
          .col-xs-1 { width: 10%;}.col-xs-2 { width: 20%;}.col-xs-3 { width: 30%;}.col-xs-4 { width: 40%;}.col-xs-5 { width: 50%;}.col-xs-6 { width: 60%;}.col-xs-7 { width: 70%;}.col-xs-8 { width: 80%;}.col-xs-9 { width: 90%;}.col-xs-10 { width: 100%;}
          /* SUB HEADER */
          section.sub-header { 
              min-height: 110px;
              display: flex;
              align-items: center;
          }
          section.sub-header h1 {
              font-size: 28px;
              padding: 15px 5px;
              width: 100%;
          }
          section.sub-header .breadcrumb { display: none;}
          /* SUB HEADER */
          /* RESUME */
          article.resume-box {
              padding: 0 10px;
          }
          article.resume-box .details-bar {
              flex-direction: column;
              align-items: flex-start;
              height: auto;
              padding: 5px 0;
          }
          article.resume-box .subject { display: block; }
          article.resume-box .time , article.resume-box .steps{ display: block; }
          article.resume-box .details-bar img {
              padding: 0 10px 0 0;
          }
          .details-bar .subject, .details-bar .time, .details-bar .steps { padding: 5px 0;}
          /* RESUME */
           /* TAB STYLE*/ 
           article .step-header {
               /* height: 80px; */
           }
           
           article .no-border .title {
               padding: 0; display:flex; align-items: center;
           }
           article .step-header .divider { display: none; border-width: 0px;}
           article .step-content {
               padding: 0 5px ;
           }
           article .step-box h3 {
               font-size: 18px;
           }
           article .step-box img { width: 100%;}
           article .step-box .step-number {
               margin: 30px 10px 0 10px;
               
           }
           article .no-border .step-number {
                margin: 0 10px;
                height: 60px;
                display: flex;
                align-items: center;
           }
           article .step-box .step-content {
               border: solid #ccc;
               border-width: 1px 0 0 0;
           }
           article .step-content iframe[src*="youtube"] { width: 100%; margin: 5px 0; } 
           article .step-box .step-content p{
               text-align: justify;
           }
           article .right-column, article .left-column { width: 100%;}
           section article .dual .step-content, section article .simple-dual-box {
               flex-direction: column;
           }
           /* TAB STYLE*/ 
           /* NOTICE*/
           article .step-notice { padding: 0 5px;}
           .notice  {
               flex-direction: column;
               padding: 5px;
               margin: 14px 0;
               width: 100%;
           }
           .notice .image-container {
               padding: 10px 10px;
               margin: 0;
               justify-content: flex-start;
               width: 100%;
               display: flex;
               align-items: center;
           }
           .notice .image-container img {
               margin: 0 10px 0 0;
           }
           .notice  p{
               padding: 0 10px;
               text-align: justify;
           } 
           .notice .title-desktop { display: none;}
           .notice .title-mobile { display: block;}
           /* NOTICE*/ 
           /* ATTACHMENTS*/
           section .attachements {
               padding : 0 11px ;
           }
           /* ATTACHMENTS */ 
           .bloc-simple-list h3 { width: 100%;}
           .plus-sujets h3 { font-size: 18px;}
           ul.arrow-list li {
               margin: 0;
               padding: 10px 0;
               line-height: 1.74;
           }
           .en-bref {
               font-size: 18px;
               padding: 20px 10px;
               min-height: 146px;
           }
           
           .lame-apps .apps { display: none;}
           .lame-apps .title { top: 11%; left: 30px;display:none;}
           .lame-apps .title-responsive{top: 11%; left: 11px;display:initial;font-size: 29px;
           /* pour le jeu display:none*/;}
           
           .lame-apps .sub-title { top: 39%;left:11px;width: 150px;}
           video {
               width: 100%;
           }
           .multi-slider { display: none; }
           section article .right-column { margin: 0;}
            
            ul.arrow-list { margin-left: 0; }
             
          .slider .rtext-slider , .simple-slider img { width: 50%; }
          .row-materials > div { width: 100%; }
          .step-box.tab-items .step-content {
              padding: 10px ;
          }
          .popup {
              width: 100%;
              padding: 5px ;
          }
          .popup .close {
              width: 100%;
              top: -50px;
              right: 0;
              background: #dd0000;
              color: #fff;
          }
          .popup .content {
            max-height: 317px;
            overflow: auto;
        }
        /*#Banniere .lame-apps { background-image: url(//static.s-sfr.fr/media/group2x.png); }*/
        #Banniere .lame-apps br { display: block; }
        #Banniere .lame-apps .title { line-height: 30px; left: 20px; font-size: 28px; display:none;}
        #Banniere .lame-apps .sub-title { top: 95px; left: 20px; }
        #Banniere .lame-apps .apps-links { top: unset; left: 20px; bottom: 15px; flex-direction: unset; }
        #Banniere .lame-apps .apps-links > div { display: inline-block; }
        /* pour le jeu*/
        /*.lame-apps .apps-links { top: 64%; left: 11px; flex-direction: column;}*/
        /* pour la bannière sans jeu*/
        
        .custom-desktop{display:none;}
        .custom-mobile{display:block;}
        .lame-jeu {width: 375px;}
        .lame-jeu .android img,.lame-jeu .ios img{width:77px;height:auto;display: block;}
        .lame-jeu .apps-links {right: 6px;top: 15px;flex-direction: column;}
        .lame-apps .apps-links {  left: 11px; }
        .lame-apps .apps-links .huawei { left: 0; position: absolute; top: 43px; }
        
       .lame-apps {
                   width: 100%;
                   /* pour la banniere sans jeu*/
                   background-image: url('//static.s-sfr.fr/media/group2x.png');
                   /*pour la banniere jeu
                   background-image:url('//static.s-sfr.fr/media/assistance-jeu-sfr-responsive.png');*/
                   max-width: 375px;
                    height: 253px;
               }
       /*pour le jeu*/ .android img,.ios img{width:100px;}
        }
        /* RESPONSIVE */
        /* IE ONLY */
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .lame-apps .sub-title { top: 23%;}
        }
         /* IE ONLY */
        
        
        .centered-button { margin: 26px 125px 0; display: flex; justify-content: space-around; }
        .red-button { background-color: #da3832; border-radius: 10px; }
        .red-button a { color: white !important; font-weight: bold; }


#Recherche { background-image: radial-gradient(circle at 50% 50%, #1c5a94, #111d3f); height: 345px; text-align: center; padding: 50px 90px; height: 295px; }
#Recherche h1 { color: #fff; font-size: 35px; font-family: 'SFR-Bold';}
#Recherche h2 { color: #fff; font-size: 30px; font-family: 'SFR-Thin';}
#Recherche form { height: 60px; margin-top: 35px; }
#Recherche label { color: transparent; display: block; font-size: 0px; }
#Recherche input[type="text"]{ display: inline-block; border: none; width: 540px; height: 60px; font-size: 16px; padding-left: 20px; vertical-align: top; outline: 0; font-family: 'SFR-Regular'; -webkit-appearance: none; border-radius: 0; }
#Recherche input[type="submit"]{ display: inline-block; border: none; width: 80px; height: 60px; vertical-align: top; margin-left: -4px; background-color: #fff; border-left: 1px solid #e9e9e9; color: transparent; outline: 0; -webkit-appearance: none; border-radius: 0; background-image: url(//static.s-sfr.fr/media/bt-search3x.png); background-size: contain; background-repeat: no-repeat; background-position: center center; background-size: 25px; cursor: pointer; }

#Menus { max-width: 1067px; position: relative; margin: -50px auto 0 auto; }
#Menus .c { display: inline-block; vertical-align: top; position: relative; outline: 0; }
#Menus input[type="radio"]{ display: none; }
#Menus .card { display: block; width: 190px; height: 190px; background-color: #fff; margin: 0 10px; border: 1px solid #e9e9e9; position: relative; cursor: pointer; z-index: 6; outline: 0; }
#Menus .c:active{ outline: 0; }
#Menus .c:focus{ outline: 0; }
#Menus .card div:nth-child(1) { width: 100%; height: 100px; text-align: center; padding-top: 20px; position: relative; }
#Menus .card div:nth-child(1)  img.i1 { height: 70px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 25px; }
#Menus .card div:nth-child(1)  img.i2 { height: 40px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 41px; }
#Menus .card div:nth-child(1)  img.i3 { height: 70px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 25px; }
#Menus .card div:nth-child(1)  img.i4 { height: 70px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 25px; }
#Menus .card div:nth-child(1)  img.i5 { height: 70px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 25px; }
#Menus .card div:nth-child(2) { width: 166px; height: 90px; margin: 0 auto; padding-top: 8px; }
#Menus .card h3 { text-transform: lowercase; color: #000; font-family: 'SFR-Bold'; text-align: center; font-size: 18px; }
#Menus .card:after { content: ''; position: absolute; width: 15px; height: 15px; border: 2px solid #e2001a; transform: rotate(45deg); bottom: 15px; border-left: none; border-top: none; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#Menus .uncard { height: 100%; position: absolute; width: 190px; left: 10px;top: 0; z-index: 5; cursor: pointer; }
#Menus .c:nth-child(1) .content { left:0px; }
#Menus .c:nth-child(2) .content { left: calc(-107px * 2); }
#Menus .c:nth-child(3) .content { left: calc(-107px * 4); }
#Menus .c:nth-child(4) .content { left: calc(-107px * 6); }
#Menus .c:nth-child(5) .content { left: calc(-107px * 8); }

#Menus .content { display: none; width: calc(100% - 20px); margin: 0 10px; border:1px solid #e9e9e9; padding: 30px 130px 30px 130px; max-width: 1196px; position: absolute; left: 0; width: 1046px; }
#Menus .content > img { display: none; }
#Menus .content > .close { display: none; }
#Menus .content h4 { font-size: 24px; font-family: 'SFR-Bold'; }
#Menus .content ul { margin-top: 15px; }
#Menus .content ul li { list-style: none; position: relative; padding: 20px 0; border-bottom: 1px solid #e9e9e9; }
#Menus .content ul li:last-child { border-bottom: none; }
#Menus .content ul li:before { content: ''; position: absolute; left: 0; width: 10px; height: 2px; background-color: #e2001a; display: block; top: 30px; }
#Menus .content ul li:after { content: ''; position: absolute; width: 8px; height: 8px; border: 2px solid #e2001a; transform: rotate(135deg); border-right: none; border-bottom: none; left: 7px; top: 27px; }
#Menus .content ul li a { text-decoration: none; font-size: 16px; font-family: 'SFR-Bold'; padding-left: 30px; }
#Menus .content ul li a:hover { color: #e2001a; }
#Menus input[type="radio"]:checked + label { /*margin-bottom: 585px; display: inline-block; */}
#Menus input[type="radio"]:checked + label .content{ display: block; z-index: 1; margin-top: -1px; background-color: #fff; } 
#Menus input[type="radio"]:checked + label .card { box-shadow: 0px 1px 0px 0px rgb(255, 255, 255); border-bottom: 0; } 
#Menus input[type="radio"]:checked + label .card:after { transform: rotate(-135deg); bottom: 5px; } 
#Menus input[type="radio"]:checked + label .card:after { -webkit-animation: rot 0.3s; -moz-animation: rot 0.3s; -o-animation: rot 0.3s; animation: rot 0.3s; }
#Menus input[type="radio"] + label .card:after { -webkit-animation: unrot 0.3s; -moz-animation: unrot 0.3s; -o-animation: unrot 0.3s; animation: unrot 0.3s; }
#Menus input[type="radio"]:checked + label + .uncard  { z-index:10; } 
#Menus input[type="radio"]:target + label .content { display: block; z-index: 1; margin-top: -1px; background-color:#fff;}
#Menus input[type="radio"]:target + label .card { box-shadow: -1px 1px 0px 0px rgb(255, 255, 255); border-bottom: 0; } 
#Menus input[type="radio"]:target + label .card:after { transform: rotate(-135deg); bottom: 5px; } 
#Menus input[type="radio"]:target + label a.pala { display: block; position: absolute; top: 0; z-index: 111165465765; width: 200px; height: 190px; }

#Questions { max-width: 1046px; margin: 0 auto; margin: 50px auto 0 auto; }
#Questions article { padding: 0; }
#Questions ul.arrow-list { margin-left: 0; list-style-image: none; list-style: none; }
#Questions ul.arrow-list li { position: relative; }
#Questions ul.arrow-list a { margin-left: 30px; }
#Questions ul.arrow-list li:before { content: ''; position: absolute; left: 0; width: 10px; height: 2px; background-color: #e2001a; display: block; top: 32px; }
#Questions ul.arrow-list li:after { content: ''; position: absolute; width: 8px; height: 8px; border: 2px solid #e2001a; transform: rotate(135deg); border-right: none; border-bottom: none; left: 7px; top: 29px; }

#Banniere {  }
#Banniere div { /*width: 355px; height: 250px; background-image: url(//static.s-sfr.fr/media/group2x.png); background-size: cover; background-repeat: no-repeat;*/ }
#Banniere .lame-apps br { display: none; }

@keyframes rot {
  0% { transform: rotate(45deg); bottom: 15px; }
  100% { transform: rotate(-135deg); bottom: 5px;}
}
@keyframes unrot {
  0% { transform: rotate(-135deg); bottom: 5px;}
  100% { transform: rotate(45deg); bottom: 15px; }
}

@media (max-width: 1100px) {
    #Recherche h2 { font-size: 35px; }
    #Recherche input[type="text"] { width: calc(100% - 100px); }
    #Recherche input[type="submit"] { background-size: 25px; }
    #Menus { width: 766px; margin: -50px auto; }
    #Menus .card { width: 130px; height: 130px; }
    #Menus .card div:nth-child(1) { height: 70px; padding-top: 0px; }
    #Menus .card div:nth-child(2) { width: 130px; height: 60px; }
    #Menus .card div:nth-child(1) img.i1 { position: absolute; height: 50px; top: 10px; }
    #Menus .card div:nth-child(1) img.i2 { height: 30px; top: 20px; }
    #Menus .card div:nth-child(1) img.i3 { height: 50px; top: 10px; }
    #Menus .card div:nth-child(1) img.i4 { height: 50px; top: 10px;}
    #Menus .card div:nth-child(1) img.i5 { height: 50px; top: 10px;}
    #Menus .card h3 { font-size: 13px; line-height: 13px; }
    #Menus .card:after { width: 10px; height: 10px; bottom: 5px; }
    #Menus .content { width: 746px; max-width: none; padding: 30px; }
    #Menus .c:nth-child(1) .content { left:0px; }
    #Menus .c:nth-child(2) .content { left: calc(-77px * 2); }
    #Menus .c:nth-child(3) .content { left: calc(-77px * 4); }
    #Menus .c:nth-child(4) .content { left: calc(-77px * 6); }
    #Menus .c:nth-child(5) .content { left: calc(-77px * 8); }
    #Menus .uncard { width: 130px; }
    #Questions { width: 746px; }
}
@media (max-width: 768px) {
    #Menus { width:100%; text-align: center; position: initial; margin: -50px auto 0 auto; margin: -30px auto 0 auto; }
    #Recherche input[type="text"] { font-size: 10px; padding-left: 10px; height: 50px; }
    #Recherche input[type="submit"] { height: 50px; width: 50px; background-size: 18px; }
    #Recherche { padding: 50px 20px; height: 250px; }
    #Recherche form { margin-top: 15px; }
    #Recherche h1 { font-size: 26px; }
    #Recherche h2 { font-size: 23px; }
    #Menus .card { margin-top: 20px; outline: none !important; box-shadow: none !important; -webkit-appearance: none;}
    #Menus .content > img { display: block; height: 60px; margin: 0 auto 20px auto; }
    #Menus .content > img.i2 { height: 40px; }
    #Menus .content > .close { display: block; position: absolute; z-index: 2000; position: fixed; top: 70px; width: 35px; height: 35px; right: 20px; left: auto; background-image: url(//static.s-sfr.fr/media/crossassistance.svg); background-position: center center; background-size: 20px; background-repeat: no-repeat; }
    #Menus .content ul { overflow-y: scroll; height: calc(100vh - 230px); }
    #Menus .content ul li { padding: 19px 0; }
    #Menus .content ul li:last-child { margin-bottom: 50px; padding-bottom: 50px; }
    #Menus .content h4 { text-align: center; width: 100%; line-height: 30px; }
    #Menus input[type="radio"]:checked + label .card { position: absolute; left: -999999999999999px; width: 0; height: 0; visibility: hidden; display: none; outline: 0; outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    #Menus input[type="radio"]:checked + label + .uncard  { z-index: 2000; position: fixed; top: 70px; width: 35px; height: 35px; right: 20px; left: auto; background-image: url(//static.s-sfr.fr/media/crossassistance.svg); background-position: center center; background-size: 20px; background-repeat: no-repeat; }
    #Menus input[type="radio"]:checked + label .content { text-align: left; position: fixed; top: 40px; left: 0; right: 0; bottom: -70px; z-index: 1000; background-color: #fff; margin: 0; width: 100%; }
    
    #Menus input[type="radio"]:target + label .card { position: absolute; left: -999999999999999px; width: 0; height: 0; visibility: hidden; display: none; outline: 0; outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    #Menus input[type="radio"]:target + label .content { text-align: left; position: fixed; top: 40px; left: 0; right: 0; bottom: -70px; z-index: 1000; background-color: #fff; margin: 0; width: 100%; }
    
    #Menus input[type="radio"]:focus { outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    #Menus input[type="radio"]:active { outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    #Menus label:focus { outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    #Menus label:active { outline: none !important; box-shadow: none !important; -webkit-appearance: none; }
    
    #Questions { width: 100%; width: auto; margin: 20px 15px 0 15px; }
    #Questions ul.arrow-list li:before { top: 22px; left: 6px; }
    #Questions ul.arrow-list li:after { top: 19px; left: 13px; }
    #Questions ul.arrow-list li { padding: 10px 5px; }
    
    
    
}
  @media (max-width: 400px){
   /*pour le jeu
       .lame-apps{max-width: 299px;height: 202px;}
     .android img, .ios img{width:75px;}*/
     
     /*pour la banniere sans jeu*/
     .lame-apps{max-width: 299px;}
     .lame-apps .title-responsive{font-size:28px;}
}
