@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Doodle+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900");

.text-style {
    margin-top: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.text-style1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.formulaire {
    margin: 2% 8% 5% 8%;
    border: none;
    box-shadow: 2px 3px 8px hsl(236, 50%, 50%, 0.2);
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    color: black;
}

.myStyle {
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    border-radius: 12px;
}
.myStyle1 {
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    border-radius: 12px;
    height: 100px;
}

.labelStyle {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.check {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.send {
    padding: 1% 5% 1% 5%;
    border: none;
    box-shadow: 0.4rem 0.4rem 2.4rem 0.2rem hsla(236, 50%, 50%, 0.3);
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    transition: 0.3s;
}
.send:hover,
.send:focus {
    transform: translateY(-0.2rem);
    box-shadow: 0 0 4.4rem 0.2rem hsla(236, 50%, 50%, 0.4);
}
.send1 {
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: white;
}
.local {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #cccccc;
    margin-bottom: 10px;
}
.formulaire1 {
    margin-top: 2%;
    margin-bottom: 5%;

    border: none;
    box-shadow: 2px 3px 8px hsl(236, 50%, 50%, 0.2);
    width: 80%;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}
.logo1 {
    border-radius: 10px;
    width: 80%;
}
.formulaire1 ul li a {
    color: black;
}

.media {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding-top: 1.6%;
    padding-left: 8px;
}

.svg-inline--fa {
    vertical-align: -0.2em;
}

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-whatsapp,
.fa-youtube,
.fa-instagram {
    font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #000;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.whatsapp {
    background: green;
}

.rounded-social-buttons .social-button.whatsapp:hover,
.rounded-social-buttons .social-button.whatsapp:focus {
    color: green;
    background: #fefefe;
    border-color: green;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #e201db;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #e201db;
    background: #fefefe;
    border-color: #e201db;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
}

.iconsColor {
    text-shadow: 5px 3px 4px rgba(0, 0, 0, 0.5);
}

.iconsColor:hover {
    color: white;
}

.formulaire2 {
    margin-top: 2%;
    margin-bottom: 5%;
    border: none;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
}
.formulaire3 {
    margin-top: 2%;
    margin-bottom: 3%;
    background: linear-gradient(
        to right bottom,
        hsl(0deg 0% 87.61%),
        hsl(0deg 0% 100%)
    );
    border: none;
    box-shadow: 2px 4px 8px hsla(236, 50%, 50%, 0.2);
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}
.formulaire4 {
    margin-top: 2%;
    margin-bottom: 3%;
    background: linear-gradient(
        to right bottom,
        hsl(0, 0%, 92%),
        hsl(194, 20%, 79%)
    );
    border: none;
    box-shadow: 2px 4px 8px hsla(236, 50%, 50%, 0.2);
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}
.formulaire3 form input {
    background: linear-gradient(
        to right bottom,
        hsl(234, 100%, 96%),
        hsl(195, 100%, 95%)
    );
}
.formulaire3 ul li a {
    color: black;
}
.formulaire2::after {
    content: "";
    display: block;
    clear: both;
}
.monImg {
    width: 35%;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    shape-outside: margin-box;
    margin-right: 3%;
    margin-left: 5%;
}

h4,
h6 {
    font-family: "Roboto", serif;
}
.desc {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
}

.titre {
    text-shadow: none;
    margin-top: 0%;
    text-align: left;
}

.newletter {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.newletter1 {
    border-radius: 10px 0px 0px 10px;
}
.newletter2 {
    border: none;
    border-radius: 0px 10px 10px 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    width: 45%;
}
.ticker {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    height: 20%;
    padding-bottom: 2%;
    border-radius: 8%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
}
.news {
    width: 90%;
    padding: 0 2%;
    height: 20%;
    border-radius: 0px 10px 10px 0px;
    color: black;
}
.title {
    width: 10%;
    height: 43px;
    color: red;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title h5 {
    margin: 8%;
}
.news marquee {
    margin-top: 12px;
}
.news-content p {
    margin-right: 41px;
    display: inline;
}

.next {
    padding: 1% 5% 1% 5%;
    font-weight: bold;
    border-radius: 30px;
    color: white;
    background-color: #007bb5;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}

/*test js*/

#box {
    background-color: rgb(40 40 190 / 100%);
    border: 4px solid rgb(20 20 120);
    transition: background-color 1s, border 1s;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-right: 10px;
}

.vertical {
    color: white;
    font: 32px "Arial";
}

[class*="reveal-"] {
    opacity: 0;
    transform: translateY(40px);
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s cubic-bezier(0.52, 0.56, 0.52, 0.56);
}

.reveal-1 {
    transition: 600ms;
}
.reveal-2 {
    transition: 1s;
}
.reveal-3 {
    transition: 1.4s;
}
.doc {
    font-family: Georgia, "Times New Roman", Times, serif;
}
