/*
Theme Name: Radiate
Website : Les Eaux Deux Sources
Author: Studio Communi-Mage
Author URI: https://www.communi-mage.com

a mettre dans header.php
<link href="<?php echo get_template_directory_uri(); ?>/communi-mage.css" rel="stylesheet" type="text/css" />
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js'></script>
<script type="text/javascript">//fonction pour fixer un élément en haut du site au scroll
	$(function(){
	$(window).scroll(
	function () {//Au scroll dans la fenetre on déclenche la fonction
	if ($(this).scrollTop() > 0) { //taille du header
	$('.header-wrap').addClass("floatable"); //on ajoute la classe "floatable" à <div class:"header-wrap">
	} else {
	$('.header-wrap').removeClass("floatable");//sinon on retire la classe "floatable" à <div class:"header-wrap">
						}
					}
				);			 
			});
			</script>

juste avant </head>

----------------------------------------------------------------------------------------
Remplacer çà
<?php do_action( 'radiate_credits' ); ?>

Par çà
	Copyright © 2019-<?php echo date("Y"); ?> <a href="https://www.leseaux2sources.com/">Les Eaux Deux Sources</a>. |
<a href="https://www.leseaux2sources.com/wp-admin/"><img src="https://www.communi-mage.com/wp-content/uploads/favicon.png" style="vertical-align:middle;" alt="webmaster discount"></a> Communi-Maginé au <a href="https://www.communi-mage.com" title="Soyez présent sur le web" target="_blank">Studio</a>

dans Footer.php

----------------------------------------------------------------------------------------			

*/

/* Google Maps ---------------------------------------------------------------------------------------------------------------------------------------*/

.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/* POLICES ------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'titres';
    src: url('fonts/titres.woff2') format('woff2'),
	url('fonts/titres.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body, input, select, textarea, h2, .main-navigation a, .rfw_dock h3, h4, h6, .juiz_sps_links .juiz_sps_item a, .site-description {
	font-family:'contenu'!important;
	text-rendering: optimizeLegibility;
}
	
h1, h3, button, .entry-header h2, .entry-title, h2.su-post-title, table h5, .wp-block-button__link, input[type="submit"], #featured_pages a.more-link, .su-slider-slide-title {
	font-family:'titres'!important;
	text-rendering: optimizeLegibility;
}

/**    Couleur --------------------------------------------------------------------------------------------------------------------------------------*/
/***    Rouge ----------------------------------------------------------------------------------------------------------------------------------*/
a, h1, .site-title a, h2, h3, .entry-title a, .widget-title, .header-search-icon::before, .entry-content a:hover.wp-block-button__link, input[type="submit"]:hover, .entry-meta .edit-link:hover::before,
.entry-title a:hover, #content .entry-title a:hover, .site-title a:hover, a#scroll-up span, .entry-meta span a, .entry-meta span, .site-header .menu-toggle, #featured_pages a:hover.more-link {
	color: rgba(170,10,30,1);
}

/***    Violet --------------------------------------------------------------------------------------------------------------------------------------*/
.simple .ccpages_more a:hover, .nav-links a:hover {
	color: rgba(99, 46, 155, 1);
}

/***    Noir ----------------------------------------------------------------------------------------------------------------------------------------*/
body, .entry-content h1, select, textarea, p, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], .rfw_dock li, .main-navigation a, .rfw_dock h3, .simple .ccpages_more a, h6 {
	color: rgba(30, 30, 30, 1);
}

/***    Blanc ----------------------------------------------------------------------------------------------------------------------------------------*/
#featured_pages a.more-link, #content .entry-meta span a:hover, .su-slider-slide-title, .main-navigation ul li ul li.current-menu-item a, .site-footer a:hover, .entry-content a:hover {
	color: rgba(255, 255, 255, 1);
}

/**    Taille ---------------------------------------------------------------------------------------------------------------------------------------*/
.home .site-title a {
	font-size: 60px!important;
}

h1 {
	font-size: 42px;
}

.home .floatable .site-title a, .site-title a {
	font-size: 36px!important;
}

h3, .rfw_dock h3, .entry-content h1, h4 {
	font-size : 24px;
}

body, input, select, .main-navigation li, .main-navigation ul ul li, textarea {
	font-size: 20px;
}

#featured_pages p, a.more-link, #featured_pages a.more-link, .ccpages_excerpt, .ccpages_more, .juiz_sps_links .juiz_sps_item a, .gallery .gallery-caption, input[type="submit"], .su-slider-slide-title  {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

/**    Hauteur de ligne -----------------------------------------------------------------------------------------------------------------------------*/
#featured_pages p {
	line-height:1.3;
}

h3 {
	line-height: 1.5;
}

/**    Styles ---------------------------------------------------------------------------------------------------------------------------------------*/
.rfw_dock h3 {
	font-weight: bold;
}

.simple .ccpages_more {
	font-style:normal;
}

