/*
Theme Name: thomas-theme
Author: Thomas Robert
Description: Thème enfant
Version: 1.0
Template: salient

This is the child theme for Salient theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

header#top,
body {
	max-width: 1920px;
	margin: auto;
}

.justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.width-100,
.full-width {
	width: 100%;
}
.br-0,
.border-radius-0 {
	border-radius: 0 !imporant;
}


.mb-0 {
	margin-bottom: 0 !important;
} 
.mt-0 {
	margin-top: 0 !important;
} 
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.pointer {
	cursor: pointer;
}



/* A AJOUTER AU GLOBAL */






/* Projet seulement */

/* Force 4 colonnes réelles */
.obus-gallery .swiper-slide.span_3 {
    margin-right: 2%;
}

.obus-gallery .swiper-slide.span_3:nth-child(4n) {
    margin-right: 0;
}



.gt-current-wrapper {
	padding: 0px !important;
	padding-right: 15px !important;
	border: none !important;
}

nav .menu-item-gtranslate {
	/*border: none;*/
}

.text-block {
	padding:30px; background:#f9f9f9; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,0.05);	
}




/* Responsive custom Thomas */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.fb_dialog_content {
		display: none;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	h2, .h2 {
		font-size: 20px;
		line-height: 25px;		
	}
	h1, .h1 {
		font-size: 30px;
		line-height: 40px;		
	}
	.mobile-center, .center-mobile {
		text-align: center !important;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
