/*
Theme Name: oceanwp-enfant
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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



@font-face {
    font-family: 'tilt_neonregular';
    src: url('fonts/tiltneon-regular-variablefont_xrotyrot-webfont.woff2') format('woff2'),
         url('fonts/tiltneon-regular-variablefont_xrotyrot-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a:focus{outline: 0 !important;}
/* GÉNÉRAL */
h1, h2, h3, h4{/*hyphens: auto;*//*font-family: 'tilt_neonregular';*/}
.elementor-widget-text-editor p{/*hyphens: auto;*/}
.elementor-widget-text-editor > ul > li{margin-bottom: 10px;/*hyphens: auto;*/margin-left: 30px;}
span.bleu-clair{color:#069bca;}
.bouton-principal a.elementor-button{padding-right: 60px !important;position:relative;}
.bouton-principal a.elementor-button::after{content:"";position:absolute;background:url('/wp-content/themes/oceanwp-enfant/img/fleche-bouton.png');width:35px;height:23px;background-size:35px 23px;top:13px;right:12px;transition: transform 0.3s ease;}
.bouton-principal a.elementor-button:hover::after {transform: translateX(7px);background-image: url('/wp-content/themes/oceanwp-enfant/img/fleche-blanche-droite.png');}
.bouton-secondaire a.elementor-button{position:relative;}
.bouton-secondaire a.elementor-button::before{content:"";position:absolute;background:url('/wp-content/themes/oceanwp-enfant/img/fleche-blanche-droite.png');width:36px;height:25px;background-size:36px 25px;top:6px;left:-50px;transition: transform 0.3s ease;}
.bouton-secondaire a.elementor-button::after{content:"";position:absolute;background:url('/wp-content/themes/oceanwp-enfant/img/fleche-blanche-gauche.png');width:36px;height:25px;background-size:36px 25px;top:6px;right:-50px;transition: transform 0.3s ease;}
.bouton-secondaire a.elementor-button:hover::before {transform: translateX(7px);}
.bouton-secondaire a.elementor-button:hover::after {transform: translateX(-7px);}
.hauteur-conteneur{bottom:0px;height: 100% !important;left: 50% !important;transform: translateX(-50%);width: 75% !important;}
@media all and (max-width:767px){
	.hauteur-conteneur{width: 90% !important;}
}
.encart-gris .bouton-principal{margin: 0 auto;width: 100%;}
.citation{position:relative;}
.citation::before{content:"";position:absolute;background:url('/wp-content/themes/oceanwp-enfant/img/quote.png');width:140px;height:159px;background-size:140px 159px;top:-25px;left:80px;}
@media all and (min-width:768px) and (max-width:1024px){
	.citation::before{width:100px;height:114px;background-size:100px 114px;top:-25px;left:60px;}
}
@media all and (max-width:767px){
	.citation::before{width:60px;height:68px;background-size:60px 68px;top:-25px;left:20px;}
}
header#site-header .oceanwp-mobile-menu-icon.mobile-right{margin-top: 20px;}
@media all and (max-width: 431px){
	header#site-header .oceanwp-mobile-menu-icon.mobile-right{margin-top:0px;}
}
header#site-header #site-logo{padding: 20px 0px;}
header#site-header #site-navigation-wrap{top: 35px;}
/*  Séparateurs verticaux entre les items du menu principal  */
#menu-menu-principal {display: flex;gap: 0;}
#menu-menu-principal > li {position: relative;padding: 0px 0px;}
#menu-menu-principal > li:not(:last-child)::after {content: "";position: absolute;right: -1px;top: 50%;transform: translateY(-50%);width: 2px;height: 1em;background: #1c3e64;opacity: .6;}
@media (max-width: 768px) {#menu-menu-principal > li::after { display: none; }}
#menu-menu-principal > li > ul.sub-menu > li > a{text-transform: inherit;}

/* Décorations */
.decoration-1{/*transform: rotate(-150deg);*/}
.decoration-2{margin: 0 auto;width: 100%;}

/* Footer */
footer#footer #block-7{margin-bottom: 40px;}
footer#footer #block-7 img{max-width: 320px;}
footer#footer p{text-align: justify;font-size: 16px;line-height: 20px;}
footer#footer a{text-align: justify;font-size: 16px;line-height: 20px;}
footer#footer a:hover{text-align: justify;font-size: 16px;line-height: 20px;}
footer#footer .reseaux-sociaux {display: flex;align-items: center;justify-content: flex-start;gap: 10px;}
footer#footer .reseaux-sociaux a img {display: block;width: 60px;}
footer#footer #block-10{max-width:320px;}
footer#footer #block-10 .wp-block-search__inside-wrapper input.wp-block-search__input{width: 220px;color:#202952;background-color:white;border-radius:0px;border:none;font-family: "Montserrat", Sans-serif;font-size:16px;}
footer#footer #block-10 .wp-block-search__inside-wrapper input.wp-block-search__input::placeholder{color:#202952;font-family: "Montserrat", Sans-serif;font-size:16px;}
footer#footer #block-10 .wp-block-search__inside-wrapper .wp-block-search__button{position:relative;top:10px;left:10px;background: url('/wp-content/themes/oceanwp-enfant/img/loupe.png') no-repeat center center; background-size: 36px 30px; width: 36px; height: 30px; padding: 0; border: none;background-color: transparent !important;}
footer#footer #block-10 .wp-block-search__inside-wrapper .wp-block-search__button .search-icon{display:none;}
@media all and (max-width:460px){
	footer#footer #block-7 img {max-width: 260px;}
}







@media all and (min-width:320px) and (max-width:768px){

}
@media all and (min-width:320px) and (max-width:480px){

}
