@font-face {
    font-family: SegoeUI;
    src: '../fonts/segoe-ui/SegoeUI.otf';
}

body{
    font-family: SegoeUI;
}

* {
  margin:0px;
  padding:0px;
}

#fullPage {
  position: absolute;
  bottom: 28px;
  top: 0px;
  width: 100%;
}

#brandingWrapper{
  background-color: #CF0063;
  height: 100%;
  width: 100%;
}

#fullPage a{
    color: #2f9ea8;
}

.float{
    float:left;
}

#branding{
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.illustrationClass{
    background-image: url("/images/test.png");   
}

.card-header{
    height:90px;
}

#cug{
    position:relative;
    top:-60px;
    left:70px;
    color:red;
    font-weight:bold;
    font-size:18px;
}

#booking{
    position:relative;
    top:-65px;
    left:70px;
    color:#2f9ea8;
    font-weight:bold;
    font-size:18px;
}

#contentWrapper {
  background-color: transparent;
  height: 0px;
  width: 100%;
}

.container_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  min-height: 375px;
  min-height: 264px;
  min-width: 320px;
  max-width: 412px;
  width:360px;
  padding:36px;
}

.container_box_shadow {
  box-shadow: .75rem .75rem 0 red;
  border-radius: .75rem;
}

.titre{
  margin:0;
  text-align: center;
  padding:0 20px 20px 20px;
}

.btn_sign_in .btn{
    background-color:#fee365;
    border:none;
    color:black;
}

