/*
DAGS theme, spécialement créé pour le journal à quatre mains de DS et AG
Theme Name: DAGS
Text Domain: dags
*/

@font-face {
font-family: 'MontserratAlternates';
src: url('./fonts/MontserratAlternates-SemiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'MontserratAlternates';
src: url('./fonts/MontserratAlternates-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Tinos';
src: url('./fonts/Tinos-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Tinos';
src: url('./fonts/Tinos-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Tinos';
src: url('./fonts/Tinos-Italic.woff') format('woff');
font-weight: italic;
font-style: italic;
}


body {    
	font-family: 'MontserratAlternates';
	background-color:#FFFCF9 !important;
	color:#352D39 !important;
	}

.article-text a, .comment-section a{
	color:#23a6d5;
	word-break: break-all;
	}

.blog-header,.page-connexion {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
    /*background-color:#b1ede8;*/
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	/*height: 100vh;*/
	color:#ffffff;
	-webkit-box-shadow: 0 4px 6px -6px #222;
 	 -moz-box-shadow: 0 4px 6px -6px #222;
 	 box-shadow: 0 4px 6px -6px #222;
}

.blog-header i{
color:#ffffff;
font-size:24px;
}

	.page-connexion{
    min-height: calc(100vh - 103px);
	}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

  
  a.blog-header-logo, a.blog-header-logo:hover {
    font-size: 1.5rem;
    color:#ffffff;
    text-decoration:none;
    font-family: 'MontserratAlternates';
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  .blog-header .text-right{
  text-align:right;
  padding-right:16px;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'MontserratAlternates', Century Gothic, sans-serif !important;
    font-weight:bold;
    color:#352D39;
  }
  
  .blog-post h2{
  font-size:16px;
  line-height:16px;
  margin-bottom:0px;
  font-weight:bold;
  color:#352D39;
  }
  
  .comments-count{
    padding: 3px;
    background-color: #23a6d5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-family: 'MontserratAlternates', Century Gothic, sans-serif !important;
    font-weight:normal;
    font-size:12px;
    color:#ffffff;
    z-index:1;
  }
  
  
  .add-new{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index:10;
}

.add-new .circle{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #23a6d5;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 5px rgba(1, 1, 1, 0.2);
	transition: all 500ms;
	text-align: center;
}
  
 /* .add-new { 
  	position: fixed; 
  	bottom: 20px; 
  	right: 20px; 
  	background-color:rgba(255,255,255,0);
  	border:none;
  	font-size:52px;
  	padding:0px;
  }*/
  
  .add-new i{
  color:#ffffff;
  font-size:40px;
  z-index:20;
  
  }
  
  a.add-new{
  z-index:10
  }
  
  .blog-post{
  position:relative;
  border-bottom:1px solid #f7f3f4;
  padding:10px;
  align-items: center;
  z-index:1;
  }
  
  .content-image{
  text-align:center;
  }
  
  .blog-post-meta{
  font-family:'MontserratAlternates';
  color:#23a6d5;
  font-size:12px;
  }
  
  .article-text{
  font-family:"Tinos",serif;
  font-size:18px;
  font-weight:400;
  
  }
  
 
  .pagination-custom{
  text-align:center;
  padding-top:10px;
  }
  
  span.page-numbers.current{
  display: inline-block;
    padding: 5px 10px;
    border: #23a6d5 1px solid;
    border-radius: 5px;
    text-decoration: none;
    color: #23a6d5;
  }
  
  a.page-numbers, a.page-numbers:hover {
    display: inline-block;
    padding: 5px 10px;
    border: #dddddd 1px solid;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #23a6d5;
}
  
  .white-bg{
  background-color:rgba(0, 0, 0,0.15);
  border-radius:10px;
  margin-right:auto;
  margin-left:auto;
  padding:40px;
  margin:20px;
  }
  
  .white-bg .btn{
  background-color:#23a6d5;
  color:#ffffff;
  border:none;
  padding:10px;
  }
  
  .white-bg .btn:hover{
  background-color:#b1ede8;
  color:#352d39;
  border:none;
  }
  
  .non-image-content{
  padding:20px;
  }
  
  	.non-image-content h1{
  	font-size:24px;
  	line-height: 26px;
  	font-weight:bold;
  	color:#352D39;
  	}
  
  
  
  //Formulaires créations de posts
  
  body .article-text ul.wpuf-form.form-label-above li.field-size-medium .wpuf-fields{
  width:100%;
  }
  
  body .article-text ul.wpuf-form li{
  padding: 5px 0px 0px 5px;
  margin-bottom:0px;
  }
  
  .acf-form-fields, .article-text .wpuf-fields, .article-text .wpuf-submit,.article-text label, .page-connexion .article-text, .comment-form label, .comment-form input, .hide-if-value p, .must-log-in{
  font-family:'MontserratAlternates';
  font-weight:normal;
  font-size:16px;
  }
  
  .article-text input[type=text], .article-text input[type=password], .article-text textarea, .form-content input[type=text], .form-content input[type=submit]{
  width:100%;
  border:1px solid #dddddd;
  border-radius:5px;
  padding:10px;
  }
  
  .article-text .acf-field-google-map{
  background-color:#FFFCF9;
  border-top:none;
  }
  
  .article-text .acf-field-google-map label{
  font-size:14px;
  }
  
  .article-text .acf-field.acf-accordion{
  border-bottom:none;
  }
  
  .article-text  .acf-field.acf-field-accordion .acf-label.acf-accordion-title{
	background-color: #FFFCF9;
	padding: 10px 0px;
    color: #23a6d5;
  }
  
  .article-text .acf-label.acf-accordion-title label{
	font-size:1rem;
	text-decoration: underline;
  }
  
  .article-text .frontend-form .acf-fields>.acf-field{
  padding:10px 0px;
  }
  
	.article-text .acf-field input[type=text], .article-text .acf-field input[type=password], .article-text .acf-field input[type=date], .article-text .acf-field input[type=datetime], .article-text .acf-field input[type=datetime-local], .article-text .acf-field input[type=email], .article-text .acf-field input[type=month], .article-text .acf-field input[type=number], .acf-field input[type=search], .article-text .acf-field input[type=tel], .article-text .acf-field input[type=time], .article-text .acf-field input[type=url], .article-text .acf-field input[type=week], .article-text .acf-field textarea, .article-text .acf-field select {
  width:100%;
  border:1px solid #dddddd;
  border-radius:5px;
  padding:10px;
  } 
  

  .article-text .wpuf-label, .page-connexion label.form-label{
  margin-bottom:5px !important;
  }
  
  .article-text button.fea-submit-button.button.button-primary, .article-text input[type=submit], .comment-section input[type=submit], .comment-form input[type=submit]{
  background-color:#B1EDE8 ;
  border:1px solid #80BAB6;
  color:#352D39;
  border-radius:5px;
  padding:10px;
  font-weight:bold;
  margin-top:10px;
  width:100%;
  }
  
  .article-text .wpuf-message{
  font-family:'MontserratAlternates';
  font-weight:normal;
  }
  
  .page h1.title {
  margin-top:40px;
  }
  
  
  .page-connexion h1{
  color:#ffffff;
  margin-bottom:40px;
  font-weight:bold;
  }
  
  .page-connexion a{
  color:#ffffff;
  }

// gestion des commentaires

.comment-section{
  margin-top:30px;
  
  }
  

	.comment-section h3 {
	font-size:18px;
	font-weight:bold;
	}
	
	#respond p{
	font-family:'MontserratAlternates', sans-serif;
	}
	
	.comment-section ul{
	padding-left:0px !important;
	}
	
	.comment-section ul li{
	border:1px solid #dddddd;
	border-radius:5px;
	background:rgba(244, 244, 244,0.10);
	margin-bottom:10px;
	padding:10px;
	color:#555555;
	font-family:'Tinos',serif;
	font-size:16px;
	list-style:none;
	
	}
	
	ul li p:last-child{
	margin-bottom:0px;
	}
	
	
	.logged-in-as{
	display:none;
	}