/*
Theme Name: Ongle A malice 
Theme URI: https://ongle-institut-castres.fr/
Description: Un theme créé par Pier17.
Version: 1.0
Author: Pier17
Author URI: https://pier17.fr
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: 700 !important;
}

a {
	color: #003a53;
}

a:hover {
	color: #cebb6e;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

::-moz-selection {
	background:#cebb6e;
	color:#fff;
}

.center-middle {
	top: 50%; /* poussé de la moitié de hauteur du référent */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

#wrapper {
	padding: 70px 0px 100px;
	z-index: 9997;
}


/* ----------------- style ----------------- */

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
	overflow-x: hidden;
}

h1 {
	color: #cebb6e;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	color: #cebb6e;
	font-size: 23px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	color: #cebb6e;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	color: #cebb6e;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h5 {
	color: #cebb6e;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h6 {
	color: #cebb6e;
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	color: #003a53;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
}

.text-center p {
	text-align: center;
}

/* ----------------- navbar ----------------- */

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default {
	background: #fff;
	border-bottom: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	padding: 15px 0px 20px 0px;
}

.navbar-right {
	margin-top: 30px;
	margin-right: 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #003a53;
	background: none;
	font-size: 13px;
	font-weight: 300;
	padding : 0px 10px;
	text-transform: uppercase;
	border-right: 1px solid #003a53;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	padding: 0px 10px 3px;
	letter-spacing: 0px;
}

.navbar-default .navbar-nav > li:last-child > a {
	border-right: 0px solid #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #003a53;
	font-weight: 700;
	background: none;
}

.navbar-brand {
	font-size:1.5em;
	height: auto;
	padding: 0px;
}

.navbar-default.small {
	background: #fff;
	min-height: auto;
	border-bottom: none; 
	margin-top: 0px;
}

.navbar-default img {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	width: 60px;
	margin: 13px 0px 10px 13px;
}

.navbar-default.small img {
	width: 30px;
	margin: 10px 0px 10px 13px;
}

.navbar-default.small .navbar-nav > li > a {
	font-size: 13px;
	padding: 0px 10px 3px;
}

.small .navbar-right {
    margin-top: 15px;
}

.navbar-default.small .navbar-nav > li > a:hover, .navbar-default.small .navbar-nav > .active > a, .navbar-default.small .navbar-nav > .active > a:hover, .navbar-default.small .navbar-nav > .active > a:focus {
	background: none;
	color: #003a53;
}

.navbar-toggle {
	background: none;
	color: #003a53;
	border: none !important;
	margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #003a53;
}

.navbar-toggle:hover {
	background: none !important;
	color: #003a53;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background: #003a53;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
}

.dropdown-menu {
	background: none;
	min-width: 100%;
}

.dropdown-menu > li > a {
	color: #fff;
	background: #cebb6e;
	padding: 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > a:hover, .dropdown-menu > a:focus, .dropdown-menu > li > a:hover {
 	color: #fff;
	background: #003a53;
	padding: 10px;
}

/* ----------------- Header ----------------- */


#bloc-home {
	background: url(img/bg-fleurs-bleu.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0px;
	z-index: -2;
}

#bloc-home p {
	text-align: center;
	color: #fff !important;
}

#info-home {
	position:relative;
}

#bloc-home img {
	width: 250px;
}

#bloc-home h1 {
	font-weight: 100;
	color: #fff;
	font-size: 75px;
	margin-bottom: 0px;
}

#bloc-home h2 {
	font-weight: 600;
	font-size: 35px;
}

#bloc-home h3 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}

#bloc-home h3::before, #bloc-home h2::before {
    content: none;
 }


header#header-page {
	padding: 180px 20px 70px 20px;
	text-align: center;
	background: url(img/bg-fleurs-bleu.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
}

header#header-page h1 {
	color: #fff;
	font-size: 49px;
	font-weight: 300;
	margin-bottom: 0px;
}

#wrapper h2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 30px;
}

h2::before {
    content: '';
    width: 40px;
    height: 5px;
    background: #052c41;
    position: absolute;
    bottom: -10px;
    left: 0;
}

#content {
	margin-bottom: 40px;
}

#content p {
	letter-spacing: 1px;
}

#content ul {
	list-style: circle;
	margin-bottom: 20px;
	font-weight: 300;
	padding-left: 20px;
}

#content ol {
	list-style: decimal;
	margin-bottom: 20px;
	font-weight: 300;
	padding-left: 20px;
}

