|
@@ -1567,51 +1567,47 @@ footer {
|
|
margin-top: 1rem; }
|
|
margin-top: 1rem; }
|
|
#home_prog_container .views-row {
|
|
#home_prog_container .views-row {
|
|
background-clip: content-box;
|
|
background-clip: content-box;
|
|
- height: 8rem;
|
|
|
|
|
|
+ height: 13rem;
|
|
|
|
+ background-size: 70% !important;
|
|
width: 100%;
|
|
width: 100%;
|
|
display: grid;
|
|
display: grid;
|
|
align-items: center;
|
|
align-items: center;
|
|
padding: 1rem; }
|
|
padding: 1rem; }
|
|
- #home_prog_container .views-row:hover .views-field-title {
|
|
|
|
|
|
+ #home_prog_container .views-row .views-field-title {
|
|
|
|
+ font-size: 0.8rem;
|
|
|
|
+ font-weight: 600;
|
|
display: none; }
|
|
display: none; }
|
|
|
|
+ #home_prog_container .views-row:hover .views-field-title {
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ display: block;
|
|
|
|
+ color: white;
|
|
|
|
+ text-align: center; }
|
|
|
|
+ #home_prog_container .views-row:hover .views-field-title a {
|
|
|
|
+ text-decoration: none; }
|
|
#home_prog_container .views-field-field-diaporama {
|
|
#home_prog_container .views-field-field-diaporama {
|
|
display: none; }
|
|
display: none; }
|
|
- #home_prog_container .views-field-title {
|
|
|
|
- margin: 3rem; }
|
|
|
|
#home_prog_container .programme-2 {
|
|
#home_prog_container .programme-2 {
|
|
background: center/contain no-repeat url(../images/POPSU_1.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_1.svg); }
|
|
- #home_prog_container .programme-2 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-2:hover {
|
|
#home_prog_container .programme-2:hover {
|
|
background: #4dabc1; }
|
|
background: #4dabc1; }
|
|
#home_prog_container .programme-2 {
|
|
#home_prog_container .programme-2 {
|
|
background: center/contain no-repeat url(../images/POPSU_2.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_2.svg); }
|
|
- #home_prog_container .programme-2 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-2:hover {
|
|
#home_prog_container .programme-2:hover {
|
|
background: #61ab32; }
|
|
background: #61ab32; }
|
|
#home_prog_container .programme-3 {
|
|
#home_prog_container .programme-3 {
|
|
background: center/contain no-repeat url(../images/POPSU_Europe.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_Europe.svg); }
|
|
- #home_prog_container .programme-3 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-3:hover {
|
|
#home_prog_container .programme-3:hover {
|
|
background: #646578; }
|
|
background: #646578; }
|
|
#home_prog_container .programme-5 {
|
|
#home_prog_container .programme-5 {
|
|
background: center/contain no-repeat url(../images/POPSU_monde.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_monde.svg); }
|
|
- #home_prog_container .programme-5 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-5:hover {
|
|
#home_prog_container .programme-5:hover {
|
|
background: #ab9569; }
|
|
background: #ab9569; }
|
|
#home_prog_container .programme-6 {
|
|
#home_prog_container .programme-6 {
|
|
background: center/contain no-repeat url(../images/POPSU_territoires.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_territoires.svg); }
|
|
- #home_prog_container .programme-6 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-6:hover {
|
|
#home_prog_container .programme-6:hover {
|
|
background: #e01a35; }
|
|
background: #e01a35; }
|
|
#home_prog_container .programme-7 {
|
|
#home_prog_container .programme-7 {
|
|
background: center/contain no-repeat url(../images/POPSU_metropoles.svg); }
|
|
background: center/contain no-repeat url(../images/POPSU_metropoles.svg); }
|
|
- #home_prog_container .programme-7 .views-field-title {
|
|
|
|
- font-size: 0; }
|
|
|
|
#home_prog_container .programme-7:hover {
|
|
#home_prog_container .programme-7:hover {
|
|
background: #28429f; }
|
|
background: #28429f; }
|
|
|
|
|
|
@@ -1825,6 +1821,81 @@ article p, .paragraph p {
|
|
box-shadow: inset 0 -5rem 8rem white;
|
|
box-shadow: inset 0 -5rem 8rem white;
|
|
z-index: -1; }
|
|
z-index: -1; }
|
|
|
|
|
|
|
|
+.path-actus .content_container > div > h2:first-of-type {
|
|
|
|
+ text-align: center; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .layout__region--content .views-element-container {
|
|
|
|
+ display: grid;
|
|
|
|
+ grid-template-columns: 10% minmax(0, 1fr); }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container h2 {
|
|
|
|
+ grid-column: 2; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container div {
|
|
|
|
+ grid-column: 2; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container div h2 {
|
|
|
|
+ margin: 1rem 0; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container article h2 {
|
|
|
|
+ color: white; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container article h2 a {
|
|
|
|
+ text-decoration: none; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container article h2 a:hover {
|
|
|
|
+ text-decoration: underline; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container footer {
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin: 1.8rem 0;
|
|
|
|
+ grid-column: 2; }
|
|
|
|
+ .path-actus .content_container .layout__region--content .views-element-container footer a {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ background: black;
|
|
|
|
+ color: white;
|
|
|
|
+ font-family: "duke";
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ padding: .5rem 1.5rem;
|
|
|
|
+ font-size: 0.8rem;
|
|
|
|
+ text-decoration: none; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .layout__region--content #actus_blocks-block_1 .views-row article {
|
|
|
|
+ display: grid !important;
|
|
|
|
+ grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
+ position: relative;
|
|
|
|
+ height: auto; }
|
|
|
|
+ .path-actus .content_container .layout__region--content #actus_blocks-block_1 .views-row article h2 {
|
|
|
|
+ grid-row: 2;
|
|
|
|
+ grid-column: 1 / span 2; }
|
|
|
|
+ .path-actus .content_container .layout__region--content #actus_blocks-block_1 .views-row article div {
|
|
|
|
+ grid-row: 1;
|
|
|
|
+ grid-column: 1 / span 2; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .layout__region--content #home_blocks-block_3 .views-field-field-image {
|
|
|
|
+ grid-column: 1; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .layout__region--content #home_blocks-block_3 .slick-slide {
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ padding: 0; }
|
|
|
|
+ .path-actus .content_container .layout__region--content #home_blocks-block_3 .slick-slide .views-row {
|
|
|
|
+ padding: 0.4rem; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .slick-slide {
|
|
|
|
+ margin: 0 1rem;
|
|
|
|
+ background-color: #98d0d9;
|
|
|
|
+ padding: 1rem; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .slick-arrow {
|
|
|
|
+ position: absolute;
|
|
|
|
+ height: 100%;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ z-index: 100;
|
|
|
|
+ background-color: white;
|
|
|
|
+ opacity: 0;
|
|
|
|
+ transition: opacity 250ms;
|
|
|
|
+ width: 10%; }
|
|
|
|
+ .path-actus .content_container .slick-arrow:hover {
|
|
|
|
+ opacity: .5; }
|
|
|
|
+
|
|
|
|
+.path-actus .content_container .slick-next {
|
|
|
|
+ right: 0;
|
|
|
|
+ top: 0; }
|
|
|
|
+
|
|
.page-node-type-programme .layout-content {
|
|
.page-node-type-programme .layout-content {
|
|
position: relative; }
|
|
position: relative; }
|
|
|
|
|