#coq-trotteur {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  height: 68px;
  font-size: 16px;
  font-family: Interstate,Helvetica,Arial,sans-serif;
  position: fixed;
  bottom: 0;
  width: 100vw;
  -webkit-box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -1px 8px 0px rgba(0,0,0,0.1);
  z-index: 1000;
}

#coq-trotteur .m-container{
  width: 90%;
  max-width: 1035px;
  margin: auto;
  height: 100%;
}

#coq-trotteur .m-container .mobile{
  display: none !important;
}

#coq-trotteur .m-container .aligned-content:before{
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#coq-trotteur .m-container .aligned{
  display: inline-block;
  vertical-align: middle;
}

#coq-trotteur .m-container .m-left{
  height: 100%;
  float: left;
}

#coq-trotteur .m-container .m-left img{
  margin-right: 8px;
  height: 28px;
}

#coq-trotteur .m-container .m-left p{
  color: #323232;
  font-size: 16px;
  margin-bottom: 0 !important;
}

#coq-trotteur .m-container .m-left p span{
  font-weight: 600;
  font-size: 17.6px;
}

#coq-trotteur .m-container .m-right{
  height: 100%;
  float: right;
}

#coq-trotteur .m-container .m-right a{
  border-radius: 12px;
  color: #fff;
  background-color: #f19b32;
  text-decoration: none;
  padding: 8px;
  width: 160px;
  text-align: center;
}

#coq-trotteur .m-container .m-right a:hover{
  background-color: #f8951d;
}

#coq-trotteur .m-container .m-right a span{
  font-weight: 600;
  font-size: 17.6px;
  margin-top: -2px;
}

#coq-trotteur .m-container .m-right a i{
  background-color: rgba(255,255,255,.3);
  border-radius: 24px;
  height: 28px;
  width: 28px;
  margin-left: 6px;
}

#coq-trotteur .m-container .m-right a i img{
  left: -1px;
  position: relative;
}

@media (max-width: 1023px) {

  #coq-trotteur{
    height: 80px;
    background-color: #f8f8f8;
    font-size: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #coq-trotteur .m-container{
    width: 100%;
    padding-left: 2.5vw;
  }

  #coq-trotteur .m-container .desktop{
    display: none !important;
  }

  #coq-trotteur .m-container .mobile{
    display: inline-block !important;
  }

  #coq-trotteur .m-container .m-left p{
    font-size: 15px;
    font-weight: 500;
  }

  #coq-trotteur .m-container .m-right a{
    border-radius: 0px;
    padding: 8px 22px;
    height: 100%;
    width: auto;
  }

  #coq-trotteur .m-container .m-right a:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
  }

  #coq-trotteur .m-container .m-right a span{
    font-size: 15px;
  }
}

@media (max-width: 350px) {

  #coq-trotteur .m-container .m-left p{
    font-size: 14px;
    font-weight: 500;
  }
  
}