/*
 Theme Name:   Tempera Child
 Theme URI:    https://www.cryoutcreations.eu/wordpress-themes/tempera-child/
 Description:  Tempera Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     tempera
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Tempera-child
*/


/*
La plupart des modifications CSS sont dans le champ CSS des paramètres du template pour des raisons de spécificité
*/


#photo-header {
	max-width:106px;
	height: auto;
	position: absolute;
	left:7%;
	top:15px;
}

#custom-logo {
	max-width:570px;
	height: auto;
	position: absolute;
	left:25%;
	top:15px;
}

#content table th:first-of-type, #content table td:first-of-type {
		border-left: 1px solid #ccc;
	}
#content table th:last-of-type, #content table td:last-of-type {
		border-right: 1px solid #ccc;
	}
#content table {
		border-bottom: 1px solid #ccc;
	}

@media (max-width: 800px) {

	#branding {
		height:auto !important;
	}
	
	#custom-logo {
		position: relative;
		max-width:95%;
		left:auto;
		top:auto;
		margin-left:10px;
		margin-right:10px;
		margin-bottom: 25px;
	}
	
	#photo-header {
		position: relative;
		max-width:100%;
		left:auto;
		top:auto;
		margin-top:15px;
		margin-left:10px;
		margin-bottom: 25px;
	}
	.qtranxs_widget ul {
		margin-left: 10px !important;
	}
}

@media (max-width: 650px) {



}




