body, html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em !important;
}

.container
{ 
padding-top :30px;
}

:root {
  --button-color: white;
  --button-background-color: #CA263B;
  --h4-color: #CA263B;
}


.btn-primary
{
  color: var(--button-color)!important;
  background-color: var(--button-background-color)!important;
  border-radius: var(--border-radius);
  border:0px !important;
  font-weight: bold !important;
}
.entete{
    padding-top: 5.5rem !important;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    background: #008CB1;
    text-align: center;
    color: white;
}
.formguide label
{
    margin-bottom: 0.25rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.custom-container {
    max-width: 950px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2.25rem;
    min-height: 96vh; 
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.custom-header img {
    max-width: 50%;
    height: auto;
}

.formguide label {
    font-weight: bold;
}

.custom-header {
    display:flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    background-color:#008DB1;
    left: 0;
    top: 0;
}
hr {
    margin: 2rem 0 !important;
}

.content h4{ 
    font-weight: 700;
    font-size: 22px;
    color: var(--h4-color);
    margin-bottom: 0;
}
.content .entete {
    margin-bottom: 0.5rem;
}
.content .paragraph{
    margin-top: 20px;
}
p {
    font-size: 18px !important;
}

.form-group {
    display: flex;
    gap: 20px;
    width: 20%;
    margin-bottom: 0.5rem;
}
.logoMDPH{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vert{
  --button-background-color: #4A7F3B;
  --h4-color: #4A7F3B;
}
.blue {
    --button-background-color: #25375E;
    --h4-color: #25375E;
}

.paragraph {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.paragraph-text {
    flex: 1;
}
.paragraph-img {
    /* width: 120px; */
    min-width: 120px;
    max-width: 240px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-btn-border-color);
}
.paragraph-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1550px) {
    .custom-container {
        max-width: 1000px;
    }
    hr {
        margin: 1rem 0 !important;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 16px !important;
    }
    .content .paragraph{
        margin-top: 10px;
    }
    /* .btn-primary{
        width: 30%;
    } */
}
@media (max-width: 650px) {
    /* form{
        display:flex; 
        gap: 20px;
    } */
    .form-group {
        margin-bottom: 0;
        width:100%
    } 
    .paragraph {
        gap: 10px;
    }
    .paragraph-img {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
    }
}
@media (max-width: 400px){
    .content{
        margin-top: 0;
    }
}