/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Merienda;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 120px;
    padding-bottom: 150px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #f0dea1;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.header_main {
    width: 100%;
    float: left;
    background: #10e2bd;
    height: 80px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f79f0a;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f79f0a;
}

.navbar {
    padding: 15px 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
    font-size: 25px;
    color: #000000;
}

.logo {}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 10px 0px 25px 0px;
}

.banner-papillon_img {
    width: 100%;
    float: left;
}
.banner_col_text {
    width: 100%;
    float: left;
}

.banner_text {
    width: 80%;
    float:  left;
    font-size: 25px;
    color: #252525;
    line-height: 130%;
    margin: 0.9em;
    text-align: justify;
}

.banner_text_songeatoi {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    color: #f76d37;
    padding-left: 30%;
    font-weight: bold;
}

/* banner section end */

/* about (quisuisje)section start */

.about_section {
    width: 100%;
    float: left;
    background-image: url(../images/branche.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.about_taital {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 80px 0;
    font-size: 40px;
    color: #f76d37;
    font-weight: bold;
}

.about_subtaital {
    width: 100%;
    float: left;
    font-size: 40px;
	text-align: center;
    padding: 0px 0 20px 0;
    color: #f76d37;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #4c4c4b;
    margin: 0px;
    text-align: justify;
    padding: 10px 5% 0px 5%;
}

/* about (quisuisje) section end */

/* gallery (hypnose) section start */

.gallery_section1 {
    width: 100%;
    float: left;
    background-image: url(../images/feuilles1.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 20px;
}

.gallery_section2 {
    width: 100%;
    float: left;
    background-image: url(../images/feuilles2.jpg);
    background-position: center bottom;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 180px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #f76d37;
    font-weight: bold;
    padding: 0 0 80px 0;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: justify;
    margin: 0px;
    line-height: 150%;
    padding-left: 10%;
    padding-right: 10%;
    color: #4c4c4b;
}

.gallery_ul {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 25%;
  color: #000000;
}

.gallery_li {
  list-style: square;
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: left;
  margin: 0px;
  padding-top: 20px;
  padding-left: 0px;
  color: #000000;
}

/* gallery (hypnose) section end */

/* services (séances) section start */

.services_section {
   width: 100%;
    float: left;
    background-image: url(../images/tache_aquarelle.jpg);
    background-position: left-top;
    background-size: cover;
    background-repeat: repeat-y;
}

.services_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #f76d37;
    font-weight: bold;
    padding: 0 0 80px 0;
}

.services_subtaital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #f76d37;
    padding-right: 15%;
    font-weight: bold;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0px;
    text-align: justify;
	line-height: 150%;
    padding-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
	color: #4c4c4b;
}

/* services(séances)section end */

/* contact section start */

.contact_section_1 {
    width: 100%;
    float: left;
	padding-top: 120px;
	padding-bottom: 0px;
	background-image: url(../images/feuilles3.jpg);
	background-position: left-top;
    background-size: cover;
    background-repeat: repeat-y;
}

.contact_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #f76d37;
    font-weight: bold;
    padding: 0 0 80px 0;
}

.contact_subtaital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #f76d37;
    padding-left: 0px;
    font-weight: bold;
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding-top: 50px;
    padding-left: 30px;
    color: #000000;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    text-align: center;
    height: auto;
    padding: 50px 0px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #f76d37;
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #f76d37;
}

.padding_left_10 {
    padding-left: 10px;
}

/* footer section end */

.margin_top90 {
    margin-top: 90px;
}