/*
Theme Name: Twenty Seventeen Child
Theme URI: 
Author: Herve Suaudeau
Author URI:
Description: Twenty Seventeen child theme.
Template: twentyseventeen
Version: 7
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeenchild
*/


/*On efface "fierement propulsé par Wordpress" */
.site-info{
	display:none;
}

/* Une courbure type SPPIN en bas de chaque paneau d'image
 -----------------------------------------------------------*/
.sppin_bandeau_courbure {
  background-image: url(https://www.sppin.fr/multiscale/wp-content/uploads/2023/01/curve.png);
  width: 100%;
  min-height: 100%;
  bottom: 8px;
  position: relative;
  left: 0;
  background-size: cover;
  background-position: center center;
  height: 8px;
}

.sppin_bandeau_courbure2 {
  background-image: url(https://www.sppin.fr/multiscale/wp-content/uploads/2023/01/curve2.png);
  width: 100%;
  min-height: 100%;
  bottom: -8px;
  position: relative;
  left: 0;
  background-size: cover;
  background-position: center center;
  height: 8px;
  z-index: 99;
}

/* Des titres en minuscule et plus gros
 --------------------------------------*/
/*.site-title {
        text-transform: none;
}

.entry-title {
        text-transform: none !important;
	font-size: 2em !important;
}*/

/* On ajuste les tableaux et la taille des icones des articles 
   en pemière page.
  ------------------------------------------------------------*/
/*#panel2 .wp-block-themeisle-blocks-font-awesome-icons-container{
	font-size:25px;
}
#panel2 .wp-block-themeisle-blocks-advanced-column:first-child{
	flex-basis:15%;
}
#panel2 .wp-block-themeisle-blocks-advanced-column:last-child{
        flex-basis:84%;
}
#panel1 .wp-block-themeisle-blocks-font-awesome-icons-container{
        font-size:25px;
}
#panel3 .wp-block-image figure.alignleft {
	margin-right: 1em;
	margin-top: 1.9em;
}*/

/* Images en page d'accueil
--------------------------*/
.panel-image {
    height: 30vh;
    max-height: 300px;
}
@media screen and (min-width: 48em) {
  .panel-image {
      height: 50vh;
      max-height: 400px;
  }
}

/* Titre en page d'accueil
-------------------------*/
/*.panel-image h2{
    font-weight: 800;
    letter-spacing: 0.14em;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
    font-size: 4.3em;
    margin-top: 24px;
    margin-bottom: 0.6em;
    line-height: 1em;
    color: #FFF;
    top: 40px;
    position: relative;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 0 5px #333;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
	text-align: center;
}*/

/* Bug sous les images en noir un cadre blanc
 * apparaissait
 * -------------------------------------------*/
/*.entry-content a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/

/* espace à droite du logo */
/*a.custom-logo-link {
	padding-right:10px;
}*/
