/*
Theme Name : b-platform
Text Domain: b-platform
Version : 1.0
Description  : This is a custom theme created specifically for b-platform's website.
Author : Argentin Yvann
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@300;400;500;700&display=swap');
::-moz-selection{background:rgba(184, 216, 234,0.75);color:white;}
::selection{background:rgba(184, 216, 234,0.75);color:white;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:rgba(236,236,236,1);border:none;}
::-webkit-scrollbar-thumb{background-color:rgba(184, 216, 234,1);}
html,body {
    margin:0;
    padding:0;
    color: rgba(61, 61, 61,1);
    font-family: 'Roboto',sans-serif;
}

h1,h2{

    font-family: 'toppan-bunkyu-midashi-min-st';
    font-style: normal;
    font-weight: 900;
}

h3{
    font-weight: bold;
}




header, section {
    min-height:100vh;
    width : 100%;
    display:flex;
    align-items : center; /* centers horizontally */
    justify-content: center;  /* centers vertically */
    flex-wrap:wrap;
}


header{
    background:rgba(54, 107, 143,1);
    min-height: 400px;
}

section{
    display:flex;
    align-items : center; /* centers horizontally */
    justify-content: center;  /* centers vertically */
    flex-wrap:wrap;
}

header{
    flex-flow: column;
    align-content:flex-start;
}

h1{
    color: rgba(255,255,255,1);
    font-size:2em;
    width:90%;
    text-align: center;
}

h2::before{
    content:"";
    display:block;
    border-bottom: 3px solid rgba(66,151,203,1);
    margin-left:1px;
    width: 40px;
}

h2 {
    text-transform: capitalize;
}

h5,p{
    font-weight: lighter;
}

#languageSwitcher{
    right: 3%;
    z-index: 100;
    top: 20px;
    position: fixed;
    width: 100px;
    display:flex;
    align-content: space-between;
    flex-flow: row nowrap;
    font-size: 0.7em;
}
#languageSwitcher.dark li a{
    color: rgba(61, 61, 61,1);
}
#languageSwitcher li a.active{
    font-weight: bolder;
}

#languageSwitcher li:first-of-type{
    border-right: 2px solid white;
}
#languageSwitcher.dark li:first-of-type{
    border-color: rgba(61,61,61,1);
}

#languageSwitcher li {
    display:block;
    text-align:center;
}
#languageSwitcher li a{
    text-decoration: none;
    color:white;
    min-width: 30px;
    display:inline-block;
    text-transform: uppercase;
}

.valider{
    text-align:right;
    display:block;
    color:rgba(152,202,235,1);
}
.valider:hover{
    cursor:pointer;
}

.grey-light{
    background: rgba(246, 246, 246,1);
    
}
.grey-mid{
    background: rgba(236, 236, 236,1);
    
}
.grey-dark{
    background: rgba(236, 236, 236,1);
    
}

.grey-black{
    background: rgba(61, 61, 61,1);
}


.container-mid{
    width: 90%;
    height: 100%;
    padding: 50px 0px;
}
.container-small{
    width: 100%;
}

.container-smallest{
    width: 90%;
    margin:auto;
}

.navigation-bar {
    display: flex;
    align-content: space-between;
    flex-flow: row wrap;
    list-style-type: none;
    
    padding:0;
    margin:0;
    padding-top: 20px;
}


.navigation-bar li span{transition: all .35s ease-in-out;padding: 7px 10px;}

.navigation-bar li{display:block; transition: all .35s ease-in-out;}
.navigation-bar li span, .grey-black{
    color : rgba(178,178,178,1);
}
.navigation-bar li span:hover{
    cursor:pointer;
}

.navigation-bar li.active span, .navigation-bar li:hover span{
    color: rgba(112, 112, 112,1);
}

.text-container{
    padding-top: 20px;
    width: 90%;
}

.space-1{
    height: 40px;display:block;
}

.collaborateurs{
    display:flex;
    padding:0;
    margin:0;
    align-content: space-between;
    align-items: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 10px;
    padding-top: 20px;
}
.collaborateurs span, .collaborateurs li, .website{
    display:block;
}

