/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0.73
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* PAGE ACCEUIL */
.sorties-conav-container {
	margin: 0px 0px 10px 0px;
}
.mois_conav-container {
	margin: 50px 0px 20px 0px;
	text-align: center;
}
.mois_conav-container h1,
.sorties-conav-container h1 {
	color: #D2681C;
}
@media (max-width: 767px) {
	.img-conavigation img {
		height: 156px;
	}
}
@media (max-width: 1024px) {
	.img-conavigation img {
		height: 90px;
	}
}
.img-conavigation img {
  height: 153px !important;
  object-fit: cover;
}
.blockquote-specificite {
	margin: 0 10px;
}
@media (min-width: 1px) and (max-width: 1079px) {
	.blockquote-specificite {
		margin: 0;
	}
}
.social-share h5 {
	color: #D2681C;
	margin: 0 0 10px;
}

.mes-articles h5 {
	color : #D2681C;
	font-size: 2.5em;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.mes-articles h5 {
	  font-size: 1.8em;
	}	
}
@media (max-width: 768px) {
	.mes-articles h5 {
	  font-size: 2.1em;
	}	
}


/* FOOTER */
#footer-widgets .footer-box .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .footer-box .footer-widget p {
	margin: 0;
	color: #fcaf3b;
}

/* DIVERS  */
.date-sortie p {
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: #333;
}
.site-conavigation a, a.echelle {
	color: #fcaf3b;
}
.site-conavigation a:hover, a:hover.echelle {
	color: #13aff0;
}

/* Tableau caracteristiques du bateau */
.table-bateau table th, table td {
	border: 1px solid rgba(0,0,0,.1);
}
.table-bateau table {
	margin-bottom: 0;
}

/* Articles (blog) */
h4.widget-title {
  line-height: 1.4;
  font-size: 1.5em;
  border: none;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: none;
  color: #fcaf3b;
  padding: 0;
  letter-spacing: normal;
}

@media (max-width: 768px) {
	h4.widget-title {
	  font-size: 20px;
	}
}

/* GALERIE PHOTOS */
.date-galerie-photos {
	color: #389845;
	font-weight: 300;
}

/* NEWSLETTER */
p.sib-email-area {
    float: left;
    margin-right: 20px;
}
@media (min-width: 1px) and (max-width: 667px) {
    input[type="email"].sib-email-area {
        padding: .75rem 0 .75rem .75rem;
        width: 180px;
    }
    input[type="submit"].sib-default-btn {
        padding: 17px 15px;
    }  
}

/* DATE SORTIE */
.status_date-sortie {
	color: #D2681C;
}

/* SITEMAP */
#sitemap {
    display: none;
}

/* DISPLAY DES SORTIES */
/*#display-sorties,
.nodisplay {
	display: none;
}
*/

/* DICO FRANCAIS-ANGLAIS */
#dico .wp-block-columns {
	margin-bottom: 5px;
}
#dico .loading {
    width: 70px;
    height: auto;
}

/* ARTICLE DRISSE & ECOUTE */
input[name="surfacevoile"], 
input[name="longueur"] {
	min-height: auto !important; 
	min-width: 70px !important;
	margin-bottom: 15px !important;
}
input[name="daN"], 
input[name="long_bout"] {
	max-width: 100px !important;
	border-color: transparent !important;
}