slide & contact
@@ -43,7 +43,7 @@ b, strong, label, th {
|
|||||||
|
|
||||||
#body {
|
#body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-top: 8rem;
|
padding-top: 5rem;
|
||||||
padding-bottom: 11rem; }
|
padding-bottom: 11rem; }
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
@@ -889,7 +889,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
padding-right: 2rem; } }
|
padding-right: 2rem; } }
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-right: 0rem !important;
|
padding-right: 0rem !important;
|
||||||
padding-left: 0rem !important; }
|
padding-left: 0rem !important; }
|
||||||
@@ -950,8 +951,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
.programmes {
|
.programmes {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background-color: #d5d2d1;
|
|
||||||
z-index: -1;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 15%;
|
padding-left: 15%;
|
||||||
padding-right: 15%;
|
padding-right: 15%;
|
||||||
@@ -1052,7 +1051,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
display: none; } }
|
display: none; } }
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: #000;
|
background-color: #333333;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 247 KiB |
|
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 446 KiB |
|
Before Width: | Height: | Size: 135 KiB |
@@ -34,11 +34,11 @@ jQuery(document).ready(function($){
|
|||||||
|
|
||||||
// parallax slideshow
|
// parallax slideshow
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var imgSrc = ["/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg", "/user/themes/epau-antimatter/images/Dieulefit_copyright_Mairie_de_Dieulefit.jpg", "/user/themes/epau-antimatter/images/ARM161205-001.jpg", "/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg",];
|
var imgSrc = ["/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg", "/user/themes/epau-antimatter/images/Dieulefit_copyright_Mairie_de_Dieulefit.jpg", "/user/themes/epau-antimatter/images/ARM161205-001.jpg", "/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_21.jpg","/user/themes/epau-antimatter/images/Solideo_110221_Village_Olympique_Web_copyright_Sennse-cbadet_082.jpg", "/user/themes/epau-antimatter/images/Solideo_041120_Fauchon_Web_copyright_Sennse-cbadet_012.jpg","/user/themes/epau-antimatter/images/AdobeStock_2478413.jpeg", "/user/themes/epau-antimatter/images/04_photo_ AE_PlanDAou_36.jpg",];
|
||||||
|
|
||||||
var counter = 1;
|
var counter = 1;
|
||||||
var duration = 4000;
|
var duration = 4000;
|
||||||
var tTime = 600;
|
var tTime = 0;
|
||||||
var v = setInterval(function() {
|
var v = setInterval(function() {
|
||||||
$('.parallax-mirror').animate({
|
$('.parallax-mirror').animate({
|
||||||
'opacity': 0
|
'opacity': 0
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ b, strong {
|
|||||||
// Global Container
|
// Global Container
|
||||||
#container {
|
#container {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fullwidth styles
|
// Fullwidth styles
|
||||||
@@ -43,7 +45,8 @@ b, strong {
|
|||||||
@extend .padding-horiz;
|
@extend .padding-horiz;
|
||||||
|
|
||||||
background: $page-bg;
|
background: $page-bg;
|
||||||
padding-top: $header-height + $padding-vert;
|
padding-top: $header-height;
|
||||||
|
// padding-top: $header-height + $padding-vert;
|
||||||
padding-bottom: $footer-height + $padding-vert + 2rem;
|
padding-bottom: $footer-height + $padding-vert + 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,13 +17,19 @@
|
|||||||
|
|
||||||
#body > script:first-child + .grav-lightslider {
|
#body > script:first-child + .grav-lightslider {
|
||||||
margin-top: -3rem;
|
margin-top: -3rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#sb-site{
|
#sb-site{
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
|
||||||
#body{
|
#body{
|
||||||
|
// min-height: 100vh;
|
||||||
|
// display: flex;
|
||||||
|
// flex-direction: column;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
|
||||||
padding-bottom: 2rem !important;
|
padding-bottom: 2rem !important;
|
||||||
font-family: "Sarabun", sans-serif !important;
|
font-family: "Sarabun", sans-serif !important;
|
||||||
p:empty { display:none; }
|
p:empty { display:none; }
|
||||||
@@ -146,7 +152,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-right: 0rem !important;
|
padding-right: 0rem !important;
|
||||||
padding-left: 0rem !important;
|
padding-left: 0rem !important;
|
||||||
@@ -160,7 +167,10 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.titre_nsb {
|
.titre_nsb {
|
||||||
|
// position: relative;
|
||||||
|
// top: -440px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 52%;
|
margin-right: 52%;
|
||||||
|
|
||||||
@@ -226,49 +236,54 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.programmes {
|
.programmes {
|
||||||
|
// position: relative;
|
||||||
|
// min-height:cover;
|
||||||
|
//
|
||||||
|
// // background-size: contain;
|
||||||
|
// top: -440px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background-color: #d5d2d1;
|
|
||||||
z-index: -1;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 15%;
|
padding-left: 15%;
|
||||||
padding-right: 15%;
|
padding-right: 15%;
|
||||||
|
|
||||||
padding-top: 8rem;
|
padding-top: 8rem;
|
||||||
|
// padding-bottom: 40rem;
|
||||||
padding-bottom: 8rem;
|
padding-bottom: 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.parallax-window {
|
.parallax-window {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
// // background-size: contain;
|
||||||
|
// height: 300vh;
|
||||||
|
// width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.parallax-mirror {
|
.parallax-mirror {
|
||||||
top: -80px;
|
top: -80px;
|
||||||
|
// height: auto;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.programme {
|
|
||||||
|
|
||||||
|
.programme {
|
||||||
|
// position: relative;
|
||||||
|
// top: 440px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
min-width: 26rem;
|
min-width: 26rem;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin: 0.4rem;
|
margin: 0.4rem;
|
||||||
|
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 4rem;
|
max-height: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: $font-family-default;
|
font-family: $font-family-default;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -284,17 +299,20 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
.programme:hover {
|
.programme:hover {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
transition:0.2s ease-in-out;
|
transition:0.2s ease-in-out;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// #ressources {
|
||||||
|
// position: relative;
|
||||||
|
// top: -440px;
|
||||||
|
// }
|
||||||
|
|
||||||
/*CSS pour afficher/masquer un texte via un bouton*/
|
/*CSS pour afficher/masquer un texte via un bouton*/
|
||||||
|
|
||||||
/*Style du module TEXTE*/
|
/*Style du module TEXTE*/
|
||||||
@@ -363,7 +381,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: #000;
|
background-color: hsl(0,0%,20%);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
|
// position: relative;
|
||||||
|
// top: -440px;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ $image-margin: 2rem;
|
|||||||
// styling
|
// styling
|
||||||
.callout {
|
.callout {
|
||||||
background: $text-bg;
|
background: $text-bg;
|
||||||
// filter:opacity(0.2);
|
// filter:opacity(0.7);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: $text-padding $content-padding;
|
padding: $text-padding $content-padding;
|
||||||
@include breakpoint(desktop-only) {
|
@include breakpoint(desktop-only) {
|
||||||
|
|||||||
@@ -2,18 +2,10 @@
|
|||||||
<div
|
<div
|
||||||
class="programmes{{ page.header.class}} parallax-window"
|
class="programmes{{ page.header.class}} parallax-window"
|
||||||
data-parallax="scroll"
|
data-parallax="scroll"
|
||||||
data-image-src="{{ url('theme://images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg') }}">
|
data-image-src="{{ url('theme://images/04_photo_ AE_PlanDAou_36.jpg') }}">
|
||||||
<!-- <div class="parallax-window" data-parallax="scroll" data-image-src="/path/to/image.jpg"></div> -->
|
<!-- <div class="parallax-window" data-parallax="scroll" data-image-src="/path/to/image.jpg"></div> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="images-background parallax parallax-window" data-parallax="scroll">
|
|
||||||
|
|
||||||
<img id="photo1" src="/user/themes/epau-antimatter/images/14360_default_big.jpg" alt="photo 1" />
|
|
||||||
<img id="photo2" src="/user/themes/epau-antimatter/images/10361_web_01.jpg" alt="photo 2" />
|
|
||||||
<img id="photo3" src="/user/themes/epau-antimatter/images/hyperliens_marseille_.PNG" alt="photo 3" />
|
|
||||||
<img id="photo4" src="/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg" alt="photo 4" />
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
{{ content|raw }}
|
{{ content|raw }}
|
||||||
|
|
||||||
{% for programme in page.header.programmes %}
|
{% for programme in page.header.programmes %}
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
<h6>CONTACT :</h6>
|
<h6>CONTACT :</h6>
|
||||||
|
|
||||||
<p>Fabienne.Dran@developpement-durable.gouv.fr</br>
|
<p>Fabienne.Dran@developpement-durable.gouv.fr</br>
|
||||||
+33 (0)1 40 81 9327</br>
|
+33 (0)1 40 81 93 27</br>
|
||||||
+33 (0)7 86 5033 31.</p>
|
+33 (0)7 86 50 33 31</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||