html {
    font-size: 14px;
}

@font-face {
    font-family: desdemona;
    src: url('../font/desdemon.ttf');
}

.logo > a > h1 {
     font-family: desdemona;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    font-size: 1.2em;
}

.content {
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
}

.containerBody>main>.content>p {
    text-align: justify;
}

.container>.pb-3 {
    position: relative;
    min-height: 150px;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.banner {
    position: relative;
    min-height: 400px;
}

.banner>.img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.banner>.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner>.overlay>.logo {
    text-align: center;
}

.banner>.overlay>.logo>a {
    text-decoration: none;
    color: white;
}

.banner>.overlay>.logo>a>* {
    display: inline;
    text-align: center;
    font-size: 3.5rem;
}

.banner>.overlay>.logo>a>p {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
}

body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer {
    padding-bottom: 1%;
    width: 100%;
    line-height: 60px;
    background-color: rgb(156, 156, 156);
}

.footer>.container {
    color: white;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
}

.footer>.container>div {
    width: 32%;
    line-height: 20px;
    vertical-align: top;
    text-align: center;
}

.footer>.container>.phone>p>a {
    color: white;

}

.footer>.container>div>p {
    word-break: break-word;
}

body {
    margin-bottom: 0px;
}

.containerBody {
    padding: 0;
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
}

.bienvenue {
    margin: 2% auto;
    text-align: center;
}

.about {
    text-align: left;
    display: inline;
}

.about>.aboutData {
    margin-left: 2%;
    display: inline-block;
}

.right {
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-Top: 2%;
    margin-bottom: 2%;
}

h3 {
    margin-top: 5%;
}

.andragosImage {
    text-align: center;
    width: auto;
    margin-bottom: 2%;
}

.egogramme {
    width: 100%;
}

.egogramme .firstColumn {
    width: 80%;
}

.egogramme .secondColumn {
    width: 20%;
}

.egogramme th {
    height: 50px;
    margin-bottom: 2%;
}

.egogramme tr {
    height: 50px;
    margin-bottom: 2%;
    border-bottom: black 1px solid;
}

.egogramme td {
    padding-right: 2%;
    text-align: justify;
}

#Chart {
    height: 400px;
}

.ValidateButton {
    margin-top: 3%;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: black;
    border: none;
    font-size: 20px;
    background: #eecb1b;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.ValidateButton:hover {
    background: #9d9d9c;
    text-decoration: none;
}

.right>img {
    display: inline;
}

.right>.rightData {
    width: 66%;
    margin-left: 2%;
    margin-right: 1%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.right>.rightData>a>img {
    display: block;
    margin: auto;
}

.right>.rightData>h3>a {
    color: black;
}

.right>.rightData>p {
    word-break: break-word;
    text-align: justify;
}

.left {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.left>img {
    display: inline;
}

.left>.leftData {
    width: 66%;
    margin-left: 2%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.left>.leftData>a>img {
    display: block;
    margin: auto;
}

.left>.leftData>h3>a {
    color: black;
}

.left>.leftData>p {
    word-break: break-word;
    text-align: justify;
}

.testLink {
    text-align: center;
}

.infos {
    line-height: 0;
    display: block;
    text-align: center;
}

.lastUpdated {
    font-size: 12px;
    color: black;
    padding: 0%;
    margin-bottom: 0;
}

.createdBy {
    text-align: right;
    font-size: 12px;
    color: black;
    padding: 0%;
    margin-bottom: 0;
}

.clientMessage {
    background-color: rgba(156, 156, 156, 0.1);
    margin: 20px;
    border-radius: 10px;
}

.clientMessage>.clientText {
    width: 87%;
    display: inline-block;
    margin: 2%;
    text-align: justify;
}

.formateurs1Img {
    text-align: center;
}

.formateurs2Img>div {
    text-align: center;
    display: inline;
}

.formateurs2Img>div>img {
    display: inline;
    width: 300px;
}

.formateurs2Img>ul {
    display: inline-block;
    vertical-align: middle;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 400px;
}

div.gallery img {
    width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}

.result {
    margin-top:2%;
}

@media (max-width: 768px) {
    .banner {
        position: relative;
        min-height: 200px;
    }

    .banner>.img-wrapper {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }


    .banner>.overlay {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner>.overlay>.logo {
        text-align: center;
    }

    .banner>.overlay>.logo>a {
        text-decoration: none;
        color: white;
    }

    .banner>.overlay>.logo>a>* {
        display: inline;
        text-align: center;
        font-size: 1.5rem;
    }

    .banner>.overlay>.logo>a>p {
        display: block;
        text-align: center;
        font-style: italic;
        font-size: 1rem;
    }

    .andragosImage {
        text-align: center;
    }

    .andragosImage>img {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .egogramme {
        width: 100%;
    }

    .egogramme .firstColumn {
        width: 60%;
    }

    .egogramme .secondColumn {
        width: 30%;
    }

    .ValidateButton {
        margin-top: 5%;
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        font-family: Arial;
        border: none;
        color: #000000;
        font-size: 20px;
        background: #eecb1b;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

    .ValidateButton:hover {
        background: #9d9d9c;
        text-decoration: none;
    }

    .index {
        margin: 2% 5% 2% 2%;
    }

    .mobileTitle {
        white-space: nowrap;
    }


    .right {
        text-align: right;
        width: 100%;
        display: inline-block;
    }

    .right>img {
        display: none;
    }

    .right>.rightData {
        width: 100%;
        margin-left: 2%;
        margin-right: 1%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .right>.rightData>a>img {
        display: block;
        margin: auto;
        width: 50%;
    }

    .right>.rightData>h3>a {
        color: black;
    }

    .right>.rightData>p {
        word-break: break-word;
        text-align: justify;
    }

    .left {
        text-align: left;
        width: 100%;
        display: inline-block;
    }

    .left>img {
        display: inline;
    }

    .left>.leftData {
        width: 100%;
        margin-left: 2%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .left>.leftData>a>img {
        display: block;
        margin: auto;
        width: 50%;
    }

    .left>.leftData>h3>a {
        color: black;
    }

    .left>.leftData>p {
        word-break: break-word;
        text-align: justify;
    }

    .footer {
        width: 100%;
        line-height: 60px;
        background-color: rgb(156, 156, 156);
    }

    .footer>.container {
        color: white;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: left;
    }

    .footer>.container>div {
        width: 100%;
        line-height: 20px;
        vertical-align: top;
        text-align: center;
    }

    .footer>.container>.phone>p>a {
        color: white;

    }

    .footer>.container>div>p {
        word-break: break-word;
    }

    .infos {
        line-height: 12px;
        text-align: center;
    }

    .lastUpdated {
        font-size: 12px;
        display: block;
        color: black;
    }

    .createdBy {
        text-align: center;
        font-size: 12px;
        color: black;
        padding: 0%;
        margin-bottom: 0;
    }

    .formateurs2Img>div>img {
        display: none;
        width: 300px;
    }

    div.gallery {
        margin: 5px;
        border: 1px solid #ccc;
        display: inline-block;
        width: 100%;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }
}