.blue-highlight{
    color: rgba(57,118,167,1);
    font-weight:bold;
}
.gras{
    font-weight:bold;
}

.entreprise{
    padding-top: 20px;
}

.addresse,.number,.entreprise,.website{
    font-weight:lighter;
}

.website{
    color:rgba(61, 61, 61,1);
    text-decoration: none;
    padding-top: 15px;
}

.services .number, .website{
    padding:15px 0;
}

.blueFadedColor{
    background: rgba(184,216,234,1);
    color: white;
    transition : 0.2s ease-in;
    border: none;
    text-align:center;
    font-weight:bold;
}


.blueFadedColor:hover{
    background: rgba(152,202,235,1);
}


@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");


.button {
    width: 200px;
    text-align: center;
    height: 40px;
    cursor:pointer;
    display: flex;
	align-items: center;
	justify-content: center;
}
.button svg {
  width: 200px;
  fill: none;
  stroke-width: 5;
  height:45px;
}
.button svg .o1 {
  stroke: rgba(184,216,234,1);
  fill: rgba(184,216,234,1);
  transition: all 1s ease-in-out;
}
.button svg .o2 {
  stroke: white;
  stroke-dasharray: 20 490;
  stroke-dashoffset: 20;
  transition: all 1s ease-in-out;
}
.button span {
    position: absolute;
    margin: auto 0;
}
.button:hover .o1 {
  fill: rgba(152,202,235,1);
}
.button:hover .o2 {
  stroke-dashoffset: -490;
}

ul#conversation .blueFadedColor{
    padding: 5px 5px;
    width: 45%;
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
}


.blueFaded{
    background: rgba(184,216,234,1);
    color: white;
    text-align:center;
    font-weight:bold;
    width: 200px;
    border: none;
    transition : 0.2s ease-in;
}

.blueFaded:hover{
    background: rgba(152,202,235,1);
}

.splitColumn{
    display:flex;
    flex-flow: row nowrap;
    gap : 2em;
    padding-top: 20px;
}

.pageCounter{
    position: relative;
    font-size: 2em;
    display:flex;
    flex-flow : column wrap;
    gap : 2px;
    align-items:center;
    display:none;
}
.pageCounter .separation{
    border: 1px solid rgba(66,151,203,1);
    height: 1px;
    width: 30px;
}
.currentPage{
    color : rgba(154,155,150,1);
}
.totalPage{
    color: rgba(66,151,203,1);
}

.cornerImage{
    display: block;
    float: left;
    top :0 ;
    left: 0;
    background:black;
    width: 250px;
    display: none;
}

.servicesContent{
    padding:20px;
    padding-bottom: 60px;
}


.unexpected-1 {
    background: 
        linear-gradient(rgba(184,216,234,1) 0 0) var(--p, 50%) 
      100% /var(--d, 10%) 3px no-repeat;
    transition: 0.3s, background-position 0.3s 0.3s;
  }
  
  .unexpected-1:hover {
    --d: 100%;
    --p: 0%;
    transition: 0.3s, background-size 0.3s 0.3s;
  }

.caminteresse{
    font-weight: bold;
    float: right;
    background: 
        linear-gradient(rgba(184,216,234,1) 0 0) var(--p, 50%) 
      100% /var(--d, 10%) 3px no-repeat;
    transition: 0.3s, background-position 0.3s 0.3s;
}


.caminteresse:hover{
    cursor:pointer;
    --d: 100%;
    --p: 0%;
    transition: 0.3s, background-size 0.3s 0.3s;
}

#FSSlidesContainer{
    display: none;
    background: rgba(246, 246, 246,1);
    flex-flow: row nowrap;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
    visibility: hidden;
    transition: 1s ease-in;
}
#closeFS{
    display:block;
    margin:auto;
    width: 40px;
    height: 40px;
}

#closeFS:hover{
    cursor : pointer;
}

.visible{
    visibility: visible!important;
}

#FSImageContainer{
    width: 25%;
    max-width: 400px;
    background: black;
    display:none;
    overflow: hidden;
}