.site-title, .entry-header h2 {
	text-shadow: 0 0 5px rgba(200, 135, 15, 1),
				 2px 2px 1px rgba(200, 135, 15, 1), 
			     -2px 2px 1px rgba(240, 210, 80, 1), 
				 -2px -2px 1px rgba(240, 210, 80, 1), 
				 2px -2px 1px rgba(200, 135, 15, 1);
}

h1 a, h2 a, h3 a, .main-navigation a {
	letter-spacing: -0.05em;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	letter-spacing: 0.05em;
}

.entry-header a, .entry-header a:hover {
	letter-spacing: 0!important;
}

.rfw_dock h3 {
	text-align:left;
}

.ccpages_more, .wpcf7 input[type="submit"], .simple .ccpages_more {
	text-align:center;
}

/* NETTOYAGE ----------------------------------------------------------------------------------------------------------------------------------------*/
#developer, #copyright h3, .form-allowed-tags, .archive-title {
	display:none!important;
}

h6, h2, h3, h4, h5, h1 {
	clear:none;
}
/* BLOCS --------------------------------------------------------------------------------------------------------------------------------------------*/
/**    Fonds ----------------------------------------------------------------------------------------------------------------------------------------*/

#parallax-bg {
	background-size : cover;
}

.tg-one-third, #primary {
	background-image:
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-haut.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-gauche.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-bas.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-droite.png");
	background-position:
		top left,
		top left,
		bottom right,
		bottom right;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}

#secondary {
	background-image:
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-haut-2.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-droite-2.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-bas.png"),
		url("https://www.leseaux2sources.com/wp-content/uploads/frise-droite.png");
	background-position:
		top right,
		top right,
		bottom right,
		bottom right;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}


#masthead .search-form {
	background:url("https://www.leseaux2sources.com/wp-content/uploads/recherche.png") no-repeat;
}

body, #content, .simple .ccchildpage, .su-posts-default-loop .su-post, .onecol .ccchildpage {
	background: -webkit-radial-gradient(20% 20%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(255, 245, 200,0.95) 100%),
		url("https://www.leseaux2sources.com/wp-content/uploads/pierres.jpg"), rgb(200,200,200);
	background: -moz-radial-gradient(20% 20%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(255, 245, 200,0.95) 100%),
		url("https://www.leseaux2sources.com/wp-content/uploads/pierres.jpg"), rgb(200,200,200);
	background: radial-gradient(at 20% 20%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(255, 245, 200,0.95) 100%),
		url("https://www.leseaux2sources.com/wp-content/uploads/pierres.jpg"), rgb(200,200,200);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-attachment: fixed;
}

.main-navigation a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li:hover > a {
	background: -webkit-linear-gradient(180deg, rgba(170,10,30,1) 0, rgba(255,255,255,0.3) 100%)!important;
	background: -moz-linear-gradient(180deg, rgba(170,10,30,1) 0, rgba(255,255,255,0.3) 100%)!important;
	background: linear-gradient(180deg, rgba(170,10,30,1) 0, rgba(255,255,255,0.3) 100%)!important;
}

#primary .hentry, #secondary, .bx-wrapper, .entry-content .su-carousel-slide > a:hover, .entry-content figure a:hover {
	background-color: rgba(0, 0, 0, 0)!important;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	background: none;
}

.juiz_sps_links .juiz_sps_item a:hover {
	background-color: rgba(99, 46, 155, 1);
}

.home .header-wrap, #featured_pages .page_text_container, #primary #main, #secondary .widget, #secondary .rfw-class  {
    background-color: rgba(255, 255, 255, 0.4);
}

.header-wrap {
	background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-button__link, .juiz_sps_links .juiz_sps_item a, input[type="submit"], #featured_pages a.more-link, #content .entry-meta span a:hover, .su-slider-slide-title, .su-slider-prev, .su-slider-next, .su-carousel .su-carousel-prev, .su-carousel .su-carousel-next, .site-footer a:hover, .entry-content a:hover {
	background-color: rgba(170,10,30,1)!important;
}

.home .floatable, .entry-content .wp-block-button__link:hover, input[type="submit"]:hover, #featured_pages a:hover.more-link {
	background-color: rgba(255, 255, 255, 1)!important;
}

/**    Placement ------------------------------------------------------------------------------------------------------------------------------------*/
.wpcf7 input[type="submit"], #featured_pages .entry-title/*, .entry-content h1, .entry-content h2*/ {
	display: inline;
}

.site-branding {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: baseline;
}

.home #parallax-bg, .ccpages_more, .simple .ccpages_more, .entry-content table h1, .entry-content table h2, .site-description {
	display:block;
}

.entry-content .menu{
	display:inline-block;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: static;
}

.cc-child-pages-thumb, .rfw-class .widget_dock li img, #featured_pages img.imgPNG {
	float:left;
}

