1
0
Fork 0

update header behaviour

This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 20:10:00 +01:00
parent cb52524885
commit f4bfca193d
12 changed files with 286 additions and 148 deletions

View file

@ -1,3 +1,4 @@
@charset "UTF-8";
/* Color Settings
Corporate Identity Colorpalette/Color Scheme
https://color.adobe.com/de/Flat-Design-Colors-v2-color-theme-4341903/
@ -40,13 +41,13 @@ meta.foundation-version {
/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
width: 0em;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0;
width: 0em;
}
/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
@ -4909,8 +4910,8 @@ table tr td {
/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 1200px)/";
width: 1200px;
font-family: "/only screen and (min-width: 64.063em)/";
width: 64.063em;
}
/* Wrapped around .top-bar to contain to grid width */
@ -5395,7 +5396,7 @@ meta.foundation-mq-topbar {
display: block;
}
@media only screen and (min-width: 1200px) {
@media only screen and (min-width: 64.063em) {
/* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
background: white;
@ -7164,12 +7165,12 @@ mark {
font-size: 48px;
}
/* line 216, ../scss/_4_typography_theme-fr.scss */
/* line 217, ../scss/_4_typography_theme-fr.scss */
[data-icon]:before {
content: attr(data-icon);
}
/* line 218, ../scss/_4_typography_theme-fr.scss */
/* line 219, ../scss/_4_typography_theme-fr.scss */
[data-icon]:before,
.icon-archive:before,
.icon-browser:before,
@ -7216,6 +7217,7 @@ mark {
.icon-star-outlined:before,
.icon-thumbs-down:before,
.icon-thumbs-up:before,
.icon-tree:before,
.icon-tumblr:before,
.icon-twitter:before,
.icon-upload-to-cloud:before,
@ -7237,262 +7239,267 @@ mark {
font-smoothing: antialiased;
}
/* line 285, ../scss/_4_typography_theme-fr.scss */
/* line 287, ../scss/_4_typography_theme-fr.scss */
.icon-archive:before {
content: "\f100";
}
/* line 286, ../scss/_4_typography_theme-fr.scss */
/* line 288, ../scss/_4_typography_theme-fr.scss */
.icon-browser:before {
content: "\f101";
}
/* line 287, ../scss/_4_typography_theme-fr.scss */
/* line 289, ../scss/_4_typography_theme-fr.scss */
.icon-calendar:before {
content: "\f133";
}
/* line 288, ../scss/_4_typography_theme-fr.scss */
/* line 290, ../scss/_4_typography_theme-fr.scss */
.icon-camera:before {
content: "\f102";
}
/* line 289, ../scss/_4_typography_theme-fr.scss */
/* line 291, ../scss/_4_typography_theme-fr.scss */
.icon-chat:before {
content: "\f103";
}
/* line 290, ../scss/_4_typography_theme-fr.scss */
/* line 292, ../scss/_4_typography_theme-fr.scss */
.icon-check:before {
content: "\f104";
}
/* line 291, ../scss/_4_typography_theme-fr.scss */
/* line 293, ../scss/_4_typography_theme-fr.scss */
.icon-chevron-down:before {
content: "\f105";
}
/* line 292, ../scss/_4_typography_theme-fr.scss */
/* line 294, ../scss/_4_typography_theme-fr.scss */
.icon-chevron-left:before {
content: "\f106";
}
/* line 293, ../scss/_4_typography_theme-fr.scss */
/* line 295, ../scss/_4_typography_theme-fr.scss */
.icon-chevron-right:before {
content: "\f107";
}
/* line 294, ../scss/_4_typography_theme-fr.scss */
/* line 296, ../scss/_4_typography_theme-fr.scss */
.icon-chevron-up:before {
content: "\f108";
}
/* line 295, ../scss/_4_typography_theme-fr.scss */
/* line 297, ../scss/_4_typography_theme-fr.scss */
.icon-circle-with-cross:before {
content: "\f109";
}
/* line 296, ../scss/_4_typography_theme-fr.scss */
/* line 298, ../scss/_4_typography_theme-fr.scss */
.icon-circle-with-minus:before {
content: "\f10a";
}
/* line 297, ../scss/_4_typography_theme-fr.scss */
/* line 299, ../scss/_4_typography_theme-fr.scss */
.icon-circle-with-plus:before {
content: "\f10b";
}
/* line 298, ../scss/_4_typography_theme-fr.scss */
/* line 300, ../scss/_4_typography_theme-fr.scss */
.icon-cloud:before {
content: "\f10c";
}
/* line 299, ../scss/_4_typography_theme-fr.scss */
/* line 301, ../scss/_4_typography_theme-fr.scss */
.icon-code:before {
content: "\f10d";
}
/* line 300, ../scss/_4_typography_theme-fr.scss */
/* line 302, ../scss/_4_typography_theme-fr.scss */
.icon-cog:before {
content: "\f10e";
}
/* line 301, ../scss/_4_typography_theme-fr.scss */
/* line 303, ../scss/_4_typography_theme-fr.scss */
.icon-dropbox:before {
content: "\f10f";
}
/* line 302, ../scss/_4_typography_theme-fr.scss */
/* line 304, ../scss/_4_typography_theme-fr.scss */
.icon-edit:before {
content: "\f110";
}
/* line 303, ../scss/_4_typography_theme-fr.scss */
/* line 305, ../scss/_4_typography_theme-fr.scss */
.icon-export:before {
content: "\f111";
}
/* line 304, ../scss/_4_typography_theme-fr.scss */
/* line 306, ../scss/_4_typography_theme-fr.scss */
.icon-eye:before {
content: "\f112";
}
/* line 305, ../scss/_4_typography_theme-fr.scss */
/* line 307, ../scss/_4_typography_theme-fr.scss */
.icon-facebook:before {
content: "\f113";
}
/* line 306, ../scss/_4_typography_theme-fr.scss */
/* line 308, ../scss/_4_typography_theme-fr.scss */
.icon-feather:before {
content: "\f114";
}
/* line 307, ../scss/_4_typography_theme-fr.scss */
/* line 309, ../scss/_4_typography_theme-fr.scss */
.icon-github:before {
content: "\f115";
}
/* line 308, ../scss/_4_typography_theme-fr.scss */
/* line 310, ../scss/_4_typography_theme-fr.scss */
.icon-globe:before {
content: "\f116";
}
/* line 309, ../scss/_4_typography_theme-fr.scss */
/* line 311, ../scss/_4_typography_theme-fr.scss */
.icon-heart:before {
content: "\f117";
}
/* line 310, ../scss/_4_typography_theme-fr.scss */
/* line 312, ../scss/_4_typography_theme-fr.scss */
.icon-heart-outlined:before {
content: "\f118";
}
/* line 311, ../scss/_4_typography_theme-fr.scss */
/* line 313, ../scss/_4_typography_theme-fr.scss */
.icon-home:before {
content: "\f119";
}
/* line 312, ../scss/_4_typography_theme-fr.scss */
/* line 314, ../scss/_4_typography_theme-fr.scss */
.icon-instagram:before {
content: "\f11a";
}
/* line 313, ../scss/_4_typography_theme-fr.scss */
/* line 315, ../scss/_4_typography_theme-fr.scss */
.icon-lab-flask:before {
content: "\f11b";
}
/* line 314, ../scss/_4_typography_theme-fr.scss */
/* line 316, ../scss/_4_typography_theme-fr.scss */
.icon-leaf:before {
content: "\f11c";
}
/* line 315, ../scss/_4_typography_theme-fr.scss */
/* line 317, ../scss/_4_typography_theme-fr.scss */
.icon-linkedin:before {
content: "\f11d";
}
/* line 316, ../scss/_4_typography_theme-fr.scss */
/* line 318, ../scss/_4_typography_theme-fr.scss */
.icon-mail:before {
content: "\f11e";
}
/* line 317, ../scss/_4_typography_theme-fr.scss */
/* line 319, ../scss/_4_typography_theme-fr.scss */
.icon-message:before {
content: "\f11f";
}
/* line 318, ../scss/_4_typography_theme-fr.scss */
/* line 320, ../scss/_4_typography_theme-fr.scss */
.icon-mic:before {
content: "\f120";
}
/* line 319, ../scss/_4_typography_theme-fr.scss */
/* line 321, ../scss/_4_typography_theme-fr.scss */
.icon-network:before {
content: "\f121";
}
/* line 320, ../scss/_4_typography_theme-fr.scss */
/* line 322, ../scss/_4_typography_theme-fr.scss */
.icon-paper-plane:before {
content: "\f122";
}
/* line 321, ../scss/_4_typography_theme-fr.scss */
/* line 323, ../scss/_4_typography_theme-fr.scss */
.icon-pinterest:before {
content: "\f123";
}
/* line 322, ../scss/_4_typography_theme-fr.scss */
/* line 324, ../scss/_4_typography_theme-fr.scss */
.icon-price-tag:before {
content: "\f124";
}
/* line 323, ../scss/_4_typography_theme-fr.scss */
/* line 325, ../scss/_4_typography_theme-fr.scss */
.icon-rocket:before {
content: "\f125";
}
/* line 324, ../scss/_4_typography_theme-fr.scss */
/* line 326, ../scss/_4_typography_theme-fr.scss */
.icon-rss:before {
content: "\f126";
}
/* line 325, ../scss/_4_typography_theme-fr.scss */
/* line 327, ../scss/_4_typography_theme-fr.scss */
.icon-soundcloud:before {
content: "\f127";
}
/* line 326, ../scss/_4_typography_theme-fr.scss */
/* line 328, ../scss/_4_typography_theme-fr.scss */
.icon-star:before {
content: "\f128";
}
/* line 327, ../scss/_4_typography_theme-fr.scss */
/* line 329, ../scss/_4_typography_theme-fr.scss */
.icon-star-outlined:before {
content: "\f129";
}
/* line 328, ../scss/_4_typography_theme-fr.scss */
/* line 330, ../scss/_4_typography_theme-fr.scss */
.icon-thumbs-down:before {
content: "\f12a";
}
/* line 329, ../scss/_4_typography_theme-fr.scss */
/* line 331, ../scss/_4_typography_theme-fr.scss */
.icon-thumbs-up:before {
content: "\f12b";
}
/* line 330, ../scss/_4_typography_theme-fr.scss */
/* line 332, ../scss/_4_typography_theme-fr.scss */
.icon-tree:before {
content: "\f134";
}
/* line 333, ../scss/_4_typography_theme-fr.scss */
.icon-tumblr:before {
content: "\f12c";
}
/* line 331, ../scss/_4_typography_theme-fr.scss */
/* line 334, ../scss/_4_typography_theme-fr.scss */
.icon-twitter:before {
content: "\f12d";
}
/* line 332, ../scss/_4_typography_theme-fr.scss */
/* line 335, ../scss/_4_typography_theme-fr.scss */
.icon-upload-to-cloud:before {
content: "\f12e";
}
/* line 333, ../scss/_4_typography_theme-fr.scss */
/* line 336, ../scss/_4_typography_theme-fr.scss */
.icon-video:before {
content: "\f12f";
}
/* line 334, ../scss/_4_typography_theme-fr.scss */
/* line 337, ../scss/_4_typography_theme-fr.scss */
.icon-vimeo:before {
content: "\f130";
}
/* line 335, ../scss/_4_typography_theme-fr.scss */
/* line 338, ../scss/_4_typography_theme-fr.scss */
.icon-warning:before {
content: "\f131";
}
/* line 336, ../scss/_4_typography_theme-fr.scss */
/* line 339, ../scss/_4_typography_theme-fr.scss */
.icon-youtube:before {
content: "\f132";
}
@ -7554,103 +7561,185 @@ body.video cite {
/* Masthead
------------------------------------------------------------------- */
/* line 47, ../scss/_5_layout_theme-fr.scss */
#logo img {
margin-top: 30px;
#masthead {
background: #334d5c;
}
/* line 50, ../scss/_5_layout_theme-fr.scss */
#masthead {
height: 190px;
background: #334d5c;
}
/* line 54, ../scss/_5_layout_theme-fr.scss */
#masthead-no-image-header {
height: 120px;
background: #334d5c;
}
/* line 58, ../scss/_5_layout_theme-fr.scss */
/* line 53, ../scss/_5_layout_theme-fr.scss */
#masthead-with-text {
height: 190px;
padding: 45px 0;
text-align: center;
font-size: 2.25rem;
font-size: 3.375rem;
font-family: "Volkhov", Georgia, Times, serif;
color: #fff;
text-transform: uppercase;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
/* line 68, ../scss/_5_layout_theme-fr.scss */
#masthead-with-pattern {
padding: 30px 0;
/* line 61, ../scss/_5_layout_theme-fr.scss */
#masthead-no-image-header {
height: 175px;
}
/* line 71, ../scss/_5_layout_theme-fr.scss */
#masthead-with-background-color {
padding: 30px 0;
/* line 64, ../scss/_5_layout_theme-fr.scss */
#masthead-no-image-header #logo img {
margin-top: 60px;
}
/* line 74, ../scss/_5_layout_theme-fr.scss */
/* line 67, ../scss/_5_layout_theme-fr.scss */
.backstretch {
background: #334d5c;
}
/* Masthead for medium-up */
@media only screen and (min-width: 40.063em) {
/* line 80, ../scss/_5_layout_theme-fr.scss */
/* Masthead  small-only
------------------------------------------------------------------- */
@media only screen and (max-width: 40em) {
/* line 75, ../scss/_5_layout_theme-fr.scss */
#logo img {
margin-top: 80px;
display: none;
}
/* line 83, ../scss/_5_layout_theme-fr.scss */
/* line 78, ../scss/_5_layout_theme-fr.scss */
#masthead {
height: 320px;
background: #334d5c;
height: 200px;
}
/* line 81, ../scss/_5_layout_theme-fr.scss */
#masthead-with-pattern {
padding: 15px 0;
}
/* line 84, ../scss/_5_layout_theme-fr.scss */
#masthead-with-background-color {
padding: 15px 0;
}
/* line 87, ../scss/_5_layout_theme-fr.scss */
#masthead-with-text {
padding: 75px 0;
font-size: 3.375rem;
height: 320px;
height: 220px;
padding: 30px 0;
font-size: 2.25rem;
}
/* line 92, ../scss/_5_layout_theme-fr.scss */
#masthead-no-image-header {
height: 175px;
background: #334d5c;
}
/* line 96, ../scss/_5_layout_theme-fr.scss */
#masthead-no-image-header #logo img {
margin-top: 45px;
display: none;
}
}
/* line 101, ../scss/_5_layout_theme-fr.scss */
/* Masthead  medium-only
------------------------------------------------------------------- */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 102, ../scss/_5_layout_theme-fr.scss */
#logo img {
margin-top: 60px;
}
/* line 105, ../scss/_5_layout_theme-fr.scss */
#masthead {
height: 280px;
}
/* line 108, ../scss/_5_layout_theme-fr.scss */
#masthead-with-pattern {
padding: 20px 0;
}
/* line 111, ../scss/_5_layout_theme-fr.scss */
#masthead-with-background-color {
padding: 20px 0;
}
/* line 114, ../scss/_5_layout_theme-fr.scss */
#masthead-with-text {
padding: 60px 0;
height: 300px;
}
}
/* Masthead  large-only
------------------------------------------------------------------- */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
/* line 125, ../scss/_5_layout_theme-fr.scss */
#logo img {
margin-top: 80px;
}
/* line 128, ../scss/_5_layout_theme-fr.scss */
#masthead {
height: 310px;
}
/* line 131, ../scss/_5_layout_theme-fr.scss */
#masthead-with-pattern {
padding: 30px 0;
}
/* line 134, ../scss/_5_layout_theme-fr.scss */
#masthead-with-background-color {
padding: 30px 0;
}
/* line 137, ../scss/_5_layout_theme-fr.scss */
#masthead-with-text {
height: 330px;
padding: 60px 0;
}
}
/* Masthead  xlarge-up
------------------------------------------------------------------- */
@media only screen and (min-width: 90.063em) {
/* line 148, ../scss/_5_layout_theme-fr.scss */
#logo img {
margin-top: 110px;
}
/* line 151, ../scss/_5_layout_theme-fr.scss */
#masthead {
height: 380px;
}
/* line 154, ../scss/_5_layout_theme-fr.scss */
#masthead-with-pattern {
padding: 45px 0;
}
/* line 157, ../scss/_5_layout_theme-fr.scss */
#masthead-with-background-color {
padding: 45px 0;
}
/* line 160, ../scss/_5_layout_theme-fr.scss */
#masthead-with-text {
padding: 95px 0;
height: 400px;
}
}
/* line 167, ../scss/_5_layout_theme-fr.scss */
#title-image-small {
height: 240px;
}
/* line 104, ../scss/_5_layout_theme-fr.scss */
/* line 170, ../scss/_5_layout_theme-fr.scss */
#title-image-large {
height: 520px;
}
/* line 107, ../scss/_5_layout_theme-fr.scss */
/* line 173, ../scss/_5_layout_theme-fr.scss */
#title-image-index-small {
height: 120px;
}
/* line 110, ../scss/_5_layout_theme-fr.scss */
/* line 176, ../scss/_5_layout_theme-fr.scss */
#title-image-index-large {
height: 260px;
}
/* Breadcrumb
------------------------------------------------------------------- */
/* line 120, ../scss/_5_layout_theme-fr.scss */
/* line 186, ../scss/_5_layout_theme-fr.scss */
#breadcrumb {
background: #f3f3f3;
border-top: 1px solid #f0f0f0;
@ -7659,49 +7748,49 @@ body.video cite {
/* Meta
------------------------------------------------------------------- */
/* line 131, ../scss/_5_layout_theme-fr.scss */
/* line 197, ../scss/_5_layout_theme-fr.scss */
#page-meta, #page-meta a {
color: #a4a4a4;
}
/* line 135, ../scss/_5_layout_theme-fr.scss */
/* line 201, ../scss/_5_layout_theme-fr.scss */
#page-meta .button {
background: #a4a4a4;
border: 0;
}
/* line 139, ../scss/_5_layout_theme-fr.scss */
/* line 205, ../scss/_5_layout_theme-fr.scss */
#page-meta .button {
color: #fff;
}
/* line 142, ../scss/_5_layout_theme-fr.scss */
/* line 208, ../scss/_5_layout_theme-fr.scss */
#page-meta .button:hover {
background: #334d5c;
}
/* Jump to top
------------------------------------------------------------------- */
/* line 151, ../scss/_5_layout_theme-fr.scss */
/* line 217, ../scss/_5_layout_theme-fr.scss */
#up-to-top {
padding: 160px 0 10px 0;
}
/* line 154, ../scss/_5_layout_theme-fr.scss */
/* line 220, ../scss/_5_layout_theme-fr.scss */
#up-to-top a {
font-size: 24px;
padding: 5px;
border-radius: 3px;
}
/* line 159, ../scss/_5_layout_theme-fr.scss */
/* line 225, ../scss/_5_layout_theme-fr.scss */
#up-to-top a:hover {
background: #d7d7d7;
}
/* Footer
------------------------------------------------------------------- */
/* line 168, ../scss/_5_layout_theme-fr.scss */
/* line 234, ../scss/_5_layout_theme-fr.scss */
#footer {
padding-top: 30px;
padding-bottom: 20px;
@ -7709,19 +7798,19 @@ body.video cite {
color: white;
}
/* line 174, ../scss/_5_layout_theme-fr.scss */
/* line 240, ../scss/_5_layout_theme-fr.scss */
footer p,
footer li {
font-size: 0.8125rem;
font-weight: 300;
}
/* line 180, ../scss/_5_layout_theme-fr.scss */
/* line 246, ../scss/_5_layout_theme-fr.scss */
#footer a {
color: #a1d044;
}
/* line 183, ../scss/_5_layout_theme-fr.scss */
/* line 249, ../scss/_5_layout_theme-fr.scss */
#footer h4,
#footer h5 {
letter-spacing: 1px;
@ -7729,7 +7818,7 @@ footer li {
text-transform: uppercase;
}
/* line 191, ../scss/_5_layout_theme-fr.scss */
/* line 257, ../scss/_5_layout_theme-fr.scss */
#subfooter {
background: #313131;
color: #7e7e7e;
@ -7737,23 +7826,23 @@ footer li {
padding-bottom: 10px;
}
/* line 197, ../scss/_5_layout_theme-fr.scss */
/* line 263, ../scss/_5_layout_theme-fr.scss */
#subfooter-left ul.inline-list {
float: left;
}
/* line 200, ../scss/_5_layout_theme-fr.scss */
/* line 266, ../scss/_5_layout_theme-fr.scss */
#subfooter li a {
color: #7e7e7e;
text-transform: uppercase;
}
/* line 204, ../scss/_5_layout_theme-fr.scss */
/* line 270, ../scss/_5_layout_theme-fr.scss */
#subfooter li a:hover {
color: #fff;
}
/* line 207, ../scss/_5_layout_theme-fr.scss */
/* line 273, ../scss/_5_layout_theme-fr.scss */
#subfooter .social-icons li a {
font-size: 1.4375rem;
display: block;
@ -7764,7 +7853,7 @@ footer li {
text-align: center;
}
/* line 216, ../scss/_5_layout_theme-fr.scss */
/* line 282, ../scss/_5_layout_theme-fr.scss */
#subfooter .social-icons li a:hover {
background: #313131;
color: #fff;
@ -7772,87 +7861,87 @@ footer li {
/* CSS-Classes to add margin at the top or bottom
------------------------------------------------------------------- */
/* line 226, ../scss/_5_layout_theme-fr.scss */
/* line 292, ../scss/_5_layout_theme-fr.scss */
.t10 {
margin-top: 10px !important;
}
/* line 227, ../scss/_5_layout_theme-fr.scss */
/* line 293, ../scss/_5_layout_theme-fr.scss */
.t15 {
margin-top: 15px !important;
}
/* line 228, ../scss/_5_layout_theme-fr.scss */
/* line 294, ../scss/_5_layout_theme-fr.scss */
.t20 {
margin-top: 20px !important;
}
/* line 229, ../scss/_5_layout_theme-fr.scss */
/* line 295, ../scss/_5_layout_theme-fr.scss */
.t30 {
margin-top: 30px !important;
}
/* line 230, ../scss/_5_layout_theme-fr.scss */
/* line 296, ../scss/_5_layout_theme-fr.scss */
.t50 {
margin-top: 50px !important;
}
/* line 231, ../scss/_5_layout_theme-fr.scss */
/* line 297, ../scss/_5_layout_theme-fr.scss */
.t60 {
margin-top: 60px !important;
}
/* line 232, ../scss/_5_layout_theme-fr.scss */
/* line 298, ../scss/_5_layout_theme-fr.scss */
.t70 {
margin-top: 70px !important;
}
/* line 233, ../scss/_5_layout_theme-fr.scss */
/* line 299, ../scss/_5_layout_theme-fr.scss */
.t80 {
margin-top: 80px !important;
}
/* line 234, ../scss/_5_layout_theme-fr.scss */
/* line 300, ../scss/_5_layout_theme-fr.scss */
.t90 {
margin-top: 90px !important;
}
/* line 236, ../scss/_5_layout_theme-fr.scss */
/* line 302, ../scss/_5_layout_theme-fr.scss */
.b15 {
margin-bottom: 15px !important;
}
/* line 237, ../scss/_5_layout_theme-fr.scss */
/* line 303, ../scss/_5_layout_theme-fr.scss */
.b20 {
margin-bottom: 20px !important;
}
/* line 238, ../scss/_5_layout_theme-fr.scss */
/* line 304, ../scss/_5_layout_theme-fr.scss */
.b30 {
margin-bottom: 30px !important;
}
/* line 239, ../scss/_5_layout_theme-fr.scss */
/* line 305, ../scss/_5_layout_theme-fr.scss */
.b60 {
margin-bottom: 60px !important;
}
/* line 241, ../scss/_5_layout_theme-fr.scss */
/* line 307, ../scss/_5_layout_theme-fr.scss */
.pl20 {
padding-left: 20px !important;
}
/* line 243, ../scss/_5_layout_theme-fr.scss */
/* line 309, ../scss/_5_layout_theme-fr.scss */
.pr5 {
padding-right: 5px !important;
}
/* line 244, ../scss/_5_layout_theme-fr.scss */
/* line 310, ../scss/_5_layout_theme-fr.scss */
.pr10 {
padding-right: 10px !important;
}
/* line 245, ../scss/_5_layout_theme-fr.scss */
/* line 311, ../scss/_5_layout_theme-fr.scss */
.pr20 {
padding-right: 20px !important;
}

File diff suppressed because one or more lines are too long