2945 lines
41 KiB
SCSS
2945 lines
41 KiB
SCSS
|
|
|
|
$orange: #FF931E;
|
|
|
|
$blue: #2BAADA;
|
|
$dark_orange: #E94F25;
|
|
$title_font : "Lato", sans-serif;
|
|
$sans_serif_font:"Lato", Arial, sans-serif;
|
|
$serif_font : "Roboto Slab", serif;
|
|
$cursive_font : 'Galada', cursive;
|
|
|
|
@import "jquery.bxslider";
|
|
|
|
|
|
@import "redactor";
|
|
|
|
@import "fontawesome/font-awesome";
|
|
@import "qi_grids";
|
|
@import "popover";
|
|
@import "public/petitions";
|
|
@import "public/menu_item_link_contents";
|
|
@import "public/menus";
|
|
@import "public/slippry";
|
|
@import "public/timeline";
|
|
@import "public/articles";
|
|
@import "public/bottom2";
|
|
@import "public/dons";
|
|
@import "public/dons2";
|
|
@import "public/press_release";
|
|
@import "public/specific_map";
|
|
|
|
@import "public/flexslider";
|
|
@import "public/label";
|
|
@import "public/print";
|
|
@import "public/forum";
|
|
@import "public/boutique";
|
|
@import "public/assurance";
|
|
//@import "vendor/jquery.socialfeed";
|
|
|
|
@import "public/new_home";
|
|
@import "public/videos";
|
|
|
|
@import "public/don_tunnels";
|
|
@import "public/question_juridiques";
|
|
@import "public/pages";
|
|
@import "public/militer";
|
|
|
|
@import "vendor/flipclock";
|
|
@import "vendor/jquery.cookiebar";
|
|
|
|
//@import "vendor/jquery.socialfeed";
|
|
|
|
|
|
|
|
#main{
|
|
box-shadow:0 0 10px rgba(0,0,0,0.5);z-index:100;
|
|
|
|
}
|
|
|
|
#new_donate{
|
|
position:relative;
|
|
.main_container{
|
|
|
|
overflow:auto;
|
|
position:static;
|
|
|
|
}
|
|
#boutique_link{
|
|
|
|
img{
|
|
position:absolute;
|
|
height:74px;
|
|
top:-74px;
|
|
right:30px;
|
|
}
|
|
}
|
|
.background-left{
|
|
background:transparent;
|
|
position:static;
|
|
|
|
}
|
|
background:url('/bleu.jpg') no-repeat;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
padding:45px 0;
|
|
padding-bottom:60px;
|
|
.inner{
|
|
|
|
.left{
|
|
|
|
color:white;
|
|
float:none;
|
|
padding-right:0px;
|
|
margin-right:0px;
|
|
position:relative;
|
|
text-align:center;
|
|
padding-top:0px;
|
|
p{
|
|
margin:5px 0;
|
|
margin-bottom:20px;
|
|
font-size:1.3em;
|
|
}
|
|
img{display:none;}
|
|
|
|
|
|
}
|
|
|
|
.right{
|
|
text-align:center;
|
|
float:none;
|
|
margin-bottom:8px;
|
|
a{
|
|
|
|
display:inline-block;
|
|
font-family:$serif_font;
|
|
color:black;
|
|
font-size:1.1em;
|
|
padding:9px 14px;
|
|
background:white;
|
|
margin:0 8px;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
b, strong{
|
|
font-weight:900;
|
|
|
|
}
|
|
|
|
|
|
#new_bottom{
|
|
//padding:0 20px;
|
|
background:#f6f8f8;
|
|
|
|
h4{
|
|
font-size:1em;
|
|
}
|
|
}
|
|
|
|
|
|
.petition_thank{
|
|
.donate_block{
|
|
h2{
|
|
font-size:1.8em;
|
|
padding:20px 0;
|
|
padding-top:0;
|
|
}
|
|
background: url("/don2.jpg") no-repeat center center;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
color:white;
|
|
margin-left:0;
|
|
margin-right:0;
|
|
padding:50px 10px;
|
|
|
|
.inner{
|
|
max-width:900px;
|
|
width:100%;
|
|
.left{
|
|
width:50%;
|
|
float:left;
|
|
}
|
|
.right{
|
|
width:50%;
|
|
float:right;
|
|
img{
|
|
max-width:300px;
|
|
margin-top:20px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.image_actu_index_block{
|
|
text-align:center;
|
|
img{
|
|
margin:10px;
|
|
display:inline-block;
|
|
|
|
&:hover{
|
|
opacity:0.9;
|
|
}
|
|
}
|
|
|
|
}
|
|
#image_actu_container{
|
|
|
|
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
z-index:105;
|
|
}
|
|
#image_actu_overlay{
|
|
background:rgba(0,0,0,0.8);
|
|
z-index:104;
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
}
|
|
.image_actu_show{
|
|
max-width:1100px;
|
|
background:white;
|
|
margin:auto;
|
|
margin-top:100px;
|
|
background:white;
|
|
position:relative;
|
|
//min-height:800px;
|
|
|
|
box-shadow:0 0 10px rgba(0,0,0,0.5);
|
|
.image{
|
|
float:left;
|
|
width:70%;
|
|
text-align:center;
|
|
img{
|
|
display:block;
|
|
margin:auto;
|
|
}
|
|
}
|
|
.description{
|
|
margin-left:70%;
|
|
padding:20px;
|
|
h1{
|
|
font-size:2em;
|
|
margin-top:0;
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
#image_actu_albums_menu{
|
|
text-align:center;
|
|
padding:2em 0;
|
|
|
|
a {
|
|
display:inline-block;
|
|
border:1px solid $orange;
|
|
padding:5px 10px;
|
|
border-radius:20px;
|
|
margin:2px 2px;
|
|
|
|
&.active{
|
|
background:$orange;
|
|
color:white;
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
|
|
|
#home_slider{
|
|
background:black;
|
|
height:640px;
|
|
|
|
|
|
}
|
|
#newsletter_large_place{
|
|
position:absolute;
|
|
left:0;
|
|
right:0;
|
|
width:100%;
|
|
z-index:1000;
|
|
.cancel{
|
|
display:inline !important;
|
|
}
|
|
box-shadow:0 0 15px rgba(0,0,0,0.6);
|
|
}
|
|
#newsletter_large{
|
|
.cancel{
|
|
display:none;
|
|
}
|
|
.header{
|
|
padding:20px;
|
|
background:$orange;
|
|
color:white;
|
|
}
|
|
|
|
.center{
|
|
max-width:700px;
|
|
margin:auto;
|
|
|
|
}
|
|
}
|
|
#registrant_large_form{
|
|
padding:20px;
|
|
background:white;
|
|
fieldset{
|
|
border:0;
|
|
padding:0;
|
|
}
|
|
.input{
|
|
|
|
&.has-error{
|
|
|
|
|
|
.form-control{
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
.control-label{
|
|
display:block;
|
|
font-size:0.9em;
|
|
|
|
}
|
|
.form-control{
|
|
display:block;
|
|
box-sizing:border-box;
|
|
width:100%;
|
|
padding:5px;
|
|
font-size:1em;
|
|
|
|
}
|
|
.help-block{
|
|
display:block;
|
|
color:red;
|
|
font-size:0.9em;
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn{
|
|
box-sizing:border-box;
|
|
width:100%;
|
|
font-size:1em;
|
|
padding:10px 20px;
|
|
|
|
border:1px solid gray;
|
|
|
|
display:inline-block;
|
|
color:white;
|
|
width:auto;
|
|
font-size:1em;
|
|
background:orange;
|
|
border-color:transparent;
|
|
margin:0 !important;
|
|
margin-top:10px !important;
|
|
cursor:pointer;
|
|
&:hover{
|
|
background:rgba(80,80,80,1);
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.article_comments{
|
|
margin:auto;
|
|
max-width:650px;
|
|
|
|
.form_place{
|
|
|
|
.cancel{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
}
|
|
.comment{
|
|
.header{
|
|
font-style:italic;
|
|
margin-bottom:0;
|
|
}
|
|
|
|
|
|
blockquote{
|
|
margin:0;
|
|
margin-top:5px;
|
|
padding:0;
|
|
background:rgba(245,244,244,1);
|
|
padding:1px 10px;
|
|
}
|
|
|
|
}
|
|
|
|
.child_comments{
|
|
padding-left:30px;
|
|
|
|
}
|
|
|
|
.comment_form_container{
|
|
padding:10px;
|
|
margin-top:20px;
|
|
background: rgba(250,250,250,1);
|
|
margin-bottom:20px;
|
|
fieldset{
|
|
border:0;
|
|
padding:0;
|
|
}
|
|
.input{
|
|
|
|
&.has-error{
|
|
|
|
|
|
.form-control{
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
.control-label{
|
|
display:block;
|
|
font-size:0.9em;
|
|
|
|
}
|
|
.form-control{
|
|
display:block;
|
|
box-sizing:border-box;
|
|
width:100%;
|
|
padding:5px;
|
|
font-size:1em;
|
|
|
|
}
|
|
.help-block{
|
|
display:block;
|
|
color:red;
|
|
font-size:0.9em;
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn{
|
|
box-sizing:border-box;
|
|
width:100%;
|
|
font-size:1em;
|
|
padding:10px 20px;
|
|
|
|
border:1px solid gray;
|
|
|
|
display:inline-block;
|
|
color:white;
|
|
width:auto;
|
|
font-size:1em;
|
|
background:orange;
|
|
border-color:transparent;
|
|
margin:0 !important;
|
|
margin-top:10px !important;
|
|
cursor:pointer;
|
|
&:hover{
|
|
background:rgba(80,80,80,1);
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
#large{
|
|
|
|
.links{
|
|
color:white;
|
|
padding-top:15px;
|
|
text-align:right;
|
|
float:right;
|
|
a{
|
|
color:white;
|
|
padding:5px;
|
|
font-size:1.3em;
|
|
}
|
|
}
|
|
.video_container{
|
|
h3{
|
|
text-align:left;
|
|
display:block;
|
|
font-size:1.3em;
|
|
padding-top:15px;
|
|
margin-top:0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.row_actus{
|
|
.video_expand{
|
|
|
|
h4{
|
|
color:white;
|
|
font-size:0.6em;
|
|
margin-bottom:0;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
.video_thumb{
|
|
cursor:pointer;
|
|
background-color:#323131;
|
|
position:relative;
|
|
h4{
|
|
margin-top:auto !important;
|
|
margin-bottom:0 !important;
|
|
position:absolute;
|
|
bottom:0px;
|
|
left:0px;
|
|
padding:5px;
|
|
padding-top:30px;
|
|
padding-bottom:10px;
|
|
|
|
text-align:left;
|
|
font-size:15px !important;
|
|
line-height:16px;
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.1) 100%);
|
|
color:white !important;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
.play_button{
|
|
position:absolute;
|
|
top:32%;
|
|
left:0;right:0;
|
|
text-align:center;
|
|
color:white;
|
|
font-size:60px;
|
|
display:block;
|
|
}
|
|
|
|
|
|
}
|
|
#assurance{
|
|
max-width:700px;
|
|
margin:auto;
|
|
padding:10px 50px;
|
|
}
|
|
|
|
.assurance-vie-container{
|
|
background:center center no-repeat;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
padding:50px;
|
|
background-image:url('/assurance-fond.jpg');
|
|
|
|
.inner{
|
|
margin:auto;
|
|
max-width:700px;
|
|
padding:20px;
|
|
box-shadow:0 0 20px rgba(0,0,0,0.1);
|
|
background:white;
|
|
border-radius:5px;
|
|
|
|
.row_50{
|
|
width:50%;
|
|
float:left;
|
|
box-sizing:border-box;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.press_release_large{
|
|
max-width:700px;
|
|
margin:auto;
|
|
|
|
.back{
|
|
margin-top:30px;
|
|
}
|
|
|
|
}
|
|
#press_releases{
|
|
h1{
|
|
font-size:2em;
|
|
margin-bottom:50px;
|
|
|
|
}
|
|
h2{
|
|
margin:10px 0;
|
|
margin-top:5px;
|
|
padding:0;
|
|
font-weight:900;
|
|
font-size:1.3em;
|
|
line-height:1.2em;
|
|
}
|
|
margin:auto;
|
|
max-width:700px;
|
|
margin-top:50px;
|
|
.press_release{
|
|
|
|
margin-bottom:50px;
|
|
.date{
|
|
max-width:300px;
|
|
padding-bottom:5px;
|
|
border-bottom:1px solid rgb(242, 242, 242);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.detail_download_content{
|
|
margin:10px 0;
|
|
margin-bottom:5px;
|
|
background:rgba(250,250,250,1);
|
|
padding:10px;
|
|
#color:white;
|
|
img{
|
|
float:left;
|
|
margin-right:0;
|
|
width:150px;
|
|
|
|
}
|
|
|
|
h4,.desc,.links{
|
|
|
|
margin-left:160px;
|
|
|
|
}
|
|
h4{
|
|
|
|
font-weight:900;
|
|
margin-top:0;
|
|
}
|
|
.links{
|
|
a{
|
|
display:inline-block;
|
|
color:$orange;
|
|
padding:5px 10px;
|
|
border:1px solid $orange;
|
|
|
|
margin-right:10px;
|
|
margin-bottom:5px;
|
|
width:auto;
|
|
font-size:1em;
|
|
background:transparent;
|
|
border-radius:0;
|
|
cursor:pointer;
|
|
&:hover{
|
|
background:rgba(80,80,80,1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.bx-wrapper img{
|
|
display:block;
|
|
max-width: 100%;
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
font-family:"lato", Arial, sans-serif;
|
|
|
|
line-height:1.4em;
|
|
text-align:left;
|
|
font-weight:300;
|
|
padding:0;
|
|
margin:0;
|
|
padding-top:35px;
|
|
font-size:16px;
|
|
color:#333333;
|
|
background:#F6F8F8 no-repeat center center;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
|
|
|
|
|
|
}
|
|
.slider{
|
|
|
|
img{
|
|
max-width:100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
cursor:pointer;
|
|
img{
|
|
|
|
border:0;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
a{
|
|
color:$orange;
|
|
text-decoration:none;
|
|
|
|
&:hover{
|
|
color:$orange;
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.clear{
|
|
clear:both;
|
|
}
|
|
|
|
|
|
|
|
.center{
|
|
max-width:1100px;
|
|
margin:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.blanc_encadre{
|
|
//font-family:"din_alternate900", Arial, sans-serif;
|
|
background:white;
|
|
background:rgba(255,255,255,0.90);
|
|
padding:25px;
|
|
|
|
margin:auto;
|
|
max-width:500px;
|
|
|
|
|
|
h2{
|
|
margin-top:0;
|
|
padding-top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
.center_block{
|
|
|
|
text-align:center;
|
|
img{
|
|
margin:0 5px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.quote{
|
|
|
|
padding:10px 10px;
|
|
|
|
position:relative;
|
|
.guillemet{
|
|
font-family:palatino;
|
|
opacity:0.6;
|
|
font-size:3em;
|
|
position:absolute;
|
|
|
|
|
|
|
|
&.top_corner{
|
|
top:5px;
|
|
left:5px;
|
|
padding-top:15px;
|
|
padding-left:5px;
|
|
}
|
|
|
|
&.bottom_corner{
|
|
bottom:5px;
|
|
right:5px;
|
|
|
|
}
|
|
}
|
|
|
|
.quote_content{
|
|
font-family:Stylograph;
|
|
font-size:1.6em;
|
|
padding-top:45px;
|
|
text-align:center;
|
|
line-height:1.3em;
|
|
|
|
|
|
|
|
|
|
}
|
|
.author{
|
|
padding-right:50px;
|
|
font-size:1em;
|
|
text-align:right;
|
|
opacity:0.8;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.article_panel{
|
|
border-bottom:1px solid rgba(190,189,190,1);
|
|
margin:10px 0;
|
|
h2{
|
|
|
|
margin-top:0;
|
|
padding-top:20px;
|
|
}
|
|
img{
|
|
width:40%;
|
|
margin:20px;
|
|
|
|
}
|
|
|
|
&.left {
|
|
|
|
img{ float:left;
|
|
display:block;
|
|
margin-right:20px;
|
|
}
|
|
padding-right:20px;
|
|
}
|
|
&.right{
|
|
img{ float:right;
|
|
margin-left:20px;}
|
|
padding-left:20px;
|
|
}
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,h2,h3,h4{
|
|
font-family:$title_font;
|
|
font-weight:900;
|
|
text-transform:uppercase;
|
|
|
|
}
|
|
|
|
h1{
|
|
font-size:35px;
|
|
}
|
|
|
|
|
|
|
|
.socials_links{
|
|
position:fixed;
|
|
bottom:300px;
|
|
right:0;
|
|
|
|
.link{
|
|
display:block;
|
|
|
|
width:50px;
|
|
text-align:center;
|
|
padding:12px 0;
|
|
position:relative;
|
|
|
|
|
|
color:white !important;
|
|
font-size:1.2em;
|
|
&.twitter{
|
|
background:rgba(54,174,218,1);
|
|
}
|
|
|
|
&.facebook{
|
|
|
|
background:rgba(60,90,150,1);
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.top_link{
|
|
opacity:0;
|
|
transition-duration:0.5s;
|
|
padding:3px 7px;
|
|
font-size:2.5em;
|
|
display:block;
|
|
cursor:pointer;
|
|
color:rgba(215,215,215,1);
|
|
&:hover{
|
|
color:rgba(180,180,180,1);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.donate_bottom{
|
|
display:none;
|
|
|
|
}
|
|
|
|
.active{
|
|
color:rgba(253,164,40,1);
|
|
}
|
|
|
|
.breadcrumb{
|
|
margin:20px 25px;
|
|
|
|
color:rgba(150,150,150,1);
|
|
*{
|
|
|
|
color:rgba(150,150,150,1);
|
|
}
|
|
|
|
}
|
|
|
|
.photo_credits{
|
|
font-size:0.9em;
|
|
margin:20px 0px;
|
|
color:rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
.menu_item_content{
|
|
//min-height:500px;
|
|
padding-bottom:50px;
|
|
position:relative;
|
|
|
|
p{
|
|
|
|
text-align:justify;
|
|
}
|
|
.center{
|
|
max-width:650px;
|
|
padding: 0 20px;
|
|
margin:auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.admin_panel{
|
|
position:fixed;
|
|
bottom:0px;
|
|
left:20px;
|
|
a{
|
|
display:inline-block;
|
|
padding:10px 20px;
|
|
color:white;
|
|
background:rgba(253,164,40,1);
|
|
}
|
|
}
|
|
.main_container{
|
|
|
|
max-width:1200px;
|
|
margin:auto;
|
|
overflow:hidden;
|
|
position:relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
#logo_slider{
|
|
|
|
position:absolute;
|
|
top:90px;
|
|
left:50px;
|
|
z-index:10;
|
|
width:230px;
|
|
}
|
|
|
|
.first_title{
|
|
|
|
h1{
|
|
margin-top:0;
|
|
color:$orange;
|
|
text-align:center;
|
|
padding-top:30px;
|
|
font-size:1.6em;
|
|
}
|
|
}
|
|
.menu_content_inner{
|
|
max-width:980px;
|
|
margin:auto;
|
|
.inner{
|
|
background:white;
|
|
margin:auto 30px;
|
|
position:relative;
|
|
|
|
top:-50px;
|
|
padding-bottom:20px;
|
|
}
|
|
&.index{
|
|
.menu_item_top{
|
|
|
|
|
|
//margin:20px;
|
|
margin-bottom:0;
|
|
|
|
margin-bottom:20px;
|
|
|
|
h1{
|
|
text-align:center;
|
|
left:20px;
|
|
}
|
|
|
|
.gradient{
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.5) 100%);
|
|
height: 250px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0px;
|
|
right: 0px;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
h1{
|
|
line-height:1.2em;
|
|
}
|
|
|
|
.comment_rules_container{
|
|
|
|
display:none;
|
|
background:white;
|
|
padding: 10px;
|
|
margin-bottom:10px;
|
|
|
|
.inner{
|
|
|
|
|
|
}
|
|
|
|
}
|
|
.politique_message{
|
|
padding:30px 70px;
|
|
background:rgba(234,234,234,1);
|
|
|
|
|
|
//color:white;
|
|
.form{
|
|
|
|
font-weight:900;
|
|
float:left;
|
|
width:300px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
.recipient_list{
|
|
background:white !important;
|
|
padding:5px;
|
|
font-weight:normal;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
|
|
.message_container{
|
|
margin-left:320px;
|
|
position:relative;
|
|
|
|
.message{
|
|
padding:0 10px;
|
|
}
|
|
|
|
|
|
.gradient{
|
|
display:none;
|
|
position:absolute;
|
|
bottom:0;
|
|
left:-10px;
|
|
right:-10px;
|
|
background:gray;
|
|
height:150px;
|
|
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,eaeaea+88,eaeaea+100&0+0,1+87,1+100 */
|
|
background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 87%, rgba(234,234,234,1) 88%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
|
|
background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 87%,rgba(234,234,234,1) 88%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
|
background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 87%,rgba(234,234,234,1) 88%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
|
|
|
|
|
|
}
|
|
|
|
&.with_gradient{
|
|
.gradient{
|
|
display:block;
|
|
|
|
}
|
|
.message{
|
|
height:300px;
|
|
overflow:hidden;
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.message{
|
|
|
|
}
|
|
.name{
|
|
font-size:1em;
|
|
padding:5px 10px;
|
|
}
|
|
.message_content{
|
|
color:black;
|
|
padding:10px;
|
|
border-radius:10px;
|
|
box-shadow:0 0 10px rgba(0,0,0,0.2);
|
|
margin:10px 0;
|
|
background:white;
|
|
}
|
|
.send_button{
|
|
|
|
display:inline-block;
|
|
background:$orange !important;
|
|
padding: 5px 10px;
|
|
color:white;
|
|
border:0;
|
|
margin-bottom:3px;
|
|
}
|
|
.send_buttons{
|
|
margin:10px 0;
|
|
}
|
|
.object{
|
|
margin:10px 0;
|
|
}
|
|
.recipients{
|
|
margin:10px 0;
|
|
margin-bottom:7px;
|
|
.recipient{
|
|
display:inline-block;
|
|
border-radius:4px;
|
|
padding:2px 8px;
|
|
margin-bottom:3px;
|
|
background:#d3e7fa;
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.content{
|
|
|
|
padding:0 10px;
|
|
border-top:1px solid gray;
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.search_top{
|
|
form{
|
|
display:inline;
|
|
.search_input{
|
|
color:rgba(255, 255, 255, 0.7);
|
|
border:1px solid rgba(0,0,0, 0.4);
|
|
padding:2px 2px;
|
|
border-radius:2px;
|
|
text-align:center;
|
|
&:focus{
|
|
border:1px solid rgba(0,0,0, 0.7);
|
|
background:white;
|
|
color:black;
|
|
}
|
|
background:transparent;
|
|
|
|
}
|
|
.search_send{
|
|
margin-left:-5px;
|
|
}
|
|
}
|
|
}
|
|
.petitions_large_view_container{
|
|
background:rgba(5, 5, 5, 0.03);
|
|
|
|
}
|
|
.petitions_large_view{
|
|
h4{
|
|
color:#fba33a;
|
|
margin:10px 0;
|
|
}
|
|
padding:10px 10px;
|
|
padding-bottom:15px;
|
|
text-align:center;
|
|
|
|
.petition_small{
|
|
display:block;
|
|
text-align:center;
|
|
color:black;
|
|
width:20%;
|
|
box-sizing:border-box;
|
|
padding:10px;
|
|
float:left;
|
|
.inner{
|
|
margin-top:5px;
|
|
font-size:0.9em;
|
|
}
|
|
.image{
|
|
height:130px;
|
|
background: center center no-repeat;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
}
|
|
}}
|
|
|
|
|
|
#image_actu_albums{
|
|
|
|
.image_actu_album{
|
|
|
|
margin-bottom:20px;
|
|
|
|
padding:10px;
|
|
}
|
|
|
|
|
|
}
|
|
#donate_block_bottom{
|
|
background:url('/hachures.jpg');
|
|
padding:60px 20px;
|
|
|
|
.left_block{
|
|
width:65%;
|
|
float:left;
|
|
.inner{
|
|
padding:30px;
|
|
background:white;
|
|
h3{
|
|
font-size:2em;
|
|
margin-top:0;
|
|
color:$dark_orange;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.right_block{
|
|
width:35%;
|
|
float:left;
|
|
.inner{
|
|
padding:30px;
|
|
margin-left:50px;
|
|
background:white;
|
|
|
|
a{
|
|
display:block;
|
|
padding-bottom:20px;
|
|
color:inherit;
|
|
span{
|
|
font-weight:600;
|
|
color:$orange;
|
|
display:block;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#slider_banner{
|
|
background:url('/orange.jpg') no-repeat center center;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
padding:60px 20px ;
|
|
|
|
|
|
|
|
|
|
.bx-pager{
|
|
display:none;
|
|
}
|
|
|
|
.bx-wrapper{
|
|
margin:0 auto;
|
|
}
|
|
|
|
|
|
.main_container{
|
|
overflow:inherit;
|
|
}
|
|
|
|
#slider_left{
|
|
max-width:70%;
|
|
position:relative;
|
|
|
|
|
|
|
|
box-sizing:border-box;
|
|
|
|
#clip_place{
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
z-index:3;
|
|
|
|
.close{
|
|
|
|
position:absolute;
|
|
top:-20px;
|
|
right:0px;
|
|
}
|
|
|
|
.video-responsive{
|
|
overflow:hidden;
|
|
padding-bottom:56.25%;
|
|
position:relative;
|
|
height:0;
|
|
}
|
|
.video-responsive iframe{
|
|
left:0;
|
|
top:0;
|
|
height:100%;
|
|
width:100%;
|
|
position:absolute;
|
|
}
|
|
}
|
|
|
|
}
|
|
#slider_right{
|
|
width:30%;
|
|
.inner{
|
|
p{
|
|
|
|
}
|
|
text-align:center;
|
|
|
|
margin-left:50px;
|
|
|
|
color:white;
|
|
padding:20px;
|
|
box-sizing:border-box;
|
|
|
|
img{
|
|
max-width:100%;
|
|
display:block;
|
|
|
|
margin:auto;
|
|
margin-top:10px;
|
|
}
|
|
|
|
}
|
|
float:right;
|
|
|
|
|
|
h1{
|
|
font-size:1.6em;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.row_actus{
|
|
padding:0 20px;
|
|
h4{
|
|
margin-top:0px;
|
|
margin-bottom:10px;
|
|
|
|
font-size:1.6em;
|
|
color:$dark_orange;
|
|
}
|
|
h2{
|
|
margin-top:0;
|
|
}
|
|
.home_title{
|
|
|
|
.link_reseau{
|
|
|
|
span{
|
|
color:white !important;
|
|
background:black;
|
|
|
|
height:40px;
|
|
width:40px;
|
|
border-radius:50%;
|
|
display:inline-block;
|
|
margin:0 5px;
|
|
text-align:center;
|
|
box-sizing:border-box;
|
|
padding-top:8px;
|
|
position:relative;
|
|
top:-1px;
|
|
}
|
|
|
|
}
|
|
}
|
|
.home_articles{
|
|
width:66.66%;
|
|
float:left;
|
|
margin:0;
|
|
box-sizing:border-box;
|
|
padding:0 15px;
|
|
|
|
.home_article_header{
|
|
display:block;
|
|
|
|
box-sizing:border-box;
|
|
float:left;
|
|
width:50%;
|
|
padding:0px 15px;
|
|
|
|
|
|
|
|
.image{
|
|
|
|
display:block;
|
|
|
|
|
|
}
|
|
margin-bottom:30px;
|
|
|
|
.description{
|
|
|
|
p{
|
|
margin-top:0;
|
|
font-size:0.9em;
|
|
}
|
|
padding:0px;
|
|
color:rgba(0,0,0,0.7);
|
|
|
|
h2{
|
|
margin-top:8px;
|
|
margin-bottom:8px;
|
|
|
|
|
|
color:black;
|
|
font-size:1.2em;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner{
|
|
margin-left:-15px;
|
|
|
|
|
|
box-sizing:border-box;
|
|
|
|
|
|
|
|
.index_category .article_header .image {
|
|
background: black center center;
|
|
background-size: 100%;
|
|
background-size: cover;
|
|
width: 50%;
|
|
height: 300px;
|
|
float: left;
|
|
}
|
|
/* line 413, /Users/nico/Dev/intra_app/app/assets/stylesheets/public/articles.css.scss */
|
|
.index_category .article_header .description {
|
|
margin-left: 50%;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.connaitre_container{
|
|
padding:0 20px;
|
|
text-align:center;
|
|
.main_container{
|
|
max-width: 1350px;
|
|
margin: 0 auto;
|
|
padding: 0 10px;
|
|
|
|
}
|
|
.inner{
|
|
margin:0px -15px;
|
|
margin-bottom:20px;
|
|
}
|
|
.element{
|
|
width:49%;
|
|
margin:0;
|
|
|
|
display:inline-block;
|
|
box-sizing:border-box;
|
|
padding:15px;
|
|
position:relative;
|
|
.with_ratio{
|
|
box-shadow:0 0 40px rgba(0,0,0,0.3);
|
|
}
|
|
h4{
|
|
|
|
position:absolute;
|
|
bottom:-30px;
|
|
left:35px;
|
|
right:35px;
|
|
|
|
margin:0;
|
|
padding:12px 10px;
|
|
padding-bottom:23px;
|
|
font-size:1em;
|
|
|
|
text-align:center;
|
|
color:black;
|
|
background:#F6F8F8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
margin-bottom:100px;
|
|
|
|
|
|
}
|
|
|
|
.follow_row_container{
|
|
|
|
|
|
padding:0 0px;
|
|
padding-bottom:60px;
|
|
background:url('/blanc.jpg') no-repeat center center;
|
|
background-size:100%;
|
|
background-size:cover;
|
|
|
|
.main_container{
|
|
max-width:1350px;
|
|
|
|
margin:0 auto;
|
|
padding : 0 10px;
|
|
}
|
|
|
|
.inner{
|
|
margin:0 0px;
|
|
|
|
}
|
|
.element{
|
|
width:23%;
|
|
margin:1%;
|
|
float:left;
|
|
box-sizing:border-box;
|
|
padding:0px;
|
|
position:relative;
|
|
h4{
|
|
img{
|
|
display:block;
|
|
margin:auto;
|
|
height:77px;
|
|
}
|
|
position:absolute;
|
|
color:white;
|
|
left:0;
|
|
right:0;
|
|
margin:0;
|
|
font-weight:900;
|
|
font-size:1em;
|
|
padding:0px;
|
|
text-align:center;
|
|
|
|
|
|
}
|
|
|
|
.overlay{
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
background:rgba(0,0,0,0.2);
|
|
|
|
|
|
}
|
|
&:hover{
|
|
.overlay{
|
|
background:rgba(0,0,0,0.4);}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline_container{
|
|
|
|
.inner{
|
|
background:transparent;
|
|
}
|
|
}
|
|
|
|
.blog_content_show, .menu_content_inner{
|
|
|
|
a{
|
|
&:hover{
|
|
text-decoration:underline;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.newsletter_list{
|
|
|
|
padding:10px 20px;
|
|
margin-bottom:20px;
|
|
background:white;
|
|
padding-bottom:30px;
|
|
display:block;
|
|
|
|
|
|
h2{
|
|
margin-bottom:0;
|
|
}
|
|
p.date{
|
|
float:right;
|
|
padding-top:5px;
|
|
color:black;
|
|
}
|
|
}
|
|
|
|
a.newsletter_list{
|
|
&:hover{
|
|
h2{
|
|
text-decoration:underline;
|
|
}
|
|
border-left:5px solid $orange;
|
|
}
|
|
text-decoration:none !important;
|
|
|
|
span{
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.flashs{
|
|
position:fixed;
|
|
bottom:10px;
|
|
|
|
right:10px;
|
|
max-width:600px;
|
|
width:50%;
|
|
z-index:3;
|
|
|
|
|
|
.error, .notice, .alert{
|
|
|
|
padding: 15px;
|
|
margin-bottom: 20px;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
.remove{
|
|
padding-right:7px;
|
|
cursor:pointer;
|
|
}
|
|
}
|
|
.error{
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
}
|
|
|
|
.notice{
|
|
color: #3c763d;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
}
|
|
|
|
.alert{
|
|
color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
#menu_top_container #menu .content{
|
|
font-family:$title_font;
|
|
text-transform:uppercase !important;
|
|
font-weight:900 !important;
|
|
font-size:17px !important;
|
|
|
|
a{
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
}
|
|
|
|
#menu_top_container{
|
|
|
|
#baseline{
|
|
position:absolute;
|
|
bottom:12px;
|
|
font-family:$sans_serif_font;
|
|
font-size:13px;
|
|
|
|
text-align:left;
|
|
left:110px;
|
|
line-height:14px;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
h2.home_title{
|
|
text-align:left;
|
|
padding:60px 0;
|
|
padding-bottom:40px;
|
|
margin:0;
|
|
font-weight:900;
|
|
span{
|
|
color:$orange;
|
|
}
|
|
|
|
}
|
|
|
|
h1,h2,h3,h4{
|
|
&.cursive{
|
|
text-transform:none;
|
|
font-weight:normal;
|
|
font-family:$cursive_font;
|
|
line-height:1.1em;
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.serif_link{
|
|
font-family:$serif_font;
|
|
|
|
|
|
color:$dark_orange;
|
|
font-weight:600;
|
|
font-size:1.1em;
|
|
span{
|
|
font-family:$sans_serif_font;
|
|
color:white;
|
|
border-radius:50%;
|
|
width:1em;
|
|
height:1em;
|
|
padding:4px;
|
|
padding-bottom:6px;
|
|
padding-top:2px;
|
|
background:$orange;
|
|
display:inline-block;
|
|
text-align:center;
|
|
font-weight:normal;
|
|
|
|
}
|
|
&:hover{
|
|
color:$dark_orange;
|
|
span{
|
|
background:$dark_orange;
|
|
color:white;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
#menu_top_container #menu .content .donate a {
|
|
|
|
background-color:$blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width:1350px) {
|
|
|
|
.socials_links{
|
|
position:fixed;
|
|
bottom:0px;
|
|
right:100px;
|
|
width:150px;
|
|
text-align:right;
|
|
opacity:1;
|
|
&:hover{
|
|
opacity:1;
|
|
}
|
|
.link{
|
|
float:left;
|
|
|
|
}
|
|
.top_link{
|
|
|
|
float:left;
|
|
}
|
|
|
|
}
|
|
.width_sidebar{
|
|
|
|
//max-width:1250px;
|
|
margin:0 2%;
|
|
|
|
|
|
#sidebar{
|
|
|
|
.inner{
|
|
margin:auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width:1180px) {
|
|
|
|
|
|
|
|
}
|
|
|
|
@media screen and (max-width:1100px) {
|
|
|
|
|
|
|
|
|
|
|
|
#baseline{
|
|
display:none;
|
|
}
|
|
|
|
#new_bottom{
|
|
.main_container{
|
|
padding:0 20px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#slider_banner #slider_right .inner {
|
|
margin-left:20px !important;
|
|
padding:10px;
|
|
|
|
h1{
|
|
font-size:1.2em;
|
|
margin-top:0;
|
|
}
|
|
p{
|
|
|
|
font-size:0.95em;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.mobile_bars{
|
|
display:none;
|
|
.right_bars{
|
|
float:right;
|
|
font-size:2em;
|
|
color:white;
|
|
padding-right:10px;
|
|
padding-bottom:5px;
|
|
}
|
|
}
|
|
@media screen and (max-width:800px) {
|
|
|
|
|
|
.special_show_special1{
|
|
display:block !important;
|
|
width:auto !important;
|
|
}
|
|
.large_thumb{
|
|
margin:auto;
|
|
padding-bottom:0;
|
|
}
|
|
.special_show .span_6{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
.small_thumb{
|
|
margin:15px;
|
|
}
|
|
|
|
.langs_menu{
|
|
display:block;
|
|
position:absolute;
|
|
top:0px;
|
|
right:10px;
|
|
z-index:101;
|
|
}
|
|
|
|
.blog_sidebar{
|
|
.facebook, .twitter{
|
|
display:none;
|
|
}
|
|
|
|
}
|
|
.video_content{
|
|
padding:30px 30px;
|
|
}
|
|
.video_files{
|
|
|
|
.column{
|
|
float:none;
|
|
width:auto;
|
|
max-width:400px;
|
|
margin:auto;
|
|
}
|
|
}
|
|
|
|
.video_folder{
|
|
h2{
|
|
text-align:center;
|
|
}
|
|
}
|
|
.row_actus .home_articles{
|
|
.home_article_header{
|
|
width:auto;
|
|
max-width:90%;
|
|
float:none;
|
|
margin:auto;
|
|
margin-bottom:30px !important;
|
|
max-width:100%;
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.article-1x{
|
|
width:90%;
|
|
margin:auto;
|
|
}
|
|
|
|
.investigation_container{
|
|
width:90%;
|
|
float:none;
|
|
top:0;
|
|
margin-top:40px;
|
|
|
|
}
|
|
#slider_banner{
|
|
padding-top:20px;
|
|
padding-bottom:0px;
|
|
|
|
#slider_left{
|
|
float:none;
|
|
width:auto;
|
|
max-width:2000px;
|
|
}
|
|
|
|
#slider_right{
|
|
float:none;
|
|
width:auto;
|
|
.inner {
|
|
margin-left:20px !important;
|
|
padding:10px;
|
|
min-height:0;
|
|
height:auto !important;
|
|
margin-left:0 !important;
|
|
|
|
h1{
|
|
font-size:1.6em;
|
|
margin-top:0;
|
|
}
|
|
p{
|
|
|
|
font-size:1em;
|
|
}
|
|
|
|
img{
|
|
margin:20px auto;
|
|
max-width: 300px;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.follow_row_container {
|
|
.element{
|
|
|
|
img{display:none}
|
|
|
|
h4{
|
|
font-size:1.2em;
|
|
right:0px !important;
|
|
padding:15px !important
|
|
}
|
|
|
|
}
|
|
|
|
#element_6{
|
|
h4{
|
|
text-align:left;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#donate_block_bottom .left_block .inner{
|
|
|
|
h3{
|
|
font-size:1.6em;
|
|
}
|
|
}
|
|
#donate_block_bottom .right_block .inner{
|
|
|
|
|
|
|
|
margin-left:20px;
|
|
}
|
|
|
|
|
|
body{
|
|
padding-top:0 !important;
|
|
}
|
|
.petition_bottom{
|
|
|
|
.inner{
|
|
|
|
padding:0;
|
|
}
|
|
}
|
|
.petition_large_content{
|
|
padding:20px 0 !important;
|
|
}
|
|
#sidebar{
|
|
ul{
|
|
|
|
a{
|
|
|
|
|
|
padding:10px 20px !important;
|
|
}
|
|
}
|
|
}
|
|
.sub_menu_bar{
|
|
padding:0;
|
|
border-top:1px solid rgba(255,255,255,0.2);
|
|
ul{
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
li{
|
|
display:block;
|
|
|
|
a{
|
|
display:block;
|
|
padding:10px 20px !important;
|
|
border-bottom:1px solid rgba(255,255,255,0.2);
|
|
font-size:1em;
|
|
border-radius:0 !important;
|
|
color:white;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.sub_bottom{
|
|
a{
|
|
display:block !important;
|
|
padding:10px 20px;
|
|
border-bottom:1px solid rgba(255,255,255,0.2);
|
|
margin:0 -10px !important;
|
|
}
|
|
padding:30px 20px;
|
|
p{
|
|
max-width:100% !important;
|
|
}
|
|
}
|
|
|
|
#sidebar, .menu_content_inner, .side_menu{
|
|
float:none;
|
|
width:auto !important;
|
|
display:block;
|
|
|
|
}
|
|
.menu_content_inner{
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
.menu_item_children_small{ .menu_itemlink_content{
|
|
display:block;
|
|
width:auto;
|
|
}
|
|
}
|
|
|
|
#menu_top_container{
|
|
position:relative;
|
|
top:0;
|
|
|
|
|
|
&.move_top{
|
|
position:static;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#menu{
|
|
|
|
text-align:center;
|
|
.content, .sub_content, #logo, &.move_top #logo{
|
|
position:static;
|
|
display:block;
|
|
float:none;
|
|
margin:10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.donate{
|
|
display: block !important;
|
|
margin-top:10px;
|
|
a{
|
|
border-bottom:0px solid white !important;
|
|
}
|
|
}
|
|
|
|
.content{
|
|
padding:0;
|
|
border-top:1px solid rgba(255,255,255,0.2);
|
|
ul{
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
li{
|
|
display:block !important;
|
|
a{
|
|
display:block !important;
|
|
padding:10px 20px;
|
|
border-bottom:1px solid rgba(255,255,255,0.2);
|
|
}
|
|
}
|
|
.home_link{
|
|
display:none !important;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
.petition_form_inner{
|
|
padding:0;
|
|
|
|
}
|
|
.petition{
|
|
margin:0;
|
|
border-radius:0;
|
|
.content{
|
|
width:auto;
|
|
float:none;
|
|
}
|
|
.form{
|
|
|
|
margin:0;
|
|
}
|
|
}
|
|
|
|
.petition_large{
|
|
|
|
.petition_large_content{
|
|
|
|
.inner_left{
|
|
|
|
width:auto;
|
|
|
|
}
|
|
|
|
.inner_right{
|
|
|
|
width:auto;
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
.article_top h1, .menu_item_top h1{
|
|
font-size:30px;
|
|
bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.donate_block{
|
|
|
|
.inner{
|
|
width:auto;
|
|
|
|
|
|
}
|
|
}
|
|
.columns{
|
|
|
|
width:auto !important;
|
|
float:none;
|
|
display:block;
|
|
}
|
|
|
|
.article-2x{
|
|
width:auto !important;
|
|
float:none;
|
|
display:block;
|
|
|
|
.inner{
|
|
height:auto;
|
|
.img, .description{
|
|
width:auto !important;
|
|
float:none !important;
|
|
margin:0;
|
|
text-align:center;
|
|
|
|
|
|
}
|
|
.img{
|
|
margin-bottom:10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottom{
|
|
display:none;
|
|
}
|
|
.sub_content{
|
|
position:static;
|
|
display: block ;
|
|
ul{
|
|
display:none;
|
|
}
|
|
|
|
.langs_menu{
|
|
ul{
|
|
display:block;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.donate_bottom{
|
|
display:block !important;
|
|
padding-bottom:30px;
|
|
padding-top:0;
|
|
text-align:center;
|
|
|
|
|
|
a{
|
|
|
|
text-transform:uppercase;
|
|
color:white;
|
|
margin-left:5px;
|
|
padding:6px 20px;
|
|
font-size:0.95em;
|
|
$bg_color:#f5911f;
|
|
background:url('/logo_fade_w.png') no-repeat bottom right $bg_color;
|
|
background-size: auto 100%;
|
|
font-weight:500;
|
|
&:hover{
|
|
background-color:darken($bg_color,5);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.home_reseaux .social_content{
|
|
|
|
display:none;
|
|
}
|
|
#home_social_mobile{
|
|
padding:10px 0;
|
|
display:block !important;
|
|
margin-bottom:20px;
|
|
a{
|
|
|
|
font-size:1.5em;
|
|
color:black;
|
|
margin-bottom:10px;
|
|
span{
|
|
font-size:1.8em;
|
|
margin-left:20px;
|
|
width:40px;
|
|
display:inline-block;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.row_actus{
|
|
|
|
padding:0px 20px;
|
|
.home_reseaux{
|
|
float:none;
|
|
width:auto;
|
|
|
|
}
|
|
|
|
.home_articles{
|
|
float:none;
|
|
width:auto;
|
|
margin:0;
|
|
|
|
#home_article_header{
|
|
margin:0;
|
|
max-width:100%;
|
|
padding:0;
|
|
}
|
|
|
|
.home_article_small{
|
|
padding:0;
|
|
margin-bottom:30px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.investigation_container{
|
|
.investigations{
|
|
margin:auto;
|
|
|
|
}
|
|
width:auto;
|
|
padding:0;
|
|
padding-top:30px;
|
|
border-left:0;
|
|
border-bottom:0;
|
|
border-right:0;
|
|
.investigation{
|
|
padding:0;
|
|
float:none;
|
|
width:auto;
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
}
|
|
|
|
.connaitre_container{
|
|
margin-bottom:0;
|
|
padding:0;
|
|
.home_title{
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.inner{
|
|
margin:0 -20px;
|
|
margin-top:0;
|
|
margin-bottom:0px;
|
|
|
|
}
|
|
.element{
|
|
float:none !important;
|
|
width:90% !important;
|
|
margin:auto;
|
|
margin-bottom:50px;
|
|
padding:20px;
|
|
|
|
|
|
}
|
|
.right{
|
|
float:none !important;
|
|
margin-bottom:10px;
|
|
}
|
|
}
|
|
|
|
.follow_row_container .element{
|
|
margin:10px;
|
|
margin-bottom:20px;
|
|
|
|
float:none !important;
|
|
width:auto !important;
|
|
a{
|
|
height:200px !important;
|
|
}
|
|
|
|
h4{
|
|
top:inherit !important;
|
|
bottom:10px !important;
|
|
left:10px !important;
|
|
right:10px !important;
|
|
text-align:center !important;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
#new_donate{
|
|
|
|
.inner {
|
|
.left{
|
|
margin-bottom:20px;
|
|
}
|
|
.right a{
|
|
display:block;
|
|
margin:20px 30px;
|
|
margin-top:0px;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.mobile_bars{
|
|
display:block;
|
|
|
|
|
|
}
|
|
|
|
.sub_menu_bar ul li a{
|
|
display:none ;
|
|
|
|
&.active{
|
|
display:block ;
|
|
}
|
|
|
|
}
|
|
.sub_menu_bar li a{
|
|
|
|
|
|
|
|
&.active{
|
|
display:block ;
|
|
}
|
|
}
|
|
|
|
.sub_menu_bar ul li{
|
|
display:block;
|
|
}
|
|
|
|
.mobile_show_block{
|
|
display:block !important;
|
|
}
|
|
|
|
.menu_content_inner .inner{
|
|
|
|
margin: 0 20px;
|
|
.bottom_subpages{
|
|
margin:0;
|
|
padding:0 20px;
|
|
.subpage_link{
|
|
margin:0;
|
|
margin-bottom:40px;
|
|
width:100%;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#menu_top_burger{
|
|
display:none;
|
|
}
|
|
|
|
|
|
@media screen and (max-width:600px) {
|
|
|
|
#home_social_mobile{
|
|
margin-bottom:0;
|
|
a{
|
|
display:block;
|
|
|
|
}
|
|
|
|
}
|
|
.top{
|
|
|
|
|
|
#logo, &.move_top #logo{
|
|
position:static;
|
|
display:block;
|
|
float:none;
|
|
margin:10px auto;
|
|
|
|
}
|
|
.contact{
|
|
display:none;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.article_top h1, .menu_item_top h1{
|
|
font-size:23px;
|
|
bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
#new_bottom{
|
|
padding:0 20px;
|
|
.newsletter_bottom, .socials_bottom{
|
|
border:0;
|
|
width:auto;
|
|
float:none;
|
|
padding-left:0;
|
|
padding-right:0;
|
|
}
|
|
.newsletter_bottom{
|
|
border-bottom:1px solid rgba(255, 255, 255, 0.8);
|
|
}
|
|
}
|
|
|
|
|
|
#bxslider .inner{
|
|
width:100% !important;
|
|
max-width:100% !important;
|
|
}
|
|
.petitions_large_view .petition_small{
|
|
|
|
width:50%;
|
|
}
|
|
.no_mobile{
|
|
display:none;
|
|
}
|
|
|
|
|
|
|
|
.shortcut_row .shortcut{
|
|
float:none !important;
|
|
width:auto !important;
|
|
margin:20px !important;
|
|
|
|
|
|
}
|
|
.index_category .article_header .image{
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
.home_reseaux{
|
|
float:none !important;
|
|
width:100% !important;
|
|
.inner{
|
|
margin-right:0 !important;
|
|
}
|
|
|
|
}
|
|
|
|
.home_articles{
|
|
float:none !important;
|
|
width:100% !important;
|
|
|
|
}
|
|
|
|
.left_follow{
|
|
float:none !important;
|
|
width:100% !important;
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
.right_follow{
|
|
float:none !important;
|
|
width:100% !important;
|
|
.inner{
|
|
margin-right:10px !important;
|
|
}
|
|
.element{
|
|
width:50% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.row_actus {
|
|
.home_reseaux{
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
.home_articles{
|
|
.inner{
|
|
margin:0;
|
|
}
|
|
#home_more_articles {
|
|
margin:0;
|
|
.home_article_small{
|
|
|
|
float:none;
|
|
width:auto;
|
|
.inner{
|
|
background:white;
|
|
}
|
|
|
|
}
|
|
}
|
|
#home_article_header{
|
|
margin-bottom:0;
|
|
.image{
|
|
float:none;
|
|
width:auto;
|
|
}
|
|
.description{
|
|
margin:0;
|
|
p{
|
|
margin-bottom:0;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#donate_block_bottom{
|
|
margin-top:40px;
|
|
padding-top:20px;
|
|
padding-bottom:20px;
|
|
.right_block{
|
|
float:none !important;
|
|
width:auto !important;
|
|
|
|
.inner{
|
|
margin-left:0;
|
|
}
|
|
|
|
}
|
|
|
|
.left_block{
|
|
float:none !important;
|
|
width:auto !important;
|
|
|
|
.inner{
|
|
padding-bottom:1px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.row_actus .home_articles #home_more_articles .home_article_small h2{
|
|
|
|
font-size:1em;
|
|
font-family:$sans_serif_font;
|
|
padding:10px;
|
|
text-transform:uppercase;
|
|
|
|
|
|
}
|
|
|
|
.row_actus .home_articles #home_more_articles{
|
|
margin-bottom:0;
|
|
}
|
|
|
|
#sub_links{
|
|
text-align:right;
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu_top_container #menu .content{
|
|
display:none;
|
|
}
|
|
|
|
#menu_top_burger{
|
|
display:block;
|
|
position:absolute;
|
|
top:10px;
|
|
left:10px;
|
|
font-size:1.4em;
|
|
z-index:101;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
.contact_page{
|
|
|
|
padding:20px;
|
|
.btn{
|
|
text-transform:uppercase;
|
|
background:$orange;
|
|
padding:10px 30px;
|
|
|
|
}
|
|
.inner{
|
|
font-size:1.1em;
|
|
}
|
|
}
|
|
|
|
|
|
#enquete_overlay{
|
|
background:rgba(255,255,255,0.9);
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
z-index:10000;
|
|
|
|
.inner{
|
|
position:relative;
|
|
width:90%;
|
|
max-width:800px;
|
|
margin:auto;
|
|
}
|
|
.close{
|
|
padding:5px 10px;
|
|
background:#F7F7F7;
|
|
position:absolute;
|
|
right:20px;
|
|
top:-30px;
|
|
cursor:pointer;
|
|
}
|
|
.site{
|
|
padding:5px 10px;
|
|
|
|
position:absolute;
|
|
right:-10px;
|
|
bottom:-27px;
|
|
cursor:pointer;
|
|
font-size:0.9em;
|
|
}
|
|
img{
|
|
width:100%;
|
|
position:relative;
|
|
display:block;
|
|
margin:auto;
|
|
}
|
|
}
|
|
|
|
#document_cart_overlay{
|
|
background:rgba(255,255,255,0.9);
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
z-index:10000;
|
|
|
|
#document_cart{
|
|
position:relative;
|
|
width:90%;
|
|
max-width:600px;
|
|
margin:auto;
|
|
background:white;
|
|
text-align:center;
|
|
padding:20px;
|
|
box-shadow:0 0 10px rgba(0,0,0,0.3);
|
|
.button{
|
|
padding:5px 10px;
|
|
text-transform:uppercase;
|
|
font-weight:bold;
|
|
cursor:pointer;
|
|
display:inline-block;
|
|
margin:20px 10px;
|
|
|
|
}
|
|
|
|
a{
|
|
.button{
|
|
color:white;
|
|
background:$orange;
|
|
}
|
|
}
|
|
}
|
|
.close{
|
|
padding:5px 10px;
|
|
background:#F7F7F7;
|
|
position:absolute;
|
|
right:20px;
|
|
top:-30px;
|
|
cursor:hand;
|
|
}
|
|
|
|
}
|
|
|
|
.contact_documents{
|
|
padding:10px;
|
|
.data_file{
|
|
|
|
box-sizing:border-box;
|
|
padding:10px;
|
|
|
|
|
|
img{
|
|
float:left;
|
|
width:200px;
|
|
margin-right:10px;
|
|
}
|
|
input{
|
|
display:inline-block;
|
|
width:auto;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.detenus_container{
|
|
border:1px solid rgba(0,0,0,.1);
|
|
padding: 10px 20px;
|
|
margin: 10px 20px;
|
|
|
|
}
|
|
.detenus{
|
|
|
|
columns:3;
|
|
column-gap : 20px;
|
|
column-rule: 1px solid rgba(0,0,0,.1);
|
|
-moz-columns:3;
|
|
-moz-column-gap : 20px;
|
|
-moz-column-rule: 1px solid rgba(0,0,0,.1);
|
|
-webkit-columns:3;
|
|
-webkit-column-gap : 20px;
|
|
-webkit-column-rule: 1px solid rgba(0,0,0,.1);
|
|
|
|
|
|
|
|
.free_text{
|
|
//font-weight:900;
|
|
color:$orange;
|
|
}
|
|
|
|
h4{
|
|
margin-bottom:5px;
|
|
margin-top:0px;
|
|
color:$orange;
|
|
}
|
|
.detenu{
|
|
margin-bottom:6px;
|
|
break-inside: avoid-column;
|
|
.desc{
|
|
font-size:0.95em;
|
|
color:rgba(0,0,0,0.450);
|
|
}
|
|
|
|
}
|
|
|
|
.none{
|
|
font-size:0.95em;
|
|
color:rgba(0,0,0,0.450);
|
|
}
|
|
|
|
.ident{
|
|
font-size:0.95em;
|
|
color:rgba(0,0,0,0.450);
|
|
}
|
|
|
|
.detenu_group{
|
|
margin-bottom:15px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|