.entry-meta span a {
	vertical-align: super;
}


/**    Alignement -----------------------------------------------------------------------------------------------------------------------------------*/
.entry-content .su-slider-slide > a, .entry-content .su-carousel-slide > a, .entry-content figure a, .entry-content ul.wp-block-gallery {
	padding: 0;
}

#content .entry-meta span a {
	padding: 5px;
}

.tg-one-third, #primary, #secondary {
	padding:2.5%;
}

input[type="submit"], #featured_pages a.more-link, #featured_pages a:hover.more-link, .entry-content .wp-block-button__link {
	padding: 12px 24px;
}

.site-footer a, .entry-content a {
	padding: 0 5px;
}

.rfw-class {
	padding: 0 3rem;
}

.su-posts-default-loop .su-post {
	padding:2.5% 2.5% 0;
}

.rfw_dock h3 {
    padding: 0 0 0 5px;
}

.bx-wrapper .bx-pager {
	padding: 0 0 20px 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
    padding: 3px 3px 0 3px;
}

#masthead .search-form {
	padding: 60px 40px 70px 30px;
}

.home .site-title, .site-title {
	padding: 0.5rem 2rem 0 2.5rem;;
}

.widget{
	padding-top:0;
}


.rfw-class .widget_dock li img {
	 padding-right: 10px;
}

.site-content {
	padding-bottom: 45px;
}

.widget-area .su-image-carousel {
	margin: 0;
}

.onecol .ccchildpage {
	margin: 1em 0;
}

.cc-child-pages-thumb {
	margin : 0 10px 0 0;
}

input[type="submit"]:hover {
	margin-top: 0;
}

#primary .hentry, #secondary .widget, .bx-wrapper, .site-branding p {
	margin-bottom: 0;
}

.home .site-title a, .site-title a {
    margin-left: 40px;
}

.site-description {
    margin-left: 60px;
}

/**    Taille ---------------------------------------------------------------------------------------------------------------------------------------*/

.tg-one-third {
    width: 26%;
}

#primary {
	width: 66%;
}

#secondary {
	width: 24%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], textarea, .onecol .ccchildpage {
    width: 100%;
}

.entry-content table {
	width: auto;
}

.wp-block-audio audio {
	min-width: auto;
}

.header-search-icon, .bx-wrapper, #featured_pages a.more-link, #featured_pages a:hover.more-link {
	border: 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], textarea {
	border: 1px solid rgb(170,10,30);
}

input[type="submit"], #featured_pages a.more-link, #featured_pages a:hover.more-link, .su-slider-slide-title, .entry-content .wp-block-button__link:hover {
	border-radius: 28px!important;
}

#content .entry-meta span a:hover {
	border-radius: 0 15px 15px 0;
}

.site-footer a:hover, .entry-content a:hover {
	border-radius : 15px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], textarea {
	border-radius: 3px;
}

.header-wrap, input[type="submit"]:hover {
	opacity: 1;
}

a, .site-title, .header-wrap, .entry-meta span, input[type="submit"] {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}

a, button, a:focus, button:focus, input[type="submit"]:focus {
	outline:none;
}

#featured_pages img.imgPNG {
	 max-width: 40%;
}

.rfw-class .widget_dock li img {
	 max-width: 48%;
}

.su-posts-default-loop .su-post-thumbnail img {
	max-width:200px!important;
	max-height:none!important;
}

.su-posts-default-loop .su-post-thumbnail {
	width:200px!important;
	height:auto!important;
}

.widget_dock {
	width:100%;
}

.bx-wrapper {
	box-shadow:none;
}

body:not(.home) #parallax-bg {
	height: 411px;
}

body:not(.home) #masthead {
	margin-bottom : 411px;
}

/*********************************************************************************************************************************** MOBILE */

@media (max-width: 1136px) {
* {
        box-sizing: border-box;
    }
    /* Personnaliser le menu */
	
	.site-header .menu-toggle::before, .site-header .menu-toggle {
		padding: 0;
	}
	
	.header-search-icon {
		padding: 0 10px 0;
	}
	
   
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    #primary, #secondary, .post, .tg-one-third {
        float: none;
        width: 100%!important;
    }
	
	#primary, #secondary, .post, .tg-one-third {
		margin-right:0;
	}
	
	#secondary {
		position: static!important;
	}
	
	.sitra-widget, .tg-one-third img {
		width: 100%!important;
	}
	
	.home .site-title a {
	margin-left: 0px;
	}
	
	.site-branding {
		width:100%;
	}
	
	.wp-block-media-text {
		display :block!important;
	}
/* masquer les éléments superflus */

}
    
@media (max-width: 565px) {
	h1.site-title a, .home .floatable .site-title a, .home .site-title a, .site-title a {
		font-size: 20px!important;
		margin-left: 0!important;
	}
	
	.site-description {
		font-size: 12px!important;
		margin-left: 0!important;
	}
}