#FSContent{
    width: 100%;
    padding: 20px;
    padding-top:0px;
    border: 1px solid black;
}
#FSContent .navigation-bar{
    padding-top:0;
}
#FSTopSection{
    height:60px;
}
#FSSlidesContainer .container-mid{
    margin:auto;
}
.FSImageLeft{
    display: none;
    height:100%;
}

.FSImageLeft.active{
    display:block;
}
.FSSlide{
    padding-top: 20px;
    display:none;
}
.FSSlide.showing{
    display:block;
}
#FSSlidesContainer .space-1{
    height:0;
}
#FSSlidesContainer .text-container{
    width: 100%;
    padding-top: 5px;
}
.scrollVertical{
    overflow-y: auto;
}

.FSSlide .scrollVertical{
    height: 200px;
}

#brands{
    height: 180px;
}

#brands ul{
    padding:0;
    margin:0;
    display:flex;
    flex-flow:row wrap;
    justify-content: space-around; 
    align-items: center;
    width:100%;
    height: 150px;
}
#brands ul li{
    display:block;
}

#brands ul#brands-list li {
    display:block;
    width: 150px;
}
#brands ul#brands-list li  img{
    width: 100%;
}
#contactForm{
    position: relative;
    width:100% ;
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding-top:20px;
    overflow-y: auto;
    height: 400px;
}
ul#conversation{
    width: 80%;
    min-height: 400px;
}
ul#conversation {
    margin:0;
    padding:0;
}

ul#conversation > li{
    display: block;
    clear:both; 
    color:white;
    border-radius: 15px;
    min-width: 35%;
    padding: 15px 10px;
    margin: 20px 0;
    height:auto;
}

ul#conversation > li::after{
    content:"";
    display:block;
    position:absolute;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    
}

ul#conversation > li.computer::after{
    border-top: 25px solid rgba(0,118,170,1);
    float:left;
}

ul#conversation  li.computer{
    float:left;
    background: rgba(0,118,170,1);
}

ul#conversation > li.computer.tag::before{
    content : "B-platfeform";
    display:block;
    float: left;
    color: rgba(198,198,198,1);
    margin-top: -40px;
}

ul#conversation > li.user.tag::before{
    content : "Vous";
    display:block;
    color: rgba(198,198,198,1);
    float: right;
    margin-top: -40px;
}


ul#conversation  li.user{
    float:right;
    background: rgba(87,87,87,1);
}
ul#conversation  li.yesorno{
    float:right;
    width: 100%;
    border-radius : 0;
    display: flex;
    flex-flow:row wrap;
    align-content:  space-between;
}

ul#conversation  li.yesorno button{
    border: none;
    background: rgba(87,87,87,1);
    color:white;
    border-radius: 15px;
    min-width: 40%;
    padding: 15px 10px;
    margin: 20px 0;
    text-align: left;
}


ul#conversation  li.yesorno button::after{
    content:"";
    display:block;
    position:absolute;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 25px solid rgba(87,87,87,1);
    
}

ul#conversation  li.yesorno button.no::after{
    text-align: right;
    right: calc(10% + 10px);
}

ul#conversation  li.yesorno button.yes::after{
    float: left;
}


ul#conversation li.user::after{
    border-top: 25px solid rgba(87,87,87,1);
    text-align:right;right:calc(10%  + 10px);

}
.whatYouNeed:hover{
    cursor: pointer;
}
.whatYouNeed.selected{
    background-color: rgba(152,202,235,1);
}

.squareOne{
    display:inline-block;
    
}

ul#conversation .multipleChoice{
    width: 100%;
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between; 
    align-items: center;
    gap : 20px 0px;
}


ul#conversation .yesorno{
    width: 100%;
    display:flex;
    padding:0;
    flex-flow:row wrap;
    justify-content: space-between; 
}

ul#conversation .yesorno button.yes:hover::after, ul#conversation .yesorno button.yes.selected::after{
    border-top-color: rgba(141,198,63,1);
}
ul#conversation .yesorno button.yes:hover,ul#conversation .yesorno button.yes.selected{
    background: rgba(141,198,63,1);
}

