
/*
Theme Name: CAC
Theme URI: http://www.culture-juive.fr
Description: Theme CAC
Author: Yohan Ziri
Version: 1.0
License: GNU General Public License
*/
@charset "iso-8859-1";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
	font-family: "Corsa";
	src: url("/wp-content/themes/cac2021/fonts/corsa-thin.woff") format("woff");
}

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

body {
	font: normal 120% 'Montserrat';
	cursor: default;
	text-align: center;
	text-decoration: none;
	background-color:#fff;
}

img, a img {
	border: 0 none;
}

img.responsive{
	width:100%;
	height:auto;
}

.aligncenter {
	display: block;
	margin: auto;
	margin-top:5px;
	margin-bottom:5px;
	max-width:100%;
	height:auto;
}

.alignleft {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:0px;
	float:left;
	max-width:100%;
	height:auto;
}

.alignright {
	margin-top:5px !important;
	margin-bottom:5px !important;
	margin-right:0px !important;
	margin-left:10px !important;
	float:right !important;
	max-width:100%;
	height:auto;
}

.row{margin-top: 10px;}

.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;
}

.wp-block-embed__wrapper { 
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}

.wp-block-embed__wrapper iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

.maps iframe{
    width: 100%;
    height: 330px;
    display: block;
}

.socialmedia{
    position: fixed; 
    top: 200px;
    width: 60px;
    right: 0px; 
    padding: 5px;
	z-index:10;
	background-color:#0d46af;
	padding:5px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.socialmedia .fa,.socialmedia .fab,.socialmedia .fad,.socialmedia .fal,.socialmedia .far,.socialmedia .fas{
	font-size:250%;
	color:#fff;
	background-color:#0d46af;
}

.fa-akadem{
	background-image: url('/wp-content/themes/cac2021/img/logo_akadem.png');
	background-size: contain;
	background-repeat: no-repeat;
	height:39px;
	width:42px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* --------------------------------------------------- */
/* ------------------|* HEADER *|--------------------- */
/* --------------------------------------------------- */

nav li{
	width:100%;
	display:inline;
	padding:0px 10px;
	border-right:solid 3px #d669a5;
}

nav li:last-child{
	padding-right:0px;
	border-right:none;
}

nav a{
	text-align: center;
	font-size: 80%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #0d46af;
}

header{
	padding: 20px;
	background: rgb(214,105,165);
	background: linear-gradient(90deg, rgba(214,105,165,1) 53%, rgba(5,120,190,1) 100%);
	background: white;
	font-family: 'Montserrat', sans-serif;
	color:#383135;
}

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

hr{
	border-color: #0d46af;
	border-image: none;
	border-style: solid none none;
	border-width: 3px 0 0;
	width: 75%;
	margin:auto;
}

.actualites{
	padding:30px 0px;
	background-color:#0d46af;
}

.actualites h2{
	color:#fff;
}

.actualites h2:first-letter{
	color: #fff;
}

.actus{
	
}

.events{
}

.event{
	float:left;
	padding:5px;
	transition:.2s all; 	
}

.event article{
	position:relative;
}

.events:hover .event{
  filter:blur(1px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}
.events:hover .event:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

.event article .details{
	position: absolute; 
	bottom: 0; 
	width: 100%;
	color:#fff;
	text-shadow: 1px 1px 2px #000;
	font-weight:bold;
}

.event article .details .category{
	font-size:60%;
	padding:5px;
	color:#0d46af;
	text-shadow: 1px 1px 2px #fff;
}

.event article .details .date{
	background-color:#0d46af;
	font-size:80%;
	float:left;
	padding:5px;
}

.event-detail{
	margin:20px 0px;
}

.event-detail article .date p{
	float:left;
	text-align:center;
	background-color:#0d46af;
	font-size:80%;
	color:#fff;
	width:100%;
}

.event-detail article .img-event{
	float:left;
}

.event-detail article .description{
	float:left;
	font-family: 'Montserrat', sans-serif;
	color:#383135;
	font-size:100%;
	text-decoration:none;
}

.event-detail article .description p{
	text-align:justify;
}

.event-video article .description p{
	font-size:80%;
}

.event-detail article .description a{
	text-decoration:none;
	color:#fff;
	background-color:#0d46af;
	padding:5px 10px;
	float:right;
	margin-top:20px;
}

.partenaires{
	
}

/* --------------------------------------------------- */
/* ------------------|* SINGLE *|--------------------- */
/* --------------------------------------------------- */

.infos-evenement{
	background-color:#e5e5e5;
}

.infos-evenement .row  div{
	
}

.infos-evenement .info-evenement{
	float:left;
	margin:auto;
}

.infos-evenement .info-evenement .button-reserver{
	background-color:#0d46af;
	padding:8px 30px;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 10px auto;
	display: block;
	width: max-content;
}

.partenaires-evenement{
}

.partenaires-evenement img.responsive{
	max-width:180px;
	display:inline;
	text-align:center;
}

/* --------------------------------------------------- */
/* ------------------|* ARCHIVE *|-------------------- */
/* --------------------------------------------------- */

.category-buttons {
	margin-bottom: 20px;
}
.category-buttons a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 16px;
	background-color: #f0f0f0;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}
.category-buttons a.active,
.category-buttons a:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

/* --------------------------------------------------- */
/* ------------------|* PAGE *|----------------------- */
/* --------------------------------------------------- */

.page-content{
	padding: 10px 15px;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.page-content p{
	margin-bottom: 14px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}

.blocks-gallery-grid, .wp-block-gallery{
	margin:20px auto !important;
}

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

div#footer {
	font-family: "Montserrat", sans-serif;
	background-color: #0d46af;
	color:#fff;
	height:auto;
	padding:20px;
	margin-top:25px;
}

div#footer li{
	width:100%;
	display:inline;
	padding:0px 10px;
	border-right:solid 3px #fff;
}

div#footer li:last-child{
	padding-right:0px;
	border-right:none;
}

div#footer a{
	text-align: center;
	font-size: 80%;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

div#footer span{
		font-size: 150%;
		font-weight: 700;
}

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

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000;
	font-family: "Corsa", sans-serif;
	text-transform:uppercase;
}

