* {
    overflow: auto;
}

:root {
    --color1 : blue;
}

body {
    background-color: #8BA1BB;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("IMG/fond.png") no-repeat center center fixed; 
    font-family: Arial;
    position: relative;
}

p.categorie {
    background-color: #000000;
    color: white;
    display: inline-block;
    margin-left: 0px;
	margin-bottom: 0px;
	margin-top: -30px;
    padding: 8px 18px 8px 18px;
	font-weight: bold;
    font-size: 16px;
	bottom: 10px;
}

.adresse-link {
    text-decoration: none;
    color: rgb(31, 31, 161);
}

.adresse {
    font-size: 16px;
    padding-top: 20px;
}

.adresse-name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}

.adresse-tel {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: bold;
}

.presentation {
    text-align: left;
    font-size: 15px;
    vertical-align: top;
}

td.point-bleu {
    color: var(--color1);
    text-align: left;
    width: 10px;
}

td.contenu {
    color: black;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

div.photo {
    background: url(IMG/Moa-web.jpg) no-repeat left/150px;
    height: 200px;
    width: 200px;
}

.float-right {
    float: right;
    margin-bottom: 40px;
    text-align: right;
}

div.languages {
    text-align: right;
    font-size: 17px;
    font-weight: 500;
}

table {
    margin-top: 10px;
    width: 100%;
}

table.sous-partie {
    margin-top: 0px;
    width: 100%;
}

td.position {
    margin-top: 10px;
    width: 50%;
    text-align: left;
    font-weight: bold;
}

td.position2 {
    margin-top: 10px;
    width: 40%;
    text-align: left;
    height: 0px;
}

td.position3 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    line-height: 1;
}

table.contenu {
    margin-top: 0px;
    width: 100%;
}

div.contenu {
    background-color: white;
    margin: 40px 8px 40px 8px;
    padding: 0px 15px 0px 15px;
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.25);
    overflow: visible;
}

p.titre {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

h1 {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

p.description {
    text-align: center;
    max-width: 400px;
    display: inline-block;
    font-size: 1px;
}

.sous-titre {
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
}

.sous-titre2 {
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
}

.centre {
    text-align: center;
    width: 100%;
}

div.categorie {
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: visible;
}

div.separator {
    width: 90%;
    height: 1px;
    background-color: var(--color1);
    margin-left: auto;
    margin-right: auto;
}

div.separator2 {
    width: 90%;
    height: 1px;
    background-color:var(--color1);
    margin-left: auto;
    margin-right: auto;
}

div.separator-red {
    width: 95%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: red;
}

.heart {
    color: red;
}

p.footer {
    text-align: center; 
    margin-bottom: -10px; 
    margin-top: 0px;
    font-size: 10px;
}

.gris {
    color: grey;
    text-align: center; 
    margin-bottom: -20px; 
    margin-top: -10px;
    font-size: 13px;
}

.experimented {
    text-align: center; 
    margin-top: 0px; 
    padding-top: 0px; 
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

.profession {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* style pour ordinateur */
@media only screen and (max-width: 767px) {
    p.titre {
        font-size: 13px;
    }
    
    h1 {
        margin-bottom: 12px;
    }

    .sous-titre {
        font-size: 12px;
    }
    
    .sous-titre2 {
        font-size: 11px;
    }

    p.categorie {
        font-size: 13px;
    }

    table.contenu {
        font-size: 10px;
    }

    .gris {
        font-size: 11px;
    }
    
    div.languages {
        font-size: 10px;
    }
    
    .adresse {
        font-size: 11px;
        padding-top: 15px;
    }
    
    .adresse-name {
        font-size: 12px;
    }
    
    .adresse-tel {
        font-size: 11px;
    }

    .presentation {
        font-size: 11px;
    }

    .experimented {
        font-size: 14px;
    }

    .profession {
        font-size: 15px;
    }

    div.photo {
        background: url(IMG/Moa-web.jpg) no-repeat left/100px;
        height: 150px;
        width: 120px;
    }
}

@media only screen and (min-width: 900px) {
    div.contenu {
        margin-left: auto;
        margin-right: auto;
        width: 767px;
    }
}