ul#conversation .yesorno button.no:hover,ul#conversation .yesorno button.no.selected{
    background: rgba(191,30,46,1)
}

ul#conversation .yesorno button.no:hover::after, ul#conversation .yesorno button.no.selected::after{
    border-top-color: rgba(191,30,46,1)
}


ul#conversation .checkboxs{
    margin:0;
    padding:0;
    display:flex;
    flex-flow: column nowrap;

}
ul#conversation input[type="text"]:focus,ul#conversation textarea:focus, ul#conversation input[type="email"]:focus{
    outline:none;
}
ul#conversation input[type="text"], ul#conversation textarea, ul#conversation input[type="email"]{
    background: transparent;
    border: none;
    color: white;
}

ul#conversation .checkboxs li,ul#conversation .multipleChoice li{
    display:block;
}

.alwaysDisplayFlex{
    display:flex!important;
}

  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }

  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.6em;
    font-size: 1.0em;
    line-height: 1;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
        transition: all .275s;
  }
  [type="checkbox"]:not(:checked) + label:before{
    border:1px solid white;
    border-radius: 0px;
    background: transparent;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    width: 1em;
    height: 1em;
    background:rgba(255,255,255, 1);
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
  }

  [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }

  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }

  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }

  [type="checkbox"]:disabled + label {
    color: #aaa;
  }


  #contactInfo{
    width:100%;
    height: 200px;
    display:flex;
    flex-flow: row wrap;
    font-family: 'Roboto condensed',sans-serif;
  }

  #contactInfo div{
      width: 50%;
      display: flex;
      justify-content: center;
      align-items:center;
      
  }

  #contactInfo #emailInfo{
      background: rgba(246, 246, 246,1);
      font-size: 1.1em;
      height: 100%;
    color: rgba(61, 61, 61,1);
  }

  #contactInfo #emailInfo a{
    color: rgba(61, 61, 61,1);
    text-decoration: none;

}
  #contactInfo #addresseInfo{
    background: rgba(184, 216, 234,1);
    font-size: 1.3em;
    height: 100%;
  color: rgba(255, 255, 255,1);
}

#contactInfo #addresseInfo a{
    color: rgba(255, 255, 255,1);
    text-decoration: none;

}
  footer{
      background: rgba(61, 61, 61,1);
      text-align: center;
      color: rgba(178,178,178,1);
      padding: 45px;
      height: 100px;
  }
  #FSTopSection{
      display:flex;
  }
  #retry{
      display:none;
      float: right;
    clear: both;
    background: rgba(0,118,170,1);
    color: white;
    border: none;
    padding: 0.5 em;
    border-radius: 0.3em;
  }
  .errorMessage{
      opacity: 0;
      color: rgba(191,30,46,1);
      display:block;
      float:right;
      text-align: right;
  }
.confirmMessage{
    opacity: 0;
    color: rgba(141,198,63,1);
    display:block;
    float:right;
    text-align: right;
}

