|
@@ -40,8 +40,9 @@ a, a:hover{
|
|
color: black;
|
|
color: black;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
-section{
|
|
|
|
|
|
+.section_accueil {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ background-color: pink;
|
|
}
|
|
}
|
|
|
|
|
|
/* START KEVIN */
|
|
/* START KEVIN */
|
|
@@ -62,23 +63,44 @@ section{
|
|
display: block
|
|
display: block
|
|
}
|
|
}
|
|
/* END KEVIN */
|
|
/* END KEVIN */
|
|
-
|
|
|
|
|
|
+.logoLamine {
|
|
|
|
+ position: fixed;
|
|
|
|
+ margin:0 10px 10px 10px;
|
|
|
|
+ width : 200px;
|
|
|
|
+ height: 200px;
|
|
|
|
+}
|
|
|
|
+.rs {
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ margin-right: 80px;
|
|
|
|
+}
|
|
|
|
+.rs img {
|
|
|
|
+ width : 40px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ opacity: 1;
|
|
|
|
+}
|
|
|
|
+.facebook {
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+}
|
|
|
|
+.rs img:hover {
|
|
|
|
+ opacity: 0.6;
|
|
|
|
+}
|
|
.menu-item {
|
|
.menu-item {
|
|
font-family: Millimetre, sans-serif;
|
|
font-family: Millimetre, sans-serif;
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
- /*.nav-main li:first-child {display: none;}
|
|
|
|
- .nav-main li:first-child:hover .menu-item ul {display:block;}*/
|
|
|
|
-
|
|
|
|
|
|
+#nav-main > ul > li > ul {display: none;}
|
|
|
|
+#nav-main > ul > li:first-child:hover > ul {display: block;}
|
|
|
|
|
|
.menu-item a:hover {
|
|
.menu-item a:hover {
|
|
background-color: black;
|
|
background-color: black;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.titre_page, .titre {
|
|
|
|
|
|
+.titre_page, .titre{
|
|
position: absolute;
|
|
position: absolute;
|
|
top: -100px;
|
|
top: -100px;
|
|
left: -70px;
|
|
left: -70px;
|
|
@@ -172,15 +194,7 @@ section{
|
|
background-color: white;
|
|
background-color: white;
|
|
border: 8px solid yellow;
|
|
border: 8px solid yellow;
|
|
}
|
|
}
|
|
- @media screen and (min-width: 200px) and (max-width: 640px) {
|
|
|
|
- .image_sectionasso {
|
|
|
|
- display: none;
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
- .content_asso {
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
/* responsive iframe */
|
|
/* responsive iframe */
|
|
#section_MineVideo .wrapper__content {
|
|
#section_MineVideo .wrapper__content {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -195,7 +209,6 @@ section{
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
/* END KEVIN */
|
|
/* END KEVIN */
|
|
|
|
|
|
.item {
|
|
.item {
|
|
@@ -218,7 +231,7 @@ section{
|
|
}
|
|
}
|
|
|
|
|
|
.colonne_section{
|
|
.colonne_section{
|
|
- margin-top: 4%;
|
|
|
|
|
|
+ margin-top: 10px;
|
|
}
|
|
}
|
|
.colonne_section .wrap_content {
|
|
.colonne_section .wrap_content {
|
|
border: 8px solid blue;
|
|
border: 8px solid blue;
|
|
@@ -230,18 +243,6 @@ section{
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-/* .image_sectionasso {
|
|
|
|
- position: absolute;
|
|
|
|
- width: 500px;
|
|
|
|
-}
|
|
|
|
-.content_asso {
|
|
|
|
- position: relative;
|
|
|
|
- margin: 150px auto auto 200px;
|
|
|
|
- padding: 10px;
|
|
|
|
- background-color: white;
|
|
|
|
- border: 8px solid yellow;
|
|
|
|
-} */
|
|
|
|
-
|
|
|
|
.projet .colonne_section .header{
|
|
.projet .colonne_section .header{
|
|
height: 80px;
|
|
height: 80px;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -275,8 +276,8 @@ section{
|
|
|
|
|
|
}
|
|
}
|
|
/*fin sections page accueil*/
|
|
/*fin sections page accueil*/
|
|
-/*page collecte avec formulaire*/
|
|
|
|
|
|
|
|
|
|
+/*page collecte avec formulaire*/
|
|
/*trouver comment styliser les champs du formulaire*/
|
|
/*trouver comment styliser les champs du formulaire*/
|
|
/*.af-input acf-input{
|
|
/*.af-input acf-input{
|
|
background-color: pink;
|
|
background-color: pink;
|
|
@@ -393,18 +394,7 @@ section{
|
|
/*fin privatiser l'espace*/
|
|
/*fin privatiser l'espace*/
|
|
|
|
|
|
/*BOUTONS*/
|
|
/*BOUTONS*/
|
|
-.__bouttons div {
|
|
|
|
- position: relative;
|
|
|
|
- text-align : center;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- border: 4px solid blue;
|
|
|
|
- border-radius: 0%;
|
|
|
|
- padding: 5px;
|
|
|
|
- /*background-color: white;*/
|
|
|
|
-}
|
|
|
|
-.tout_voir a {
|
|
|
|
-/*penser à mettre le lien sur toute la surface du bouton*/
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
.telechargement_plaquette, .redirection_page, .tout_voir {
|
|
.telechargement_plaquette, .redirection_page, .tout_voir {
|
|
position: relative;
|
|
position: relative;
|
|
margin: 50px auto 10px auto;
|
|
margin: 50px auto 10px auto;
|
|
@@ -416,14 +406,39 @@ section{
|
|
transform: scale(1) rotate(0deg);
|
|
transform: scale(1) rotate(0deg);
|
|
transition: transform 0.3s ease;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
}
|
|
-.__bouttons #bouton_asso {
|
|
|
|
|
|
+.telechargement_plaquette a, .redirection_page a, .tout_voir a {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ display:flex;
|
|
|
|
+ margin: -5px;
|
|
|
|
+ padding: 5px;
|
|
|
|
+}
|
|
|
|
+.__bouttons div {
|
|
|
|
+ position: relative;
|
|
|
|
+ text-align : center;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ border: 4px solid blue;
|
|
|
|
+ border-radius: 0%;
|
|
|
|
+ padding: 5px;
|
|
|
|
+}
|
|
|
|
+.__bouttons #bouton_asso {
|
|
top: 100px;
|
|
top: 100px;
|
|
}
|
|
}
|
|
-.__bouttons #bouton_contact {
|
|
|
|
|
|
+.__bouttons #bouton_asso a{
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ display:flex;
|
|
|
|
+ margin: -5px;
|
|
|
|
+ padding: 5px;
|
|
|
|
+}
|
|
|
|
+.__bouttons #bouton_contact {
|
|
top: -30px;
|
|
top: -30px;
|
|
}
|
|
}
|
|
|
|
+.__bouttons #bouton_contact a {
|
|
|
|
+ position: relative;
|
|
|
|
+ display:flex;
|
|
|
|
+ margin: -5px;
|
|
|
|
+ padding: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
.__bouttons div:hover, .telechargement_plaquette:hover, .bouton_asso:hover, .redirection_page:hover, .tout_voir:hover {
|
|
.__bouttons div:hover, .telechargement_plaquette:hover, .bouton_asso:hover, .redirection_page:hover, .tout_voir:hover {
|
|
transform: scale(1.1) rotate(-10deg);
|
|
transform: scale(1.1) rotate(-10deg);
|
|
transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
@@ -488,33 +503,46 @@ footer{
|
|
margin-top: 10%;
|
|
margin-top: 10%;
|
|
}
|
|
}
|
|
footer div{
|
|
footer div{
|
|
- margin-right: 20px;
|
|
|
|
|
|
+ margin: 0 20px 0 10px;
|
|
}
|
|
}
|
|
-footer img {
|
|
|
|
|
|
+footer .logo_lamine {
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: auto;
|
|
|
|
+ margin: 20px;
|
|
|
|
+}
|
|
|
|
+footer .reseaux_sociaux img {
|
|
width: 50px;
|
|
width: 50px;
|
|
height: auto;
|
|
height: auto;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+}
|
|
|
|
+footer .insta {
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* START SLIDE PARTENAIRE */
|
|
|
|
+.send_actu{
|
|
|
|
+ height: 100px;
|
|
|
|
+ background: red;
|
|
}
|
|
}
|
|
-._rs{
|
|
|
|
- margin-left: 5%;
|
|
|
|
|
|
+.add_asso{
|
|
|
|
+ height: 100px;
|
|
|
|
+ background: blue;
|
|
}
|
|
}
|
|
-.container_slide .row {
|
|
|
|
|
|
+.partenaires{
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 200px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- background: #333;
|
|
|
|
}
|
|
}
|
|
-.container_slide .row .flickity-prev-next-button{
|
|
|
|
- width: 50px;
|
|
|
|
- height: 50px;
|
|
|
|
|
|
+
|
|
|
|
+.container_slide li{
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: 200px;
|
|
}
|
|
}
|
|
-.container_slide .row li {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 200px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- background: #8C8;
|
|
|
|
- border-radius: 5px;
|
|
|
|
- counter-increment: carousel-cell;
|
|
|
|
|
|
+
|
|
|
|
+.partenaires img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ object-fit: contain;
|
|
}
|
|
}
|
|
|
|
+/* END SLIDE PARTENAIRE */
|
|
|
|
|
|
/* START KEVIN */
|
|
/* START KEVIN */
|
|
header{
|
|
header{
|
|
@@ -558,8 +586,7 @@ footer img {
|
|
}
|
|
}
|
|
|
|
|
|
.wrapper section{
|
|
.wrapper section{
|
|
- margin: 150px 0;
|
|
|
|
- padding: 100px 0;
|
|
|
|
|
|
+ margin-top: 200px;
|
|
}
|
|
}
|
|
.wrapper section > div {
|
|
.wrapper section > div {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -582,10 +609,6 @@ footer img {
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
|
|
- .tableau_engagements .engagement{
|
|
|
|
- width: 50%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.prive .images{
|
|
.prive .images{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 600px;
|
|
height: 600px;
|
|
@@ -595,6 +618,35 @@ footer img {
|
|
height: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
/* END KEVIN */
|
|
/* END KEVIN */
|
|
|
|
+/*START MEDIA QUERIES*/
|
|
|
|
+@media screen and (min-width: 200px) and (max-width: 1088px) {
|
|
|
|
+ .titre_page, .titre {
|
|
|
|
+ left: 5px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+@media screen and (min-width: 200px) and (max-width: 640px) {
|
|
|
|
+ .image_sectionasso {
|
|
|
|
+ display: none;
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ .content_asso {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ .logoLamine {
|
|
|
|
+ width : 50px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media screen and (min-width: 200px) and (max-width: 755px) {
|
|
|
|
+ .__chapeau{
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media screen and (min-width: 641px) and (max-width: 1690px) {
|
|
|
|
+ .logoLamine {
|
|
|
|
+ width: 100px;
|
|
|
|
+ height: 100px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+/*END MEDIA QUERIES*/
|