/*
Theme Name: Haras du Mondant
Description: Theme enfant de oceanwp
Author: Claire CAPEL
Template: oceanwp 
Version: 0.1.0
*/

body {
	font-family: "Roboto";
}

.site-breadcrumbs {
	position: relative !important;
	overflow: show;
	text-align: center;
}


#footer h2 {
	color: white;
	font-size: 1em;
}

#footer .fab {
	font-size: 1.7em;
}

.concentre p {
	padding: 0;
	margin: 0;
}

.listitem .detailfiche {
	margin-top: 1em;
	margin-left: 34%;
}

.elementor-toggle-item .elementor-tab-content a,
.jument .elementor-heading-title.elementor-size-default a,
.detailfiche a {
	background: #08227b80;	
	color: white;
	border-radius: 20px;
	padding: 1rem 2rem;
}

.elementor-column.hauteurmin a {
	display: block;
}

.elementor-column.hauteurmin a:hover {
	color: #54595F !important;
}

.elementor-column.hauteurmin {
	min-height: 160px;
}

.broken_link, 
a.broken_link {
	text-decoration: none !important;
}

.displaynone {
	display: none;
}

.contactForm label {
	color: #575756;
	font-weight: 700;
	font-size: 1.1em;
}

.contactForm span.wpcf7-list-item {
	margin: 0;
}

.contactForm  input[type="text"],  
.contactForm  input[type="email"] {
	border-bottom: 2px solid #0b2579;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 0;
	margin-bottom: 2em;
}

.contactForm  textarea {
	background: white;
	border: 0;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.contactForm  input[type="submit"] {
	margin: 0 auto;
	display: block
}

.contactForm .acceptance-politique-exercez {
	font-size: 0.8em;
}

header#site-header {
	min-height: 300px;
}

#site-header-inner {
   /* margin-bottom: 20px;*/
}

.posabsolute {
	position: absolute;
}

header#site-header .customheader {
    text-align: center;
}

header#site-header .customheader a {
	background: #E30613;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
}

#top-bar a.btntopbar {
	background: white;
    color: #4A4A49;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 800;
    margin-left: 5%;
}

#top-bar a.btntopbar:hover {
	 color: #4A4A49;
}

#top-bar a.phonetopbar {
	 font-weight: 800;
	 font-size: 1.3em;
}

#top-bar-content {
	width: 100%;
	text-align: center;
}

header#site-header .customheader h1 {
    text-transform: uppercase;
    font-size: 2em;
    max-width: 18em;
    margin: 0 auto 1em auto;
}

header#site-header h1.page-header-title {
	color: white;
    text-align: center;
    margin-top: 3em;
    font-size: 2.3em;
}

header#site-header > div.container {
	width: 1400px;
}

/* listing chevaux ou succès */
.listitem {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.site-succes {
	margin-left: 20%;
}

.listitem .colgauche {
    width: 49%;
    margin-right: 2%;
	float: left;
}

.listitem .coldroite {
    width: 49%;
	float: right;
}

.clearer {
	clear: both;
	margin-top: 20px;
}

hr {
	border: 1px solid #08227b;
}

.listitem .listname {
    font-size: 24px;
    margin: 0 0 6px;
}

.listitem .listthumbnail {
    min-width: 120px;
    margin-right: 20px;
}

@media screen and (min-width: 1200px) {
	
	#site-navigation-wrap {
	position: absolute !important;
}

}


@media screen and (max-width: 1200px) {

	#mobile-dropdown {
		display: block;	
		position: relative !important;
	}
	
	.site-succes {
		margin-left: 0%;
	}
	
	header#site-header .customheader {
    	margin-top: 0;
	}
	header#site-header .customheader h1 {
		margin: 0 auto 10px auto;
	}
}

@media screen and (max-width: 960px) {
	header#site-header .customheader {
    	margin-top: 5%;
	}
}

@media screen and (max-width: 600px) {
	header#site-header .customheader {
    	margin-top: 12%;
	}
}

#site-navigation-wrap .dropdown-menu>li>a {
	font-weight: 700;
}


@media only screen and (max-width: 767px){
	#top-bar-social.top-bar-left, #top-bar-social.top-bar-right {
	    margin-top: 15px !important;
	}
	#top-bar {
	    padding: 5px 0 !important;
	}
	
	header#site-header {
		min-height: 120px;
		background-position: 24% 44% !important;
	}
}

#footer .col-1 {
	width: 40%;
	text-align: center;
}

#footer .col-2 {
	width: 30%;
	text-align: center;
}

#footer .col-3 {
	width: 30%;
	text-align: center;
}

#footer .widget-title {
	font-size: 1.4em;
    text-transform: none;
    font-weight: 800;
    padding: 0;
    border: 0;
}