#content ol li, #content ul li {
	margin-bottom: 10px;
	color: #052c41;
}



.listing {
	width: 100%;
	margin-bottom: 40px;
}

.listing li {
	margin-bottom: 10px;
}

.listing li:after {
	clear: both;
}

.listing li .tarif-soin {
	float: right;
}

.listing li h3 {
	margin-bottom: 0px;
	color: #052c41;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 19px;
}

.listing li p {
	margin-bottom: 0px;
	color: #052c41;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 16px;
}

.listing li .tarif-soin {
	color: #052c41;
	font-size: 19px;
	font-weight: 300;
}

/* ----------------- Contact ----------------- */

.google-maps {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#formulaire-contact {
	display: inline-block;
}

#formulaire-contact label {
	color: #003a53;
	font-size: 14px;
	width: 100%;
}

#formulaire-contact p {
	margin-bottom: 5px;
}

#formulaire-contact input {
	background: #efefef;
	color: #cebb6e;
	border: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 300;
}

#formulaire-contact input[type="file"] {
	background: none;
}

#formulaire-contact textarea {
	background: #efefef;
	color: #cebb6e;
	border: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	height: 120px;
}

#formulaire-contact input[type="submit"] {
	float: right;
	background: #003a53;
	border: none;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	width: 130px;
	text-transform: uppercase;
	font-weight: 700;
}

#formulaire-contact input[type="submit"]:hover {
	background: #cebb6e;
	color: #fff;
}

.wpcf7-form .wpcf7-validation-errors {
    border: none !important;
    text-align: center !important;
    font-size: 18px !important;
    float: none !important;
    clear: both !important;
    color: #fff;
}

.wpcf7-mail-sent-ok  {
    border: none !important;
    text-align: center !important;
    font-size: 18px !important;
    float: none !important;
    clear: both !important;
}

.wpcf7-not-valid-tip {
	margin-bottom: 20px !important;
}

.screen-reader-response {
	display: none !important;
}

input[type="radio"], input[type="checkbox"] {
	width: 15px;
}

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

.wpcf7-list-item-label {
	color: #fff;
}


/* ----------------- footer ----------------- */


.logo-top-footer {
	width: 70px;
	margin-top: -40px;	
	z-index: 9999;
}

footer {
	background: #003a53;
	margin-top: -35px;
	padding: 60px 0px 20px 0px;
	color: #fff;
	z-index: 9999;
}

footer .widget {
	margin-bottom: 20px;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 18px;
}

footer h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
}


footer p {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

footer a {
	color: #fff;
}

footer a:hover {
}

footer ul li a {
	margin-bottom: 10px;
}

footer ul li a {
}

footer ul li a:hover {
}


@media screen and (max-width: 954px) {
    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-brand {
		margin-left: 15px;    
    }
    
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-nav {
        float: none!important;
    }
    
    .navbar-nav>li {
        float: none;
    }
    
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    
    .collapsing {
        overflow: hidden!important;
    }
    
    .navbar .container-fluid {
	    padding: 0px;
    }
    
    .navbar-right {
	    margin-top: 0px;
	    margin-left: 0px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default.small .navbar-collapse, .navbar-default.small .navbar-form {
		background: #cebb6e;
		color: #fff;
		margin-top: 15px;
	}

	.navbar-default .navbar-nav > li > a, .navbar-default.small .navbar-nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-size: 15px;
		padding : 10px;
	}
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default.small .navbar-nav > li > a:hover {
		color: #052c41;
	}
	
	.navbar-default img {
	    margin-top: 0px;
	    margin-bottom: 0px;
	    margin-left: 20px;
	    max-width: 200px;
	}

	.navbar-default.small img {
		margin-top: 20px;
		margin-left: 20px;
		max-width: 140px;
	}
	
	.navbar-toggle {
	    margin-top: 10px;
	}
	
	.navbar {
		min-height: 10px;
	}
	
	.navbar-fixed-top .navbar-collapse {
		max-height: 100vh;
		background: #cebb6e;
	}

}

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

	header#header-page {
	    padding: 100px 20px 40px 20px;
	}

	header#header-page h1 {
		font-size: 35px	
	}
	
	#info-home img {
		width: 160px;
	}
	
	#bloc-home h3 {
		margin-top: 110px;
	}
	
	#info-home h1 {
		font-size: 35px;
	}
	
	#info-home h2 {
		font-size: 25px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #003a53;
}
	
}

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

	.navbar-default img {
		max-width: 150px;
		margin-left: 10px;
	}

}