body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-X: hidden;
}

html {
    scroll-behavior: smooth;
}

.container {
    background-color:#ffffff;
    width: 100%;
}

header {
    background-color: #ffffff;
/*     position: fixed;
    width: 100%;
    z-index: 20; */
    border-bottom: 2px solid white;
    height: auto;
    margin-bottom: 32px;
}

.logo-container {
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    justify-content: center;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.menu__item {
    display: inline-block;
    margin: 1rem 1.7rem 0 1.7rem;
    text-transform: uppercase;
    color: #DE9FAF;
}

.menu__item:hover{
    font-weight: bold;
}

.icon-bar {
    z-index: 100;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
}

.logo-linkedin {
    height: 35px;
    width: auto;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 16px;
}

.logo-doctrine {
    height: 35px;
    width: auto;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 16px;
}

.thumbnail-container {
    margin: 32px 32px 16px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thumbnail {
    height: 250px;
    margin: 0 32px 32px 32px;
    width: 25%;
    border: 1px solid #DE9FAF;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 10px 5px 5px #DE9FAF;
}

.thumbnail img {
    max-width: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
    align-self: center;
}

.p-thumbnail {
    color: #DE9FAF;
    text-align: center;
}

.lien-tv:hover {
    font-weight: bold;
}

.animation-background {
    background-color: white;
    background-image: url(../assets/horloge.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 35%;
    border: 2px solid white;
    height: 600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.animation-h1 {
    font-size: 3rem;
    padding-top: 10rem;
    padding-bottom: 1rem;
    margin-left: 3rem;
    color: #ffffff;
}

.animation-type {
    font-size: 2rem;
    padding-bottom: 18rem;
    margin-left: 3rem;
    color: #ffffff;
}

.container p span.cursor {
    display: inline-block;
    background-color: #ffffff;
    color: #326273;
    margin-left: 0.1rem;
    width: 3px;
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.qui-suis-je {
    border-top: 2px solid white;
    padding-bottom: 2rem;
    color: #DE9FAF;
    text-align: center;
    background-color: #ffffff;
    line-height: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.title-qui-suis-je {
    font-size: 2rem;
    padding: 1rem 0;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
}

h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.paragraphe-qui-suis-je {
    text-justify: auto;
    margin: 0 0 2rem 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.paragraphe-qui-suis-je::first-letter {
    font-size: 1.1rem;
}

.palais-justice {
    width: 100%;
    height: 700px;
    background-image: url(../assets/cabinet-rc2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 35%;
    border: 2px solid white;
    opacity: 0.8;
    margin: 0 auto;
    margin-top: 1rem;
    border-radius: 10px;
}

.domaines {
    border-top: 2px solid white;
    font-size: 2rem;
    padding-top: 1rem;
    color: #DE9FAF;
    text-align: center;
    padding-bottom: 1.5rem;
}

.cool{
    color: #DE9FAF;
}

.place-massena-nuit {
    width: 90%;
    height: 600px;
    background-image: url(../assets/palais-justice.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 35%;
    border: 2px solid white;
    opacity: 0.8;
    margin: 0 auto;
    margin-top: 32px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

/* .ma-formation {
    border-top: 2px solid white;
    padding-bottom: 2rem;
    color: white;
    text-align: center;
    background-color: #5c9ead;
    height: 62vh;
}

.title-ma-formation {
    width: 50%;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    padding: 1rem 0;
}

.global-formation{
    margin-top: 3rem;
}

.liste-ma-formation {
    text-align: left;
    margin: 1rem 3rem;
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

.liste-ma-formation::first-letter {
    font-size: 1.5rem;
} */


.honoraires {
    border-top: 2px solid white;
    padding-bottom: 2rem;
    color: #DE9FAF;
    text-align: center;
    min-height: 600px;
}

.title-honoraires {
    margin: auto;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    padding: 1rem 0;
    width: 90%;
}

.paragraphe-honoraires {
    text-align: justify;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 90%;
}

.paragraphe-honoraires::first-letter {
    font-size: 1.1rem;
}

.aside-honoraires {
    background-image: url(../assets/claireroussel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    border: 2px solid white;
    width: 25%;
    height: 500px;
    float: left;
    margin: 0 4rem;
    margin-top: 3rem;
    border-radius: 10px;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.title-contact {
    padding-bottom: 1.5rem;
    font-size: 2rem;
    padding: 1rem 0;
    text-align: center;
}

.contact {
    border-top: 2px solid white;
    background-color: #F4DEE4;
    color: white;
    height: auto;
    display: flex;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.left-part {
    width: 50%;
}

.right-part {
    width: 50%;
}

.contacts-tel {
    text-align: justify;
    margin: 0 3rem;
    padding-top: 4rem;
    font-size: 2rem;
}

.telephone {
    margin: 10rem 0 0 0;
}

.aside-contact {
    background-image: linear-gradient(to left, transparent, #F4DEE4), url(../assets/plaque.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 10% 35%;
    width: 100%;
    height: 85vh;
    border-radius: 10px;
}

.bouton-valider {

    background-color: #DE9FAF;
    color: white;
    font-size: 1rem;
    width: 80%;
    margin-left: 2rem;
    float: left;
    margin-top: 1rem;
    border: 2px solid #DE9FAF;
}

.emailarea {
    float: left;
    width: 80%;
    margin-left: 2rem;
    font-family: 'Montserrat', sans-serif;

    background-color: #F4DEE4;
    color: white;
    padding-left: 0.5rem;
    border: 2px solid white;
}

.textarea {
    float: left;
    width: 80%;
    margin-left: 2rem;
    height: 200px;
    font-family: 'Montserrat', sans-serif;

    background-color: #F4DEE4;
    color: white;
    padding-left: 0.5rem;
    border: 2px solid white;
}

textarea:focus, input:focus{
    outline: none;
}

input[type="submit"]{
    cursor:pointer;
   }

.emailarea::placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: bold;
}

.textarea::placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: bold;
}

.map {
    margin-top: 2rem;
    margin-left: 2rem;
    border-radius: 10px;
    float: left;
    width: 80%;
    height: 300px;
    border: 2px solid white;
}

.footer {
    background-color: #DE9FAF;
    color: white;
/*     position: fixed;
    width: 100%;
    z-index: 20; */
    border-top: 2px solid white;
    height: 100px;
    width: 90%;
    margin: 16px auto;
    border-radius: 10px;
}

.paragraphe-footer {
    margin-left: 3rem;
    margin-top: 1rem;
}

.case-palais {
    margin-left: 3rem;
}

.lien-footer{
    margin-left: 3rem;
}

.lien-footer-nom:hover{
    font-weight: bold;
}

.lien-footer:hover {
    font-weight: bold;
}

.ordre-avocat {
    height: 50px;
    float: right;
    margin-right: 3rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ordre-avocat-hautecoeur {
    height: 50px;
    float: right;
    margin-right: 3rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.typed-text-mail {
    margin-left: 3rem;
    color: #326273;
}

.animation-type-mail {
    padding-top: 10rem;
    color: #326273;
}

.container-mentionslegales {
    width: 90%;
    margin: 32px auto 32px auto;
    color:#DE9FAF;
}

.title-mentionslegales {
    font-size: 2rem;
    padding: 1rem 0;
    padding-bottom: 1.5rem;
    color:#DE9FAF;
}

.p {
    width: 90%;
    margin: 32px auto 32px auto;
    font-size: 2rem;
    color:#DE9FAF;
}

.message-valide {
    margin-left: 1rem;
    font-size: 2rem;
}
}