|
@@ -1,35 +1,174 @@
|
|
|
+body {
|
|
|
+ width: 300px;
|
|
|
+ margin: 0 auto;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ font-family: Universalis ADF Std, sans-serif;
|
|
|
+}
|
|
|
+h1, h2, h3, h5{
|
|
|
+ font-family: Millimetre, sans-serif;
|
|
|
+}
|
|
|
+h1, h5, h6{
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
img{
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
}
|
|
|
+ul{
|
|
|
+ padding:0;
|
|
|
+ }
|
|
|
+li {
|
|
|
+ list-style-type:none;
|
|
|
+}
|
|
|
+a, a:hover{
|
|
|
+ color: black;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
|
|
|
-footer img{
|
|
|
- width: 50px;
|
|
|
- height: auto;
|
|
|
+.titre_page, .titre {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+ align-items: center;
|
|
|
+ border: 8px solid blue;
|
|
|
+ transform: rotate(-10deg);
|
|
|
+ padding: 1%;
|
|
|
+ width: 30%;
|
|
|
+ background-color: white;
|
|
|
+ margin: 4% 0 8% -20%;
|
|
|
}
|
|
|
-footer li {
|
|
|
- list-style-type:none;
|
|
|
+
|
|
|
+.titre_1{
|
|
|
+ margin-top:1em;
|
|
|
}
|
|
|
|
|
|
-.sidebar_left {
|
|
|
- background-color: pink;
|
|
|
+.next_edition{
|
|
|
+ font-style: italic;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+.sidebar_left .title, .__organisation .title {
|
|
|
+ color: blue;
|
|
|
+ text-align: center;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+.sidebar_left .__content, .sider_left_form, .__organisation .__item {
|
|
|
+ border: 8px solid blue;
|
|
|
+ padding: 1em;
|
|
|
}
|
|
|
.tableau_engagements {
|
|
|
- background-color: green;
|
|
|
+ margin-top : 10%;
|
|
|
}
|
|
|
.tableau_engagements div{
|
|
|
- background-color: red;
|
|
|
+ margin-top : 5%;
|
|
|
+ padding-left: 5%;
|
|
|
+}
|
|
|
+
|
|
|
+/*sections page accueil*/
|
|
|
+.colonne_section .wrap_content {
|
|
|
+ border: 8px solid blue;
|
|
|
+ padding: 1em;
|
|
|
+}
|
|
|
+.colonne_section h3{
|
|
|
+ color: blue;
|
|
|
+ text-transform: uppercase;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+}
|
|
|
+.video iframe {
|
|
|
+ width: 100vh;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+/*fin sections page accueil*/
|
|
|
+
|
|
|
+/*page évent*/
|
|
|
+.partager img {
|
|
|
+ width: 50px;
|
|
|
+ height: auto;
|
|
|
+ margin-right: 2%;
|
|
|
+}
|
|
|
+.post-type img {
|
|
|
+ object-fit: cover;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.tarif, .partager, .inscription {
|
|
|
+ margin-top: 4%;
|
|
|
}
|
|
|
+/*fin page event*/
|
|
|
|
|
|
-/* .tableau_engagements > div{
|
|
|
- display: inline-block;
|
|
|
-} */
|
|
|
+/*privatiser l'espace*/
|
|
|
.legendes{
|
|
|
- background-color: pink;
|
|
|
+ background-color: white;
|
|
|
position : absolute;
|
|
|
- bottom: 100px;
|
|
|
+ bottom: 4%;
|
|
|
+ margin-left: 4%;
|
|
|
+ border: 8px solid blue;
|
|
|
+ padding: 1%;
|
|
|
+ padding-top: 2%;
|
|
|
+}
|
|
|
+.__organisation {
|
|
|
+ margin-top: 8%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+/*fin privatiser l'espace*/
|
|
|
+
|
|
|
+/*BOUTONS*/
|
|
|
+.__bouttons{
|
|
|
+ text-align : center;
|
|
|
+}
|
|
|
+.telechargement_plaquette {
|
|
|
+ margin-top: 4%;
|
|
|
+ border: 4px solid black;
|
|
|
+ border-radius: 0%;
|
|
|
+ padding: 1%;
|
|
|
+}
|
|
|
+.__bouttons div {
|
|
|
+ margin-top: 4%;
|
|
|
+ border: 4px solid blue;
|
|
|
+ border-radius: 0%;
|
|
|
+ padding: 1%;
|
|
|
+ background-color: white;
|
|
|
}
|
|
|
|
|
|
+.__bouttons div:hover, .telechargement_plaquette:hover, .bouton_asso:hover {
|
|
|
+ text-decoration-color: white;
|
|
|
+ transform: rotate(-10deg);
|
|
|
+}
|
|
|
+.redirection_page {
|
|
|
+ color: black;
|
|
|
+ text-decoration: underline;
|
|
|
+ border: none;
|
|
|
+ border-radius: 0%;
|
|
|
+}
|
|
|
+.redirection_page:hover {
|
|
|
+ color: black;
|
|
|
+ background-color: grey;
|
|
|
+ text-decoration: underline;
|
|
|
+ border: none;
|
|
|
+ border-radius: 0%;
|
|
|
+}
|
|
|
+/* .tout_voir, .tout_voir:hover {
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ width: 20%;
|
|
|
+}*/
|
|
|
+
|
|
|
+/*FIN BOUTON*/
|
|
|
+footer{
|
|
|
+ background-color: rgba(255, 0, 0, 0.5);
|
|
|
+ width: 100%;
|
|
|
+ padding: 5%;
|
|
|
+ margin: 10% auto 0 auto;
|
|
|
+}
|
|
|
+footer div{
|
|
|
+ margin-right: 1%;
|
|
|
+}
|
|
|
+footer img {
|
|
|
+ width: 50px;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
|
|
|
/* START KEVIN */
|
|
|
header{
|