123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763 |
- @font-face {
- font-family: Universalis ADF Std, sans-serif;
- src: url('asset/fonts/UniversalisADFStd-Regular.otf') format('otf'),
- url('asset/fonts/UniversalisADFStd-Regular.woff') format('woff');
- font-family: Millimetre, sans-serif;
- src: url('asset/fonts/Millimetre-Bold.otf') format('otf'),
- url('asset/fonts/Millimetre-Regular.otf') format('otf');
- }
- *{
- box-sizing: border-box;
- }
- body {
- font-size: 16px;
- font-family: Universalis ADF Std, sans-serif;
- padding: 0!important;
- }
- h1, h2, h3, h5{
- font-family: Millimetre, sans-serif;
- }
- h1, h5, h6{
- text-transform: uppercase;
- }
- img{
- width: 100%;
- height: 100%;
- }
- ul{
- padding:0;
- }
- li ,ul ,ol {
- list-style-type:none;
- }
- a, a:hover{
- color: black;
- text-decoration: none;
- }
- /* START HEADER */
- header{
- width: 100%;
- position: fixed;
- z-index: 999;
- top: 0;
- left: 0;
- }
- header > .nav-wrapper{
- height: fit-content;
- }
- /* START LOGO */
- .logoLamine {
- width : 120px;
- height: 120px;
- }
- .logoLamine a{
- display: block;
- width: 100%;
- height: 100%;
- }
- .logoLamine img{
- object-fit: cover;
- }
- /* END LOGO */
- /* START RS */
- .rs{
- padding-top: 10px;
- height: fit-content;
- }
- .rs > div {
- width: 30px;
- height: 30px;
- object-fit: cover;
- margin-right: 15px;
- }
- /* END RS */
- /* START NAV */
- /* END NAV */
- /* START BURGER */
- .burger{
- padding-top: 10px;
- height: fit-content;
- }
- .fond_burger{
- background-image: url('../images/form_burger.svg');
- background-position: center; /* Center the image */
- background-repeat: no-repeat; /* Do not repeat the image */
- background-size: contain;
- }
- .nav-main{
- display: none;
- position: fixed;
- right: 0;
- top: 70px;
- background: white;
- padding: 30px;
- }
- .nav-main.is-active{
- display: block
- }
- /* END BURGER */
- /* END HEADER */
- /* START PAGE HOME */
- .section_accueil {
- position: relative;
- }
- /* END PAGE HOME */
- /* START KEVIN */
- /* END KEVIN */
- .menu-item {
- font-family: Millimetre, sans-serif;
- text-transform: uppercase;
- padding: 15px;
- }
- #nav-main > ul > li > ul {display: none;}
- #nav-main > ul > li:first-child:hover > ul {display: block;}
- .menu-item a:hover {
- background-color: black;
- color: white;
- }
- .titre_page, .titre{
- position: absolute;
- top: -100px;
- left: -70px;
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- align-items: center;
- border: 8px solid blue;
- transform: rotate(-10deg);
- padding: 0.5rem;
- background-color: white;
- }
- .titre_1{
- margin-top:1em;
- }
- .next_edition{
- font-style: italic;
- text-transform: uppercase;
- }
- .title {
- color: blue;
- text-align: center;
- text-transform: uppercase;
- }
- .sidebar_left .__content, .sider_left_form, .__organisation .__item, .content_zone {
- border: 8px solid blue;
- padding: 1em;
- }
- .tableau_engagements {
- margin-top : 10%;
- }
- .tableau_engagements div{
- margin-top : 5%;
- padding-left: 5%;
- }
- /*sections page accueil*/
- /* START KEVIN */
- .coming_soon{
- width: 100%;
- }
- .coming_soon .thumbnails, .other-posts .thumbnails, .item.thumbnails {
- transform: scale(1);
- transition: transform 0.3s ease;
- }
- .coming_soon .thumbnails:hover, .other-posts .thumbnails:hover, .item.thumbnails:hover {
- transform: scale(1.05);
- transition: all 0.3s ease;
- }
- /* ALL thumbnails */
- .thumbnails .__img{
- height: 300px;
- }
- .thumbnails .__img img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .thumbnails .icone_cat{
- width: 50px;
- height: 50px;
- border-radius: 50px;
- position: absolute;
- transform: translate(-50%, -50%);
- background-position: center; /* Center the image */
- background-repeat: no-repeat; /* Do not repeat the image */
- background-size: cover; /* Resize the background image to cover the entire container */
- background-color: black;
- }
- .atelier_bois{
- background-image: url("../images/atelier_couture.png");
- }
- .atelier_couture{
- background-image: url("../images/atelier_couture.png");
- }
- .atelier_tricot_solidaire{
- background-image: url("../images/atelier_tricot.png");
- }
- .bal_rock{
- background-image: url("../images/bal_rock.png");
- }
- .chiner_concert{
- background-image: url("../images/chiner_concert.png");
- }
- .fab_lab{
- background-image: url("../images/fab_lab.png");
- }
- .festival_lamine_numerique{
- background-image: url("../images/fab_lab.png");
- }
- .gouter_melanie{
- background-image: url("../images/gouter.png");
- }
- .danse_orientale{
- background-image: url('../images/bal_rock.png');
- }
- .hatha_yoga{
- background-image: url("../images/hatha_yoga.png");
- }
- .mineside_jazz{
- background-image: url("../images/mineside_jazz.png");
- }
- .non_programmation{
- background-image: url("../images/non_prog.png");
- }
- .soiree_mine{
- background-image: url("../images/soiree_mine.png");
- }
- .zero_dechet{
- background-image: url("../images/zero_dechet.png");
- }
- /* SECTION ASSO */
- #section_asso .association .__body{
- position: relative;
- justify-content: flex-end;
- margin-top: 50px;
- }
- .image_sectionasso {
- position: absolute;
- top: 0;
- left: 0;
- margin-top: 100px;
- width: 70%;
- }
- .content_asso {
- width: 70%;
- position: relative;
- padding: 10px;
- background-color: white;
- border: 8px solid yellow;
- }
- /* START SECTION PROJETS*/
- #section_projets{
- margin-top: 300px;
- }
- /*END SECTION PROJETS*/
- /* responsive iframe */
- #section_MineVideo .wrapper__content {
- position: relative;
- padding-bottom: 56.25%; /* 16:9 */
- height: 0;
- }
- #section_MineVideo .wrapper__content iframe {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* END KEVIN */
- .item {
- margin-top: 50px;
- }
- .wrap__content_proch {
- position: relative;
- width: calc(100% - 40px);
- margin: -4rem auto 0 auto;
- padding: 10px;
- min-height: 160px;
- align-items: center;
- text-align: center;
- background-color: white;
- border: 4px solid black;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .colonne_section{
- margin-top: 10px;
- }
- .colonne_section .wrap_content {
- border: 8px solid blue;
- padding: 1em;
- }
- .colonne_section h3 {
- color: blue;
- text-transform: uppercase;
- text-align: center;
- }
- .projet .colonne_section .header{
- height: 80px;
- display: flex;
- align-items: flex-end ;
- }
- .projet .colonne_section .header h3{
- text-align: center;
- width: 100%;
- }
- .item img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- ._content_tpsF {
- position: relative;
- width: 80%;
- padding: 10px;
- margin: -50px auto -20px auto;
- align-items: center;
- text-align: center;
- background-color: white;
- border: 4px solid black;
- }
- .video iframe {
- margin: 40px auto 0 auto;
- width:100%;
- }
- /*fin sections page accueil*/
- /*page collecte avec formulaire*/
- /*trouver comment styliser les champs du formulaire*/
- /*.af-input acf-input{
- background-color: pink;
- }*/
- .af-submit-button{
- position: relative;
- margin: 50px auto 10px auto;
- display:flex;
- border: 4px solid black;
- border-radius: 0%;
- text-align: center;
- padding: 5px;
- transform: scale(1) rotate(0deg);
- transition: transform 0.3s ease;
- }
- .af-submit-button:hover{
- transform: scale(1.1) rotate(-10deg);
- transition: all 0.3s ease;
- }
- /*fin collecte et form*/
- /*page event*/
- .fleche {
- position: relative;
- left:-50px;
- top:-10px;
- background-image: url('../images/fleche.svg');
- width: 50px;
- height: 50px;
- background-size: contain;
- }
- .titre_event {
- position: absolute;
- top: -100px;
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- align-items: center;
- border: 8px solid blue;
- /*transform: rotate(-10deg);*/
- padding: 0.5rem;
- background-color: white;
- }
- .header_other {
- position: absolute;
- }
- .voir_aussi {
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- align-items: center;
- border: 8px solid blue;
- transform: rotate(-10deg);
- padding: 0.5rem;
- background-color: white;
- }
- .__img_event{
- position: relative;
- top: 100px;
- }
- .__img_event img{
- /*width: 50%;*/
- object-fit: cover;
- }
- .cat, .cat-list {
- color: blue;
- text-transform: uppercase;
- font-weight: bold;
- /*font-size: 1.4em;*/
- margin-top: 10px;
- /*text-align: right;*/
- }
- .cat p{
- margin:0;
- }
- .cat-list li{
- margin: 0 50px 0 50px;
- }
- .partager img {
- width: 50px;
- height: auto;
- margin-right: 2%;
- }
- .data {
- /*display: flex;*/
- border: 4px solid blue;
- padding: 1em;
- text-transform: uppercase;
- font-weight: bold;
- color: blue;
- }
- .wrapper__content {
- margin-top: 20px;
- }
- .tarif h3, .partager h3, .inscription h3{
- color: blue;
- }
- .tarif, .partager, .inscription {
- margin-top: 8%;
- }
- /*fin page event*/
- /*page les projets*/
- .projet img {
- margin: 5% 0 5% 0;
- }
- ._pjt{
- margin-top: 8%
- }
- /*fin page les projets*/
- /*privatiser l'espace*/
- .legendes{
- background-color: white;
- position : absolute;
- bottom: 4%;
- margin-left: 4%;
- border: 8px solid blue;
- padding: 1%;
- padding-top: 2%;
- }
- .__organisation {
- margin-top: 4%;
- text-align: center;
- }
- ._orga {
- margin-top: 4%;
- }
- /*fin privatiser l'espace*/
- /*BOUTONS*/
- .telechargement_plaquette, .redirection_page, .tout_voir {
- position: relative;
- margin: 50px auto 10px auto;
- display:flex;
- border: 4px solid black;
- border-radius: 0%;
- text-align: center;
- padding: 5px;
- transform: scale(1) rotate(0deg);
- transition: transform 0.3s ease;
- }
- .telechargement_plaquette a, .redirection_page a, .tout_voir a {
- 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;
- }
- .__bouttons #bouton_asso a{
- position: relative;
- display:flex;
- margin: -5px;
- padding: 5px;
- }
- .__bouttons #bouton_contact {
- 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 {
- transform: scale(1.1) rotate(-10deg);
- transition: all 0.3s ease;
- }
- .Btn {
- display: flex;
- margin-top: 2%;
- /*width: 100%;*/
- color: black;
- text-decoration: underline;
- border: none;
- border-radius: 0%;
- }
- .Btn a:hover, .cat-list a:hover {
- /* display: flex; */
- color: black;
- background-color: grey;
- text-decoration: underline;
- border: none;
- border-radius: 0%;
- }
- .flickity-button {
- background: transparent;
- }
- .flickity-prev-next-button {
- width: 100px;
- height: 100px;
- }
- .flickity-button-icon {
- fill: white;
- }
- .flickity-button-icon:hover {
- fill: black;
- }
- .flickity-prev-next-button:hover {
- background: transparent;
- }
- .flickity-button:disabled {
- display: none;
- }
- /*FIN BOUTON*/
- /*gestion des dots*/
- .flickity-page-dots {
- bottom: 0px;
- }
- .flickity-page-dots .dot {
- width: 12px;
- height: 12px;
- opacity: 1;
- background: transparent;
- border: 2px solid white;
- }
- .flickity-page-dots .dot.is-selected {
- background: white;
- }
- /* dot home */
- .hero .flickity-page-dots{
- bottom: 30px;
- }
- /*fin gestion des dots*/
- footer{
- background-color: rgba(240, 240, 240, 240);
- width: 100%;
- padding: 5%;
- margin-top: 10%;
- }
- footer div{
- margin: 0 20px 0 10px;
- }
- footer .logo_lamine {
- width: 200px;
- height: auto;
- margin: 20px;
- }
- footer .reseaux_sociaux img {
- width: 50px;
- height: auto;
- margin-right: 10px;
- }
- footer .insta {
- margin-top: 10px;
- }
- /* START SLIDE PARTENAIRE */
- .send_actu{
- height: 100px;
- background: red;
- }
- .add_asso{
- height: 100px;
- background: blue;
- }
- .partenaires{
- width: 100%;
- }
- .container_slide li{
- width: 200px;
- height: 200px;
- }
- .partenaires img{
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- /* END SLIDE PARTENAIRE */
- /* START KEVIN */
- .hero{
- width: 100%;
- height: 100vh;
- position: relative;
- }
- .hero .slide{
- width: 100%;
- height: 100vh;
- overflow: hidden;
- }
- .hero .slide .image{
- width: 100%;
- height: 100vh;
- }
- .hero .slide img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- /*.hero .slide .flickity-page-dots{
- bottom: 20px;
- }
- .hero .slide .flickity-page-dots li{
- background: white;
- }*/
- .hero .__head{
- width: 100%;
- text-align: center;
- position: absolute;
- bottom: 60px;
- color: white;
- }
- .wrapper section{
- margin-top: 200px;
- }
- .wrapper section > div {
- position: relative;
- }
- .tpsF .img{
- width: 100%;
- height: 400px;
- }
- .tpsF .img img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .projet .img{
- height: 300px;
- }
- .projet .img img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .prive .images{
- width: 100%;
- height: 600px;
- }
- .prive .img img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- /* 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, .titre_event{
- margin-top: 20px;
- }
- }
- @media screen and (min-width: 641px) and (max-width: 1690px) {
- .logoLamine {
- width: 100px;
- height: 100px;
- }
- }
- /*END MEDIA QUERIES*/
|