/*
Theme Name: Tsédaka
Theme URI: https://www.tsedaka.fsju.org/
Description: Theme pour le site de la Tsédaka.
Author: Yohan Ziri
Version: 1.0
License: GNU General Public License
*/

@charset "iso-8859-1";

@font-face{
    font-family : "Oswald";
	src: url('fonts/Oswald-Regular.ttf')format('truetype');
	font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

@font-face{
    font-family : "Oswald";
	src: url('fonts/Oswald-Bold.ttf')format('truetype');
	font-weight : bold;
}

* { padding:0; margin:0; border:0; }


body {
	font: normal 62.5% Arial, Helvetica;
	cursor: default;
	text-align: center;
	text-decoration: none;
	background-color:#e2e1d9;
}

img, a img {
	border: 0 none;
}

.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	width:100%;
}

.alignleft{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:0px;
	float:left;
}

.alignright{
	margin:5px;
	text-align:right;
	float:right;
}

.wp-caption-text{
	padding-right:10px;
	color:#1362AD;
	text-align:center;
}

/* --------------------------------------------------- */
/* ------------------|* ENTETE *|--------------------- */
/* --------------------------------------------------- */

div#bandeau {
    margin:auto;
	width:100%;
}

div#bandeau-big {
    margin:auto;
	max-width:	980px;
	width:100%;
}

div#bandeau-big img{
	width:100%;
	height:auto;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

div#bandeau-big img:last-child{
	width:100%;
	height:auto;
	margin-top:-4px;
}

.don-sticky{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	padding:10px 0px;
	border-top: 1px solid #000;
	background: #f1f1f1;
	z-index: 1;
}

.don-sticky-bar{
	width:96%;
	max-width:900px;
	margin:auto;
	display:block;
}

a.button-don{
	float:right;
	display:block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	max-width:206px;
	padding:6px 40px;
	width:80%;
	background: transparent url("img/button-don.png") center repeat-y;
    font-family:'Oswald', Arial, Helvetica;
	font-size:230%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

a.button-don:hover{
	color:#fff;
}

.don-sticky img{
	float:left;
	width:auto;
	height:49px;
}

.reserver{
	margin: 20px auto;
	display:block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	max-width:206px;
	padding:6px 40px;
	background: transparent url("img/button-don.png") center repeat-y;
    font-family:'Oswald', Arial, Helvetica;
	font-size:230%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

@media screen and (max-width: 400px) {
	.don-sticky-bar {
		text-align:center;
	}
	.don-sticky img{
		float:none;
	}
	a.button-don{
		float:none;
		margin:auto;
	}
}

/* --------------------------------------------------- */
/* ------------------|* CENTRE *|--------------------- */
/* --------------------------------------------------- */

div#center {
    margin:		auto;
	width:		100%;
	font-size:	12px;
}

.content {
	margin:		0px auto;
	padding:	0px 2%;
	width:		96%;
	max-width:	940px;
	font-size:	150%;
}

@media screen and (max-width: 400px) {
	.content{
		padding:	0px 7%;
		width:		86%;
	}
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

#chiffres{
	padding:40px 0px;
	background-color:#e02a36;
	font-size:150%;
}

#chiffres h2{
	color:#fff;
}

#chiffres ul{
	list-style-type: none;
}

#chiffres .content .chiffre{
	margin:30px 0px;
	color:#fff;
	line-height: 50%;
	border-left:3px solid #fff;
}

#chiffres .content .chiffre:first-child{
	border-left:0px;
}

#chiffres .content .chiffre span{
	color:#fff;
	font-size:50%;
}

#chiffres .content .chiffre .countUpMe{
	font-size:150%;
	line-height:100%;
	font-family: 'Oswald', Arial, Helvetica;	
	padding-bottom:5px;
}

#chiffres .content div:nth-child(4n+0){
}

.video-facebook{
	position: relative; 
	overflow: hidden; 
	padding-top: 100%; 
}

.video-youtube{
	position: relative; 
	overflow: hidden; 
	padding-top: 56.25%; 
}

