div.first-bar {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    background-color: #f4f4f4;
}

#logo {
    margin: 10px 10px 10px 10px;
    position: relative;
    left: 150px;
}

div.banniere {
    position: relative;
}

img.ban-img {
    width: 100%;
}


.side-text {
	position:absolute;
	top:100px;
	width:100%;
	color:#3A3C3F;
}
.side-text>div {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.side-text>div>div {
	width:500px;
	text-align:left;
	font-size:18px;
}

@media screen and (max-width: 1000px) {
    .side-text {
        display: none;
    }   
}

a.readmore {
    background-color: salmon;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

a.readmore:hover {
    background-color: #ff6347;
}


.section-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.box-section {
    display: inline-block;
    max-width: 580px;
    padding-left: 85px;
    padding-right: 20px;
    background: no-repeat;
    margin: 40px 10px;
    text-align: justify;
}


#part1 {
    background-image: url('../img/icon1.png');
}

#part2 {
    background-image: url('../img/icon2.png');
}

#part3 {
    background-image: url('../img/icon3.png');
}

#part4 {
    background-image: url('../img/icon4.png');
}

.temoignages {
    background-color: #f4f4f4;
    padding: 20px 0px;
    text-align: center;
    padding:10px 10px;
}

.author {
    border-radius: 50%;
}

.author-name {
    font-size: 150%;
}

footer {
    background-color: #161e2a;
    padding: 10px 0;
    text-align: center;
    display: block;
}

.footer-box {
    margin: 10px 0px 0px 0px;
    text-align: justify;
    max-width: 500px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    position: relative;
    vertical-align: top;
}

.footer-box p {
    color:#b7b4b4;
}

.footer-box h4 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.contact-item {
    display: block;
    max-width: 400px;
    padding: 0px 0px 0px 70px;
    background: no-repeat;
    margin: 10px 20px;
    text-align: justify;
}
#mail {
    background-image: url('../img/mail.png');
}

#phone {
    background-image: url('../img/tel.png');
}

#address {
    background-image: url('../img/adress.png');
}

tbody tr:hover td, tbody tr:hover th{
    background-color:#BBB;
    cursor:pointer;
}

.MyForm600 {
    width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
}

#FormAddPatient {
	display:none;
}

.search-container {
    width: 200px;
    margin-left: auto;
    margin-bottom: 1rem;
}
