@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@700&family=Ubuntu:ital,wght@0,400;0,500;1,400&display=swap');
@import url('https://fonts.cdnfonts.com/css/arthas');
.presentation {
    background-size: cover;
    background-blend-mode: color;
    background-color: rgba(26, 74, 148, 0.46);
    background-image: linear-gradient(rgba(67, 170, 177, 0.94), rgba(67, 170, 177, 0.94)), url('../../img/presentation/img4.JPG');
    height: fit-content;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fbfbfb;
}

@media screen and (max-width: 400px) {
    .presentation {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 800px) {
    .presentation {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.presentation .nom {
    position: relative;
    top: -15px;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 3px;
    padding-left: 40px;
    padding-right: 40px;
}

.presentation .devise {
    position: relative;
    top: -12px;
    font-family: sans-serif;
    font-size: 16x;
    font-weight: bold;
    letter-spacing: 1.1px;
}

.presentation .texte-bord {
    margin-top: 35px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    align-self: center;
    width: 78%;
    height: 100%;
    color: rgb(255, 255, 255);
}

.presentation .texte-bord span.line {
    position: relative;
    top: 8%;
    margin-right: 19px;
    background: linear-gradient(to bottom, rgba(0, 254, 123, 1.0), rgba(0, 183, 249, 1.0));
    border-radius: 100px;
    min-width: 4.5px;
    min-height: 84%;
}

.presentation .texte-bord span.texte {
    text-align: center;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    line-height: 25px;
}

.presentation span.lang {
    margin-top: 40px;
}

.presentation span a {
    color: rgba(255, 255, 255, 0.96);
    font-family: sans-serif;
    font-weight: 100;
    font-size: 18px;
    margin-left: 3px;
    margin-right: 6px;
    line-height: 30px;
}

.presentation span button {
    height: 48px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px whitesmoke;
    color: whitesmoke;
    font-size: 18px;
    letter-spacing: 1.5px;
    transition: 0.5s;
}

.presentation span button:hover {
    cursor: pointer;
    background-color: whitesmoke;
    color: rgba(14, 13, 13, 0.959);
    transition: 0.5s;
}


/* -------- FONT-SIZE et WIDTH BUTTON -------- */

@media screen and (max-width: 800px) {
    .presentation .nom {
        font-size: 34px;
    }
    .presentation .texte-bord span.texte {
        font-size: 13px;
        line-height: 20px;
    }
    .presentation .devise {
        font-size: 13px;
    }
    .presentation span button {
        width: 210px;
        font-size: 16px;
        height: 45px;
    }
    .raisons .voyager a.go {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .presentation .nom {
        font-size: 32px;
    }
    .presentation .texte-bord span.texte {
        font-size: 10px;
        line-height: 17px;
    }
    .presentation .devise {
        font-size: 11px;
    }
    .presentation span button {
        width: 180px;
        font-size: 15px;
        height: 41px;
    }
    .raisons .voyager a.go {
        font-size: 13px;
    }
}

.slide-show {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    background: rgba(255, 255, 255, 0.95);
}


/*------------------------------------------- MADAGASCAR INFORMATIONS ------------------------------------------- */

.madagascar-infos {
    display: flex;
    flex-wrap: inherit;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 28px;
    padding-bottom: 40px;
}

.madagascar-infos div {
    display: flex;
    justify-content: center;
    width: 49%;
    min-width: 275px;
    max-width: 450px;
}

.madagascar-infos div img {
    width: 60%;
    height: 75%;
    margin-top: 10%;
    margin-bottom: 10%;
    min-width: 160px;
}

.infosmada {
    display: flex;
    justify-content: center;
    align-items: center;
}

.infosmada .container {
    border: 3px solid rgb(19, 19, 19);
    border-radius: 2px;
    height: 65%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    color: rgb(61, 61, 61);
    font-family: 'Segoe UI', Verdana, Tahoma, sans-serif;
    font-size: 15px;
    text-align: center;
    transform: rotate(-5deg);
}

.container h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.container b {
    margin-right: 5px;
}

.container p {
    margin-bottom: 2px;
}

@media screen and (max-width: 800px) {
    .content {
        position: relative;
        color: rgba(255, 255, 255, 1.0);
        font-family: Verdana, Tahoma, sans-serif;
        font-size: 13px;
        text-align: center;
    }
}

body::before {
    content: '';
    position: absolute;
    top: 135%;
    left: -125px;
    width: 50%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(8, 149, 201, 1.0), rgb(27, 142, 184));
    clip-path: circle(30%);
}

.slide-show div img {
    width: 80%;
    transition: 0.2s;
    opacity: 0.95;
}

.madagascar-presentation {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-self: center;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(236, 236, 236, 0.932);
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-top: 45px;
    background: rgba(255, 255, 255, 0.281);
    backdrop-filter: blur(2px);
    border-bottom: 4px rgba(107, 107, 107, 0.11) groove;
    border-bottom-style: ridge;
}

.madagascar-presentation h2 {
    margin-bottom: 25px;
    font-family: 'Mulish', 'Ubuntu', Arial, Helvetica, sans-serif;
    color: rgba(4, 14, 39, 0.952);
}

.madagascar-presentation span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.madagascar-presentation span p {
    width: 75%;
    font-size: 15px;
    font-family: 'Ubuntu', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
    color: rgb(41, 41, 41);
    text-align: justify;
    line-height: 24px;
}

.madagascar-presentation span p::first-letter {
    color: rgb(18, 236, 135);
    font-size: 25px;
}

@media screen and (max-width: 800px) {
    .madagascar-presentation span p {
        font-size: 12px;
    }
    .madagascar-presentation span p::first-letter {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .madagascar-presentation span p {
        font-size: 11px;
    }
    .madagascar-presentation span p::first-letter {
        font-size: 16px;
        line-height: 21px;
    }
}


/*----------------- 7 RAISONS -----------------*/

.raisons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

.raisons h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 36px;
    font-family: 'Mulish', 'Ubuntu', Arial, Helvetica, sans-serif;
    font-weight: 1;
    color: rgba(4, 14, 39, 0.952);
}

.raisons div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.raisons .sept-elements {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.raisons .sept-elements div {
    width: 220px;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 22px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    border-right: 2px solid rgba(214, 214, 214, 0.507);
    font-family: rubik, sans-serif, verdana;
    font-size: 18px;
    line-height: 1.2em;
    color: rgba(4, 14, 39, 0.69);
}

.raisons .sept-elements div:nth-child(7) {
    border-right: none;
}

.raisons .sept-elements div span img {
    width: 70px;
    height: 70px;
}

.raisons .sept-elements div span {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 75px;
}

.raisons .voyager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgb(41, 41, 41);
}

.raisons .voyager span {
    margin-top: 18px;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

.raisons .voyager span button {
    background-color: rgb(5, 43, 78);
    color: rgb(255, 255, 255);
    border: none;
    height: 35px;
    padding-left: 14px;
    padding-right: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.raisons .voyager span button:hover {
    cursor: pointer;
    filter: grayscale(28%);
    transition: 0.5s;
}

.raisons .voyager a.go {
    font-size: 28px;
    color: rgb(65, 65, 65);
    font-family: 'arthas', arthas, sans-serif, Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (max-width: 800px) {
    .raisons .voyager a.go {
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .raisons .sept-elements div span img {
        width: 40px;
        height: 40px;
    }
    .raisons .sept-elements div {
        width: 230px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 8px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid rgb(221, 221, 221);
        font-size: 14px;
    }
    .raisons .sept-elements div span {
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
        text-align: left;
        align-items: center;
        height: inherit;
        min-height: 55px;
    }
    .raisons .sept-elements div span a {
        padding-left: 10px;
    }
    .raisons .voyager span {
        font-size: 12px;
    }
    .raisons .voyager span button {
        height: 32px;
        padding-left: 8px;
        padding-right: 8px;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
    }
    .raisons .voyager a.go {
        font-size: 14px;
    }
}


/* FEEDBACK */

div.feedback {
    width: 100%;
    background-color: rgb(73, 57, 43);
    padding-bottom: 25px;
}

.feedback h3 {
    margin-top: 35px;
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    font-weight: 1;
    color: rgb(255, 255, 255);
}

.feedback div.all-feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 10px;
    padding-right: 10px;
}

.feedback div.all-feedback::-webkit-scrollbar {
    display: none;
}

.all-feedback div.bloc {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 24px;
    margin-right: 24px;
    width: 23%;
    min-width: 185px;
    background-color: rgba(65, 50, 37, 0.945);
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(36, 32, 28, 0.973);
}

.feedback div.bloc {
    min-width: 265px;
    max-width: 265px;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.feedback .dummy-quote {
    height: 50px;
    width: 100%;
    padding-left: 10%;
}

.feedback .dummy-quote::before {
    margin-right: auto;
    padding-right: 10px;
    padding-bottom: 8px;
    position: relative;
    left: -30px;
    content: '«»';
    letter-spacing: 5px;
    font-size: 38px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
    color: rgb(129, 79, 49);
    width: 50px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 7px;
}

.feedback .bloc .comment {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Ubuntu', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(255, 255, 255, 0.87);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.185);
}

.feedback .infos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-content: center;
}

.feedback img.photo {
    margin-right: 3%;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.911);
    border-radius: 50px;
    opacity: 0.9;
}

.feedback .clients {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.932);
    font-family: sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.feedback .feedback-arrows {
    position: relative;
    top: -105px;
}


/* ------------------------ NEWSLETTER ------------------------*/

div.newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 220px;
    background-color: rgb(11, 123, 151);
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.newsletter form {
    width: 80%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 55px dotted rgb(13, 144, 177);
}

div.newsletter h3 {
    width: 80%;
    margin-bottom: 15px;
    font-family: arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: whitesmoke;
}

div.newsletter div {
    margin-top: 3px;
    margin-bottom: 12px;
    width: 80%;
    display: flex;
    flex-direction: row;
}

div.newsletter input[type="text"] {
    padding-left: 9px;
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    background-color: rgba(245, 245, 245, 0);
    border: 1.5px solid whitesmoke;
    border-radius: 20px;
}

div.newsletter input[type="text"]:hover,
div.newsletter input[type="text"]:focus,
div.newsletter input[type="text"]:active {
    outline: none;
    transition: 0.3s;
}

div.newsletter input[type="text"].nom {
    width: 55%;
}

div.newsletter input[type="text"].prenom {
    width: 38%;
    margin-left: 2%;
}

div.newsletter input[type="text"].email {
    width: 80%;
}

div.newsletter input[type="submit"] {
    width: 20%;
    position: relative;
    left: -15px;
    background-color: whitesmoke;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: rgb(10, 112, 138);
    font-size: 13px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    transition: 0.3s;
}

div.newsletter input[type="submit"]:hover {
    cursor: pointer;
    background-color: rgb(224, 224, 224);
    transition: 0.3s;
}


/* MEDIA */

@media screen and (max-width: 550px) {
    .propositions div {
        transform: scale(0.85);
        margin-bottom: 10px !important;
    }
    .madagascar-presentation {
        display: flex;
        z-index: 1;
        flex-direction: column;
        align-self: center;
        text-align: center;
        box-shadow: 0px 0px 3px 0px rgba(236, 236, 236, 0.932);
        padding-top: 28px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .raisons .sept-elements div span img {
        margin-right: 5px;
    }
    h2 {
        font-size: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
    div.newsletter form {
        width: 90%;
        border-left: none;
    }
    div.newsletter h3 {
        font-size: 13px;
    }
    div.newsletter input {
        font-size: 11px;
    }
    div.newsletter {
        font-size: 12px;
    }
    div.email-submit {
        display: flex;
        flex-direction: column !important;
    }
    div.newsletter input[type="text"].email {
        width: 95%;
    }
    div.newsletter input[type="submit"] {
        position: initial;
        margin-top: 13px !important;
        height: 35px;
        width: 40% !important;
        border-radius: 20px !important;
        font-size: 11px;
    }
    .all-feedback div.bloc {
        width: 80%;
        margin-bottom: 0px;
    }
    .feedback div.all-feedback {}
}

@media screen and (min-width: 480px) {
    h2 {
        font-size: 20px;
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media screen and (min-width: 800px) {
    h2 {
        font-size: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

.iframe-container {
    position: relative;
    width: 75%;
    padding-bottom: 56.25%;
    height: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-bottom: 60px;
    margin-top: 10px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}