.video-facebook iframe, .video-youtube iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: 0; 
}

/*3x*/
@media screen and (min-width: 601px) {
	.block33:first-child {
		margin-left:0%;
	}
	.block33 {
		padding: 0 2%;
		margin-left:2%;
		width: 28%;
		float:left;
	}
}

@media screen and (max-width: 600px) {
	.block33:first-child {
		margin:0px;
	}
	.block33 {
		margin-top:20px;
		width: 100%;
	}
}

/*2x*/
@media screen and (min-width: 641px) {
	.block50:nth-child(odd) {
		margin-right:4%;
	}
	.block50 {
		width: 48%;
		float:left;
	}
	.zoom{
		font-size:180%;
	}
}

@media screen and (max-width: 640px) {
	.block50 {
		width: 100%;
	}
}

/*4x*/
@media screen and (min-width: 601px) {
	.block25:nth-child(4n+1) {
		margin-left:0;
	}
	.block25 {
		margin-left:2%;
		width: 23%;
		float:left;
	}
}

@media screen and (max-width: 600px) {
	.block25:nth-child(2n+0) {
		margin-left:0;
	}
	.block25 {
		margin-left:2%;
		width: 46%;
		float:left;
	}
	#chiffres .content .chiffre {
		border-left: 0px;
	}
}

@media screen and (max-width: 400px) {
	.block25:nth-child(2n+0) {
		margin-left:12%;
	}
	.block25 {
		margin-left:12%;
		margin-right:12%;
		width: 76%;
	}
	#chiffres .content .chiffre {
		border-left: 0px;
		width:100%;
	}
}

/* --------------------------------------------------- */
/* ------------------|* PIED *|----------------------- */
/* --------------------------------------------------- */

div#foot {
	background-color:#f6f6f6;
}

div#footer {
	margin:auto;
	padding:20px 0px;
	max-width:900px;
	width:96%;
	font-size:140%;
    font-family: Arial, Helvetica;
	font-weight:normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}

div#footer p.campagne{
	padding-top:20px;
	padding-right:20px;
	font-weight:bold;
	float:left;
}

div#footer .block33{
	margin-bottom:20px;
	background-color:#f1f1f1;
}

div#footer .block33 p{
	padding:20px 0px;
	font-weight:bold;
	float:left;
}

div#footer .block33 span{
	color:#e02a36;
}

div#footer .block33 a{
	text-decoration:none;
	font-size:140%;
	text-align:center;
}

div#footer img{
	max-width:130px;
	float:left;
}

div#footer .aligncenter{
	color:#e02a36;
}

div#footer .button-don{
	margin:auto;
	margin-bottom:10px;
	float:inherit;
	display:block;
	max-width:180px;
}

div#footer i{
	font-size: 4em;
	text-align:center;
	color:#e02a36;
}

@media screen and (max-width: 400px) {
	#footer .block33{
		width:86%;
		padding-left:7%;
		padding-right:7%;
	}
	#footer .block50{
		width:86%;
		padding-left:7%;
		padding-right:7%;
		text-align:center !important;
	}
	#footer .block50 img{
		float:none;
	}
	div#footer p.campagne{
		float:none;
		padding:10px 0px;
	}
}

.facebook{
	display:block;
	margin:auto;
	padding:10px;
	width:110px;
	font-family: 'Oswald', Arial, Helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #77808c;
	line-height: 18px;
	text-align:left;
	padding-left:42px;
	background: #f5f5f5 url("img/facebook.gif") 5px center no-repeat;
}

.facebook a{
	text-decoration:none;
	color: #77808c;
}

.facebook span{
	color: #4467b9;
}

.twitter{
	display:block;
	margin:auto;
	padding:10px;
	width:100px;
	font-family: 'Oswald', Arial, Helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #77808c;
	line-height: 18px;
	text-align:left;
	padding-left:42px;
	background: #f5f5f5 url("img/twitter.gif") 5px center no-repeat;
}

.twitter a{
	text-decoration:none;
	color: #77808c;
}

.twitter span{
	color: #000;
}

