/* work process */
.work-process {
    position: relative; }
    .work-process .process-num-box {
      position: relative;
      display: inline-block;
      margin-bottom: 30px; }
    .work-process .process-num {
      box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
      height: 50px;
      right: 0;
      top: 0;
      width: 50px;
      background: #fff;
      display: inline-block;
      border-radius: 50%;
      font-size: 18px;
      font-weight: 600;
      line-height: 55px;
      position: absolute;
      text-align: center;
      display: inline-block; }
    .work-process h5 {
      font-size: 20px;
      font-weight: 600; }
    .work-process p {
      margin: 0 auto;
      width: 85%; }
    .work-process.last:before {
      content: none; }
    .work-process .process-icon {
      width: 140px;
      height: 140px;
      border: 3px dotted #e4e4e4;
      line-height: 140px;
      color: #2a8ae2;
      background: #fff;
      position: relative;
      border-radius: 50%;
      font-size: 40px;
      text-align: center; }
    .work-process:before {
      content: '';
      top: 30px;
      right: -27%;
      width: 170px;
      height: 50px;
      background: url(../img/process-line-01.png) no-repeat 0 0;
      display: block;
      position: absolute; }
    .work-process.step-2:before {
      background: url(../img/process-line-02.png) no-repeat 0 0;
      top: 55px;
      right: -100px; }
  
  @media screen and (max-width: 1199px) {
    .work-process:before {
      right: -100px; }
    .work-process.step-2:before {
      top: 60px;
      right: -102px; } }
  @media screen and (max-width: 991px) {
    .work-process:before {
      content: none; }
    .work-process .process-icon {
      width: 125px;
      height: 125px;
      font-size: 36px;
      line-height: 125px; }
    .work-process p {
      width: 90%; }
    .work-process .process-num {
      right: -15px;
      top: -10px; } }
  @media screen and (max-width: 767px) {
    .work-process .process-num-box {
      margin-bottom: 20px; }
    .work-process h5 {
      font-size: 18px; }
    .work-process .process-icon {
      width: 100px;
      height: 100px;
      font-size: 32px;
      line-height: 100px; }
    .work-process .process-num {
      right: -15px;
      top: 0;
      line-height: 42px;
      font-size: 16px;
      width: 40px;
      height: 40px; } }


      .m-event {
        margin-left: 30px;
        margin-right: 5px;
    }

    .button-event {
        border: 0px;
        border-radius: 5px;
        background: rgb(85,146,201);
        background: linear-gradient(rgb(51, 101, 146) 0%, rgb(36, 52, 97) 100%);
        text-transform: uppercase;
        padding: 10px 12px;
        width: 95%;
        color: white;
        text-shadow: 0px 1px 0px black;
        font-size: 28px;
        font-family: 'Poppins';
        margin-left: 10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 50%), 0 -1px 0 rgb(255 255 255 / 40%);
        font-weight: 600;
    }

    .button-event:hover {
        color: #fff;
        background: #32aadb;
        background: linear-gradient(to left, #b66806 0%, #336799 100%);
    }

    .button-event:active {
        color: #fff;
        background: #444;
        background: linear-gradient( #555, #2C2C2C);
        box-shadow: 1px 1px 10px black inset, 0 1px 0 rgb(255 255 255 / 40%);
    }

    button:focus {
        outline: none;
    }

    .i-pad-r {
        padding-right: 5px;
    }

    .fa-file-contract:before {
        content: "\f56c";
    }

    .cookie2 {
        width: 18px;
        position: static;
    }


    /**Bouton Back-to-Top**/

#button {
    display:inline-block;
    background-color: #336799;
    width:50px;
    height:50px;
    text-align:center;
    border-radius:4px;
    position:fixed;
    bottom:30px;
    font-size: 23px;
    right:30px;
    transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:1000;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  }
  
  #button::after {
    content:"\f077";
    font-family:FontAwesome;
    font-size: 40px;
    line-height: 55px;
    color:#fff;
  }
  
  #button:hover {
    cursor:pointer;
    background-color:#333;
  }
  
  #button.show {
    opacity:1;
    visibility:visible;
  }
  
  @media screen and (min-width:0px) and (max-width:1280px) {
    #button {
      display:inline-block;
      background-color:#333;
      width:50px;
      height:50px;
      text-align:center;
      border-radius:4px;
      position:fixed;
      bottom:30px;
      right:30px;
      transition:background-color .3s, opacity .5s, visibility .5s;
      opacity:0;visibility:hidden;
      z-index:1000;
    }
  
    #button::after {
      content: "\f077";
      font-family: FontAwesome;
      font-weight: 600;
      font-size: 34px;
      line-height: 55px;
      color: #fff;
    }
  
    #button:hover {
      cursor:pointer;
      background-color:#000;
    }
  
    #button.show {
      opacity:1;
      visibility:visible;
    }
  }
  
  /**Cookie**/
  
  .cookie{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    padding: 7px 20px;
    color: #666;
    font-size: 14px;
    background-color: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 -3px 3px -3px #333;
    z-index: 1500;
  }
  
  .cookie a {
    text-decoration: underline;
  }
  
  .cookie a:hover {
    text-decoration: none;
  }
  
  .cookie_btn{
    display: inline;
    margin-left: 15px;
    padding: 4px 10px;
    color: #fff;
    background-color: #55acee;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1501;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: "Poppins", sans-serif;
    border: 0px;
    /* padding: 10px 15px; */
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
    0 -1px 0 rgba( 255, 255, 255, 0.4);
  }
  
  .cookie_btn:hover{
    background-color: #318ed6;
  }
  
  .cookie_btn-error{
    background-color: #e84e40;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
    0 -1px 0 rgba( 255, 255, 255, 0.4);
  }
  
  .cookie_btn-error:hover{
    background-color: #b62b1f;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
    0 -1px 0 rgba( 255, 255, 255, 0.4);
  }
  
  .cookie_btn:active{
    background: linear-gradient( #555, #2C2C2C);
    box-shadow: 1px 1px 10px black inset, 
                0 1px 0 rgba( 255, 255, 255, 0.4);
  }
  
  .cookie_btn-error:active{
    background: linear-gradient( #555, #2C2C2C);
    box-shadow: 1px 1px 10px black inset, 
                0 1px 0 rgba( 255, 255, 255, 0.4);
  }

  .scroll-line{position:fixed;height: 5px;z-index: 1564550;margin-bottom: -2px;background: #b66806;width: 0%;}

@media (max-width:785px){ 
    .scroll-line {
    display: none;
    }
}