/* MAIN PAGE */
@font-face {
    font-family: 'ArchivoNarrow';
    src: url('../med/archivo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
;
}

body {
    background-color: #ff06f9;
    background-image: url('<?php echo getRandomBackgroundImage("med/bgsite/"); ?>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 95%;
    margin: 0;
}

.pattern-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 614px;
    background-image: url('../med/bg_pat1.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: -2;
}

.mainlogo-container {
	flex: 1;
    min-width: 300px;
    text-align: center;
    width: 60%;
    height: 60%;
}

.mainlogo-container img {
	image-rendering: pixelated;
}




/* MENU BAR */
.navbar {
    background-color: #000;
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 100%;
}

@font-face {
    font-family: 'ArchivoNarrow';
    src: url('../med/archivo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar a {
    font-family: 'ArchivoNarrow', sans-serif;
    src: url('../med/archivo.ttf') format('truetype');
    float: right;
    display: block;
    color: white;
    text-align: bottom;
    padding: 0px 7px;
    text-decoration: none;
    font-size: 15px;
}

.navbar a:hover {
    background-color: #1aa8fa;
    color: black;
    height: 100%;
}



.logo-img {
    width: 108px;
    height: 45px;
    margin-right: 10px;
}

.navbar a:first-child {
    float: left;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

/* LANDING */
.content-container {
    margin: 20px;
    z-index: 1;
    min-height: 500px;
}

/* STYLE POUR LE FORMULAIRE */
h2 {
    font-family: 'ArchivoNarrow', sans-serif;
    src: url('../med/archivo.ttf') format('truetype');
    text-decoration: none;
    color : black;
    font-size: 25px;
    text-align: left;
    z-index: 1;
}

h3 {
	font-family: 'ArchivoNarrow', sans-serif;
    src: url('../med/archivo.ttf') format('truetype');
	font-size: 20px;
	letter-spacing: 1px;
	word-spacing: -1px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), -2px 0px 12px rgba(249,13,224,0.97);
}

button[type="submit"] {
    font-family: 'ArchivoNarrow', sans-serif;
    src: url('../med/archivo.ttf') format('truetype');
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: -1px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    font-variant: small-caps;
    text-transform: uppercase;
}

form {
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 1;
}

label {
    margin-bottom: 5px;
    z-index: 1;
}

input, button {
    padding: 10px;
    margin-bottom: 5px;
    z-index: 1;
}

button {
    background-color: #333;
    color: white;
    cursor: pointer;
    z-index: 1;
}
/* CONTAINER LOGOS CONTACT FORM */

.black-logo {
    filter: brightness(0%) invert(100%);
}

.logo-container {
	max-width: 35px;
	margin: 0 auto;
}

.social-links {
			display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            margin-top: 10px;
        }
        
.social-links a {
	margin-bottom: 10px; /* Ajoutez une marge entre les logos */
        }
        
.social-links img {
			height: 58px;
            margin-right: 10px;
            cursor: pointer;
        }

/* PRESSKIT SHIT */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}
/* formulaire contact*/
.content-container {
    flex: 1;
    width: 30%;
    min-width: 400px;
    padding: 20px;
    margin: 20px auto;

}

.center-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.presskit-title {
    font-family: 'ArchivoNarrow', sans-serif;
        src: url('../med/archivo.ttf') format('truetype');
    text-decoration: none;
    font-color : black;
    font-size: 20px;
    text-align: left;
    z-index: 1;
}

.presskit-section {
    margin-bottom: 40px;
}

@font-face {
  font-family: 'ArchivoNarrow', sans-serif;
  src: url('../med/archivo.ttf') format('truetype');
}

@font-face {
  font-family: 'ArchivoNarrow', sans-serif;
  src: url('../med/archivo_reg.ttf') format('truetype');
}

.section-title {
  font-family: 'ArchivoNarrow';
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: -1px;
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-variant: small-caps;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), -2px 0px 12px rgba(249,13,224,0.97);
  text-align: left;
  z-index: 1;
}



h4.font-archivo {
    font-family: 'ArchivoNarrow', sans-serif;
    src: url('../med/archivo_reg.ttf') format('truetype');
    text-decoration: none;
    color: #f1f2f4;
    font-size: 17px;
    text-align: left;
    z-index: 1;
    background: rgba(255,6,249,0.45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 5px; /* Ajout du padding interne de 5px */
}

h4.font-archivo a:hover {
    color: white; /* Couleur du texte pendant le hover */
    background-color: #1aa8fa; /* Fond pendant le hover */
}

h4.font-archivo a {
    text-decoration: none;
    color: white; /* Couleur par défaut du texte */
    border-bottom: 1px dotted white; /* Soulignement en pointillés */
    transition: color 0.3s, border-bottom 0.3s; /* Ajoute une transition fluide pour la couleur du texte et le soulignement pendant le hover */
}


p:first-of-type::first-letter {
    color: #1aa8fa; /* Couleur de la première lettre */
    font-size: 2em; /* Taille de la première lettre, ajustez selon vos préférences */
    float: left; /* Pour déplacer la première lettre à gauche et créer le drop capital */
    margin-right: 5px; /* Ajoute une marge à droite pour séparer la première lettre du reste du texte */
}

p {
    line-height: 1; /* Ajustez la hauteur de ligne selon vos préférences */
}

.section-content {
    color: #666;
}

.wrapper {
    display: flex;
}

.sidepanel {
    width: 200px;
    background-color: #f0f0f0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
}