.tiktok{
	display:block;
	margin:auto;
	padding:10px;
	width:100px;
	font-family: 'Oswald', Arial, Helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	line-height: 18px;
	text-align:left;
	padding-left:42px;
	background: #f5f5f5 url("img/tiktok.gif") 5px center no-repeat;
}

.tiktok a{
	text-decoration:none;
	color: #77808c;
}

.tiktok span{
	color: #000;
}

.instagram{
	display:block;
	margin:auto;
	padding:10px;
	width:120px;
	font-family: 'Oswald', Arial, Helvetica;
	font-weight: bold;
	font-size: 17px;
	color: #77808c;
	line-height: 18px;
	text-align:left;
	padding-left:42px;
	background: #f5f5f5 url("img/instagram.gif") 5px center no-repeat;
}

.instagram a{
	text-decoration:none;
	color: #77808c;
}

.instagram span{
	color: #ae4492;
}

/* --------------------------------------------------- */
/* ---------------|* EVENEMENTS *|-------------------- */
/* --------------------------------------------------- */

div#evenements {
	padding:50px 0px;
	background-color: #f1f1f1;
	font-size:150%;
}


div#evenements .block25{
	margin-top:10px;
}


.image_news{
	width:100%;
	height:auto;
}

.image_news img{
	width:100%;
	height:auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.image_news:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.infos_news{
	padding-top:10px;
	width:100%;
	font-size:60%;
}

.date_news{
	font-weight:bold;
	text-transform : uppercase;
	color:#68548e;
}

.title_news{
	font-weight:bold;
	color:#000;
}

.lieu_news{
	font-weight:normal;
	color:#000;
}

.achat_news a,.achat_news a:hover,.achat_news a:focus{
	font-weight:bold;
	color:#E02A36;
}

/* --------------------------------------------------- */
/* --------------------|* SLICK *|-------------------- */
/* --------------------------------------------------- */

#sponsors{
	padding-top:50px;
	padding-bottom:60px;
	background-color:#e02a36;
	font-size:150%;
}

#sponsors h2{
	color:#fff;
	margin-bottom:40px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --------------------------------------------------- */
/* --------------------|* TITRES *|------------------- */
/* --------------------------------------------------- */

h1, h2, h3 {
}

h1{
	margin-top:20px;
    font-family:'Oswald', Arial, Helvetica;
	font-size:	150%;
	color:		#e02a36;
	font-weight:bold;
	text-align:center;
}

h2{
	margin-bottom:20px;
    font-family:'Oswald', Arial, Helvetica;
	font-size:	110%;
	color:		#e02a36;
	font-weight:bold;
	text-align:center;
}

/* --------------------------------------------------- */
/* -----------------|* PARAGRAPHES *|----------------- */
/* --------------------------------------------------- */

.clear {
	clear:both;
}

/* --------------------------------------------------- */
/* ---------------------|* LIENS *|------------------- */
/* --------------------------------------------------- */

a { 
	text-decoration: underline;
	cursor: pointer;
	color: #e02a36;
}

a:hover, a:focus { 
	color: #aaaaaa;
}


/* --------------------------------------------------- */
/* -------------------|* FORM *|---------------------- */
/* --------------------------------------------------- */

form.wpcf7-form{
	background: rgba(200, 200, 200,.1);
	padding: 1em;
	box-shadow: 0 0 1em rgba(0,0,0,.3);
}

form.wpcf7-form * {
	transition: 225ms;
}

form.wpcf7-form label {
	display: block;
	width: 100%;
	cursor: pointer;
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin-bottom: 1.5em;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.7);
	background: transparent;
	font-size: 1.2em;
}

form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,1);
}

form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
	border-bottom: 1px solid #333;
	box-shadow: inset 0 -2px 0 #333;
	outline: none;
}

form.wpcf7-form input,
form.wpcf7-form textarea{
	background: rgba(0,0,0,.03));
}

form.wpcf7-form input[type="submit"] {
	padding: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 110%;
	border: 2px solid #fff;
	box-shadow: none;
	background: rgba(0,0,0,.1);
	color: #fff;
	line-height: 1.2em;
}

