/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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&display=swap'); */
/* general */
@font-face{
    font-family: Poppins;
    src: url(media/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face{
    font-family: Oswald;
    src: url(media/fonts/Oswald/Oswald-Regular.ttf);
}


html {
  height: 100%;
}

body {
    background-color: #E0BBFF;
    background-image: url('media/background_pattern.png');
    background-repeat: repeat;
    min-height: 100%;
    font-size: 16px;
}

body, body * {
    font-family: Poppins;
    color: #1B0826;
    margin: 0;
}

body#social_body{
    background-image: url('media/backgroud_split.png');
}

body a{
    text-decoration: none;
}

/* a:link{
    color: #df3994;
} */

a:hover, a:hover *{
    color: #8039DF;
}

/* a:visited {
    color: inherit;
} */

h2{
    text-transform: uppercase;
    font-size: 64px;
    font-family: Oswald;
}

h3{
    text-transform: uppercase;
    font-size: 38px;
    font-family: Oswald;
}

.font_bold{
    font-weight: 700;
}

/* header */
header{
    background-color: #1B0826;
    padding: 6px 20px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

header nav {
    display: flex;
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 20px;
}

header a{
    color: #fff;
    float: left;
    display: flex;
    text-transform: uppercase;
    /* display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px; */
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/* @media screen and (max-width: 600px) {
  .header a:not(:first-child) {display: none;}
  .header a.icon {
    float: right;
    display: block;
  }
} */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/* @media screen and (max-width: 600px) {
  .header.responsive {position: relative;}
  .header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} */

header a *{
    color: #fff;
}

header a img {
    height: 68px;
}

.button_header{
    border: solid;
    border-color:#fff;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #fff;
    color:#1B0826;
    font-weight: 600;
}

main{
    margin: 28px;
    position: relative;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


main .chips {
    background-color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 6px 22px;
    border-radius: 100px;
    border-style: solid;
    border-width: 2px;
    border-color: #1B0826;
    text-transform: uppercase;
    font-weight: 600;
}

main .chips .logo_simple{
    display: flex;
    align-items: center;
    background-color: #1B0826;
    border-radius: 100px;
    padding: 10px;
    margin-right: 20px;

}

main .chips .logo_simple img{
    height: 24px;
}

main .chips i{
    margin-right: 20px;
}

main#index_main #head_content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

main .content{
    background-color: #fff;
    border-radius: 16px;
    padding: 28px;
    font-size: 24px;
    width: 70%;
}

/*social.html*/
main #socialContent{
    display: flex;
}

main #reseaux_principaux{ 
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

main img#logo_index{
    height: 220px;
}

main .split_content{
    /* margin: 20px 40px 20px 20px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.split_content#content_socialVAL{
    margin-right: 20px;
}

.split_content#content_socialLOL{
    margin-left: 20px;
}

/* .split_content h3{
    margin-bottom: 60px;
} */

.social_duo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.multiple_social{
    display: flex;
    justify-content: center;
    gap: 32px;
}

.social_legende{
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

/* contact.html */

form{
    display: flex;
    flex-direction: column;
    width: 70%;
}

form .form_bloc{
    width: 70%;
    margin: 6px 0;
}

form .form_labelinput{
    display: flex;
    flex-direction: column;
}

form .form_duo{
    display: flex;
    gap: 20px;
}

label{
    font-size: 16px;
}

input{
    border-color: #1B0826;
    border-radius: 6px;
    padding: 6px;
}

.button{
    border: 2px solid #8039DF;
    border-radius: 6px;
    padding: 4px 12px;
    background-color: #8039DF;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

form .button{
    margin-top: 20px;
}

textarea{
    resize: none;
    border: 2px solid #1B0826;
    border-radius: 6px;
    padding: 6px;
    height: 200px;
    width: 150%;
}

/* footer */

footer {
    background-color: #1B0826;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

footer *{
    color:#fff;
    padding: 10px 12px;
}

footer #footer_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #footer_ending{
    font-size: 12px;
    border-top: solid;
    border-width: 1px;
}

footer img{
    height: 60px;
}