* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

td, th { padding: 8px; padding: .5rem;
}

th {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

td { font-family: 'Avenir Next', 'Segoe UI', 'Lucida Grande', sans-serif; }

.table {
  width: 100%;
  padding: 16px;
  padding: 1rem;
}

.table__heading { border-bottom: 2px solid #FFC842; }
 @media (max-width: 32rem) {
 .table__heading {
display: none;
}
 .table__content {
 display: block;
 padding: .5rem 0;
}
 .table__row {
 margin: .25rem 1rem;
 padding: .5rem 0;
 display: block;
 border-bottom: 2px solid #FFC842;
}
 .table__content:before {
 content: attr(data-heading);
 display: inline-block;
 width: 5rem;
 margin-right: .5rem;
 color: #999;
 font-size: .75rem;
 font-weight: 700;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
 text-transform: uppercase;
 letter-spacing: 2px;
}
}
body {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.header {
    background: #09BDF0;
}

#header-text-drop {
    color: #000;
    font-family : 'Ubuntu', sans-serif;
    font-size: 120%;
    margin-left: 35px;
    text-decoration: none;
}
#header-text-drop:hover {
    opacity: 0.5;
}

#drop-style {
    width: 150%;
    border-radius: 24px;
    box-shadow: 0px 0px 12px 2px grey;
}

.btn-menu {
    color: #fff;
    font-family : 'Ubuntu', sans-serif;
    font-size: 150%;
}
.btn-menu:hover {
    color: #fff;
    opacity: 0.5;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    margin-top: 5%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#carte-drop {
    width: 75%;
    margin-top: 20px;
    margin-bottom: 10px;
    transform: rotate(-12deg);
}

#steto-drop {
    margin-right: 5px;
    width: 80%;
}

#drop-style-client {
    width: 220%;
    border-radius: 24px;
    box-shadow: 0px 0px 12px 2px grey;
}

#contract-drop {
    width: 60%;
    margin-top: 25px;
}

#paiement-drop {
    width: 60%;
    margin-top: 25px;
}

#doctor-drop {
    width: 60%;
    margin-top: 25px;
    margin-bottom: 25px;
}

#header-text-drop-client {
    color: #000;
    font-family : 'Ubuntu', sans-serif;
    font-size: 105%;
    margin-left: 35px;
    text-decoration: none;
}
#header-text-drop-client:hover {
    opacity: 0.5;
}

.header-end {
    background: #09BDF0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#size-img-card {
    padding-left: 5%;
    padding-top: 5%;
    height: 100%;
}

.menu-header-end {
    padding-top: 2.5%;
}

#deco {
    text-decoration: none;
}
#deco:hover {
    text-decoration: none;
    opacity: 0.5;
}

#size {
    font-size: 23px;
}

#header-text {
    color: #fff;
    font-family : 'Ubuntu', sans-serif;
    font-size: 150%;
}
#header-text:hover {
    opacity: 0.7;
}

.title {
    font-family : 'Ubuntu', sans-serif;
    font-size: 250%;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 650px) {
    #header-text {
        color: #fff;
        font-family : 'Ubuntu', sans-serif;
        font-size: 150%;
        margin-left: 13px;
    }
    #header-text:hover {
        opacity: 1;
    }
    
    .dropdown-menu-center {
        right: auto;
        left: 0%;
        margin-top: 5%;
        -webkit-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    #drop-style {
        width: 100%;
        border-radius: 12px;
        background-color: white;
        border: none;
        box-shadow: 0px 0px 0px 0px grey;
    }

    #header-text-drop {
        color: #000;
        font-family : 'Ubuntu', sans-serif;
        font-size: 75%;
        margin-left: 35px;
        text-decoration: none;
    }

    #drop-style-client {
        width: 100%;
        text-align: center;
        border-radius: 24px;
        box-shadow: 0px 0px 12px 2px grey;
    }

    #header-text-drop-client {
        color: #000;
        font-family : 'Ubuntu', sans-serif;
        font-size: 105%;
        margin-left: 0px;
        text-decoration: none;
    }
    #header-text-drop:hover {
        opacity: 1;
    }

    #contract-drop {
        width: 60%;
        margin-top: 25px;
    }

    #paiement-drop {
        width: 60%;
        margin-top: 25px;
    }

    #doctor-drop {
        width: 60%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}