/*
Theme Name: theme-enfant
Theme URI: URL pour découvrir le thème
Template: sydney
Author: nclicq
Author URI: https://wordpress.org/
Description: Description du thème
Tags: vos tages séparés par des virgules
Version: 1.0
Updated: 2018-12-01

*/
body{
    margin: 0 auto;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}

h3{
   font-family: 'Bebas Neue';
}


.header-background{
    background-image: url(img/header.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
   
}

.footer-background{
    background-image: url(img/footer.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
}

.header-clone{
    display: none;
}

.site-header{
    display: none;
}

.entry-header{
    display: none;
}

.elementor-shape-bottom{
    display: none ;
}


#colophon{
    display:none;
}

.copyright{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    
    
}


.icone-rotation2{
    transform: rotate(5deg);
}



@media screen and (max-width: 768px) {
    
    div{
       
        margin: 0 auto;
        width: 100%; 
        }
}



.div-copyright{
    text-align: center;
    line-height: normal;
}


#post-2{
    padding-bottom: 0px;
}

.container{
    padding-bottom: 0px;
}

.go-top{
    display: none;
}

footer{
    margin-bottom: -60px;
}

.cesure{
-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}
