/*
 Theme Name:     Hypno87
 Description:    Hypno87 Child Theme
 Author:         Jaïs Pingouroux
 Template:       Divi
*/
 
@import url("../Divi/style.css");
@font-face {
    font-family: "KennedyCapsDB";
    src: url("https://www.hypno87.fr/wp-content/themes/hypno87/fonts/KennedyCapsDB Normal/KennedyCapsDB Normal.ttf");
}
@font-face {
    font-family: "Pill Gothic";
    src: url("https://www.hypno87.fr/wp-content/themes/hypno87/fonts/Pill Gothic 300mg Regular/Pill Gothic 300mg Regular.ttf");
}


body {
	background-color: #00304e;
}

h1, h2, h3, h4, h5, h6, #et-top-navigation {
	font-family: "KennedyCapsDB", Open Sans, Arial, sans-serif;
}
@media(min-width: 1024px){
	h1 {
	font-size: 100px;
	}
}

p, a, li {
	font-family: "Pill Gothic", Open Sans, Arial, sans-serif;
}

#hypnose ul{
	margin-left: 3%;
}
.et_contact_bottom_container button {
	font-family: "Pill Gothic", Open Sans, Arial, sans-serif;
}

#footer-middle a, #footer-middle a:visited{
	color: #ccbd9a;
}
#footer-middle a:hover{
	color: #efc687 !important;
}