/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
    font-family: 'adaminaregular';
    src: url('fonts/adamina-regular-webfont.eot');
    src: url('fonts/adamina-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adamina-regular-webfont.woff2') format('woff2'),
         url('fonts/adamina-regular-webfont.woff') format('woff'),
         url('adamina-regular-webfont.svg#adaminaregular') format('svg');
    font-style: normal;
    }


    @font-face {
        font-family: 'poppinsregular';
        src: url('fonts/poppins-regular-webfont.eot');
        src: url('fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('fonts/poppins-regular-webfont.woff2') format('woff2'),
             url('fonts/poppins-regular-webfont.woff') format('woff'),
             url('fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
             font-style: normal;
    }

body,.col-texte-consultation{
background-color: #FFF;
}

h1,h2,h3,h4,h5,h6{
  font-family: "adaminaregular",sans-serif;
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color:#465F5A;
}

p{
  font-family: "poppinsregular",sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding-right: 2%;
  padding-left: 2%;

}
p,.col-texte-consultation li,.accordeon li{
  color: #333333!important;
}

.vert,.pourquoi-consutler-un-osteo {
  background-color:#F5F5F5;
}
/*Vert claire*/

.consultation-header,.autre-consultation{
  background-color: #465F5A;
}

#osteo-def strong,#consultation-info strong{
  color:#fff;

}
#osteo-def p,#consultation-info p{
  padding-left:0;
  padding-right:0;
  margin-top:2%;
}

/* Header*/
.header-site a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.header-site a:hover{
  color: #3B655C;
  font-weight: 600;
}

/* TPL CONSULTATION*/
.consultation-header h1,.Autres-consultations h3{
  color:#fff;
}

.col-texte-consultation h2{
  font-size: 20px;
}

/* TPL CONSULTATION  FIN*/



/* Pour les écrans de laptop entre 1366px et 1440px 15-poices */
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .header-site a {
  font-size: 13px!important;
    }

}