.stage-2, .stage-3, .stage-4, .stage-5{
    visibility: hidden;
    opacity: 0;
    transition: 1s ease-in;
}
.goBack{
    width: 20px;
    right: 12%;
    display: block;
    position: absolute;
  }

  .goBack:hover{
      cursor:pointer;
  }

  @media screen and (min-width: 767px) {

    .yesorno,.multipleChoice{
        width: 50%!important;
    }

    #contactForm{
        margin-bottom: 30px;
    }
    .container-small{
        width:90%;
        padding-left: 10%;
    }
    .number{
        padding: 15px 0;
    }
    #FSContent{
        padding:50px;
        padding-top:0;
    }
    #FSContent #FSTopSection{
        height: 60px;
    }
    .goBack{
        width: 25px;
    }
  }

  @media screen and (min-width: 1024px) {
    #FSContent h3{
        padding-top: 40px;
    }
    #FSContent h5{
        padding-bottom: 20px;
    }
    #FSSlidesContainer .space-1{
        height: 60px;
    }

    .FSSlide .scrollVertical{
        height: 300px;
    }

    .pageCounter{
        display: flex;
    }

    .splitColumn{
        margin-left : calc(-4em - 5px); 
    }
    h1{
        font-size: 2.5em;
        
    }
    #FSImageContainer{
        display:block;
    }
    
  }
  @media screen and (min-width: 1240px) {
      #contactInfo{
          height: 400px;
      }
      #FSContent{
        padding:80px;
        padding-top:0;
    }
    
    #FSContent #FSTopSection{
        height: 80px;
    }

      h1,h2{
        font-weight:500;
    }
      h1{
        font-size: 3em;
        width: 60%;
        }
        header {
            height:500px;
        }

      .cornerImage{
          display:block;
          z-index:2;
          position: relative;
      }
      .text-container{
          padding-top:50px;
          width: 80%;
      }
      .servicesContent{
            margin-top: 40px;
            padding-left: 220px;
            padding-right : 60px;
            padding-top: 50px;
            margin-left: 80px;
            min-height:400px;
            position: relative;
      }
      .navigation-bar{
          gap : 20px;
      }
    .caminteresse{
        position: absolute;
        bottom: 20px;
        right: 60px;
    }
    
    #partenaires .slide{
        margin: auto;
        width:80%;
    }

    .collaborateurs{
        justify-content: left;
        gap : 30px;
    }
    h3{
        margin-bottom: 0px;
    }
    .slide p{
        margin-top: 20px;
    }

  }


  @media screen and (min-width: 1920px) {
      #contactInfo{
          height: 700px;
          font-size: 1.7em;
          line-height: 1.5em;
      }
      footer{
          font-size: 1.3em;
          line-height: 1.3em;
      }
      .pageCounter{
          font-size: 2.5em;
      }
     h2{
          font-size:2.5em;
      }
      h2::before{
          margin-bottom: 20px;
          width: 80px;
      }
      .blueFaded{
          padding: 10px 5px;
      }
      #partenaires .slide{
          width: 60%;
      }
      .space-1{
          height: 60px;
      }
      .text-container{
          padding-top: 60px;
      }
      .splitColumn{
        margin-left: calc(-4.3em - 7px);
      }
  }


  button:focus {
    outline: none;
  }


.circCont {
    display: inline-block;
  }
  
  .circle {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 4px solid rgba(184,216,234,1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .circle:after {
    width: 24px;
    height: 4px;
    background-color: rgba(184,216,234,1);
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*@include transform-origin(100%,100%);*/
  }
  .circle:before {
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    width: 24px;
    height: 4px;
    background-color: rgba(184,216,234,1);
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*@include transform-origin(0%,0%);*/
  }
  .circle + p {
    text-transform: lowercase;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .simpleRotate {
    -moz-animation: rotate 0.1s 2 ease-in-out alternate;
    -webkit-animation: rotate 0.1s 2 ease-in-out alternate;
    animation: rotate 0.1s 2 ease-in-out alternate;
  }


.boxShadow {
    -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
  }
  .boxShadow:after, .boxShadow:before {
    -moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
  }
  
  .boxShadow:hover:not(.fadeOut) {
    -moz-box-shadow: 0px 0px 0px 20px rgba(184,216,234,1) inset;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(184,216,234,1) inset;
    box-shadow: 0px 0px 0px 20px rgba(184,216,234,1) inset;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .boxShadow:hover:not(.fadeOut):after {
    background-color: #fff;
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
  }
  .boxShadow:hover:not(.fadeOut):before {
    background-color: #fff;
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -webkit-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
  }
  .fadeOut {
    opacity: 0;
  }  


  .mynav ul {
    display: flex;
    align-content: space-between;
    flex-flow: row wrap;
    gap:10px;
    list-style-type: none;
    padding: 0;
    padding:0;
    margin:0;
    padding-top: 20px;
  }
   
  .mynav li:not(:last-child) {
    margin-right: 20px;
  }
   
  .mynav span {
    display: block;
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 7px 15px;
  }
   
  .mynav span{
    transition: all .35s ease-in-out;
  }
  
  .flexColumn{
      display:flex;
      flex-flow:column;
  }

