﻿/*

Theme Name: Site de test
Description: Site de test by Divi
Author: Site de test
Template: Divi
Text Domain: Site de test.com  



/*------------------------------------------------*/
/*--------------[ASPECT DES TITRES]---------------*/
/*------------------------------------------------*/
/*h5,h6 {
	font-family:'Questrial', sans-serif !important;
	color:#000!important;
}
h5 {font-size: 16px!important;}
h6 {font-size: 12px!important;}
/*

/*------------------------------------------------*/
/* --- ASPECT DES LIENS --- */
/*------------------------------------------------*/

.entry-title a {}

.entry-title a:hover {	
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #cc6633;
	}


.post-content.more-link a {
	color: #e89c3a!important;
	text-decoration: none !important;
}

.post-content .more-link a:hover {
	color: #cc6633!important;
	text-decoration: overline !important;
}


/* lien dans le texte */
.et_pb_text a {
	text-decoration: none;
	color: #e89c3a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

.et_pb_text a:visited  {
	text-decoration: 
	}

.et_pb_text a:hover    {
	text-decoration: none;
	color: #cc6633;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #27221c;
	}
.et_pb_text a:active  {
	text-decoration: none;
	}

/*------------------------------------------------*/
/* Ajout de "Publié le" avant la date */
/*------------------------------------------------*/
span.published:before {
content:'Publié le ' !important;
}

/*------------------------------------------------*/
/*--------[GQ - LEFT ALIGN BLOG IMAGE]------------*/
/*------------------------------------------------*/
	.et_pb_posts .et_pb_post a img, 
    .archive .et_pb_post a img, 
    .search .et_pb_post a img{
       max-width: 250px!important;
       float: left!important;
       padding-right: 20px!important;}
			
 
    @media only screen and (max-width: 980px) {
    	.et_pb_posts .et_pb_post a img,
        .archive .et_pb_post a img, 
        .search .et_pb_post a img{
            float:none!important;
            max-width: 250px!important;}}






/*------------------------------------------------*/
/*  Widget Image */
/*------------------------------------------------*/
.widget_sp_image .title{
	font-size:10px !important;
	padding-bottom:3px !important;	
}

.widget_sp_image-description p{
	font-size:12px !important;
	text-align:center !important;

}



/*-------------------------------------------------*/
/*PERSONNALISER LE BOUTON DE RETOUR EN HAUT DE PAGE*/
/*-------------------------------------------------*/
/*Opacité du bouton et effets d'animation (pour tous les navigateurs)*/
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s;
    -moz-animation: fadeInBottom 1s;
    -o-animation: fadeInBottom 1s;
    animation: fadeInBottom 1s;
}
/*Positionnement et couleur du bouton*/
.et_pb_scroll_top.et-pb-icon {
    right: 15px; /*distance du bouton par rapport à la droite de la fenêtre*/
    bottom: 200px; /*distance du bouton par rapport au bas de la fenêtre*/
    border-radius: 25px; /*Propriété permettant d'arrondir le bouton, supprimez la si vous voulez un bouton carré*/
    font-size: 40px;
	background: rgba(0, 0, 0, 0.0); /*couleur de fond du bouton. Mettez celle que vous voulez*/
}

.et_pb_scroll_top.et-pb-icon {
	color: #ad0000; /*  */
}

/*couleur de fond du bouton au survol*/
.et_pb_scroll_top.et-pb-icon:hover {
    /*background: rgba(0, 0, 0, 0.0); */
	color: #bfaea8; 
}
 
/*Choix de l'icone et couleur de celle-ci*/
.et_pb_scroll_top:before {
    content: "\3a"; /* icone provenant des icones de bases de Divi*/
}