form.wpcf7-form input[type="submit"]:hover {
	background-color: rgba(255,255,255,.2);
	font-weight: 900;
}

span.wpcf7-not-valid-tip {
	position: relative;
	top: -1em;
	color: #e87676;
}

div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}

div.wpcf7 .ajax-loader {
	display:none;
	background: none;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
	border: 3px solid #dedede;
	border-top: 3px solid #000000;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	margin: 0;
	vertical-align: middle;
}

@-webkit-keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}

@keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}


.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    opacity: .75;
}

/*Cookies*/
button.cookiebutton {
    background: none;
    padding: 0;
    border: none;
}
button.cookiebutton:hover {
    text-decoration: underline;
    cursor: pointer;
}
.cookie-notice {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3a3539;
    z-index: 9999;
}
.cookie-notice button {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 15px;
    color: #fff;
    background: #d10000;
}

/* HEADER */

div#head {
    margin:auto;
	width:	100%;
	height:	50px;
	background-color:#f1f1f1;
}

div#header {
    margin:auto;
	max-width:	940px;
	width:100%;
	height:	50px;
    font-family:'Trebuchet MS', Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
}


.retour {
	font-size:100%;
	font-weight:400;
	padding:5px 10px;
	text-decoration:none;
	color:#404040;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.retour:hover {
	color:#ccc;
}

/* Menu */

/* Navigation */
.brand {
	float: left;
	line-height: 1.4em;
	padding: 1em 2em;
	color: #fff;
	font-family: "Permanent Marker", cursive;
	display:none;
}
.brand img{
	max-width:200px;
}
.brand:hover {
  color: #fff;
}

.main-navigation {
	background-color: #f1f1f1;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
  display: block;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul li:hover, .main-navigation ul li .focus {
/*  background-color: #666666; */
}
.main-navigation ul li:hover > ul, .main-navigation ul li .focus > ul {
  left: auto;
}
.main-navigation ul li a {
	display: block;
	margin: 0.8em 0;
	padding: 0 0.5em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color:#212121;
	border-left:2px #e02a36 solid;
}
.main-navigation ul li:first-child a {
	border:none;
}
.main-navigation ul li a:hover {
	color:#e02a36;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul ul li {
  width: 120px;
}

/* Menu Burger
----------------*/
.icon-bar {
	background-color: #e02a36;
	width: 20px;
	height: 2px;
	display: block;
	-webkit-transition: transform .5s linear;
	transition: transform .5s linear;
}

.top-bar, .middle-bar {
  margin-bottom: 5px;
}

/* transform Iconburger */
.icon-bar.transformIconTop {
  -webkit-transform: translate(3px) rotate(45deg);
  transform: translate(3px) rotate(45deg);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.icon-bar.transformIconMiddle {
  opacity: 0;
}

.icon-bar.transformIconBottom {
  -webkit-transform: translate(3px) rotate(-45deg);
  transform: translate(3px) rotate(-45deg);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .menu-toggle {
	margin-top:1em;
	background:none;
  }
  .main-navigation ul li {
    float: none;
    width: 100%;
  }

  .brand {
    display: none;
  }
}
/* Site Branding
------------------------*/
.site-branding {
  text-align: center;
  color: #fff;
  background-color: black;
  padding: 5em;
}
.site-branding h1 {
  font-family: "Permanent Marker", cursive;
  font-size: 36px;
  font-size: 3.6rem;
}

/* Media query */
@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 47.99em) {
  .main-navigation ul li {
    float: none;
  }

  .brand {
    display: none;
  }
}

/* AUDIO */

.plyr--audio .plyr__controls{
	background:none !important;
	color:#e02a36 !important;
}

/* WIDGET COUNTDOWN */

.hasCountdown{
	font-size:250%;
	font-weight:700;
	color:#3b82b8;
	font-family : "Oswald";
}

/* COMMENTAIRES */

.comments{
	padding:25px;
	display:block;
	width:100%;
	background-color: #f6f6f6;
}
}