h1 {
	margin:25px;
	font-size:250%;
}

h2{
	font-size:150%;
}

h1:first-letter, h2::first-letter {
	color: #0d46af;
	font-size: 130%;
}

h3{
	margin:15px;
	font-size:120%;
}

/* --------------------------------------------------- */
/* --------------------|* WIDGET *|------------------- */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/* --------------------|* LISTES *|------------------- */
/* --------------------------------------------------- */

ul{
	list-style-type: none;
}

li a{
	text-decoration: none;
}

.fa, .fab, .fad, .fal, .far, .fas{
	font-size:350%;
	color:#0d46af;
}

.encart{
	color:#fff;
	padding:30px;
}

.encart a,.encart p{
	text-decoration:none;
	color:#0d46af;
}


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

.clear {
	clear:both;
}

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

a {
	text-decoration: underline;
	cursor: pointer;
}

a:hover, a:focus {
}

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

.wysija-input{
	padding:5px;
	width:40%;
	height:50px;
	background:inherit;
	border:1px solid #999;
}

.wysija-submit{
	padding:0px 25px;
	margin: auto;
	background-color: #d10000;
	color:#fff;
	text-align:center;
	height:50px;
}

.wpcf7-form{
	border:0;
	padding: 0;
	margin: auto;
	padding-top:20px;
}

.wpcf7-response-output{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

div.wpcf7-validation-errors{
	margin:0 !important;
	border:0 !important;
	padding: 0 !important;
	border: 0px !important;
	color:#FF0000;
}

div.wpcf7-response-output{
	margin:0 !important;
	border:0 !important;
	padding: 0 !important;
	border: 0px !important;
}

.wpcf7-form input{
	width:350px;
	height : 20px;
	padding: 0 5px;
	margin:0;
	border:1px solid #8ac1e1;
	display: block;
	background:none;
}

.wpcf7-form textarea {
	width:350px;
	height : 80px;
	border:1px solid #8ac1e1;
	margin:0;
	padding: 5px 5px;
	overflow:auto;
	display: block;
	background:none;
}

.wpcf7-form label{
	border: 0;
	padding: 0;
	margin:0;
	display: block;
	font-size:16px;
}


input.wpcf7-submit{
	border: 0;
	padding: 0;
	margin:0;
	line-height:30px;
	width:100px;
	height:30px;
	cursor: pointer;
	font-weight:bold;
	color:#ffffff;
	background-color:#8ac1e1;
}

.button_div #rememberme,.button_div label{ display:none !important; }



/*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;
}