        /*
Theme Name: Rethink-it Theme URI: https: //rethink-it.fr
Author: Danaëlle REVELAUD Author URI: https: //danaellerevelaud.com
Description: Thème pour le site rethink-it.
Requires at least: WordPress 5.0
Version: 1.0
*/
        
        body,
        html {
            margin: 0;
            box-sizing: border-box;
            font-family: 'Montserrat', sans-serif;
        }
        
        #partenaires,
        footer {
            background-color: #F6F5F5;
        }
        
        a {
            font-size: 1em;
            text-decoration: none;
        }
        
        button {
            border: none;
        }
        
        h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2.5em;
            margin: 1.7% 0 6% 1%;
        }
        
        h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.8em;
            line-height: 1.4rem;
        }
        
        h2 {
            font-weight: 400;
            margin-top: -2%;
            padding-left: 1.5%;
        }
        
        a {
            color: black;
            transition-duration: 0.3s;
        }
        
        a:hover {
            color: #18a9ed;
        }
        /******* FIN GENERAL *******/
        /***** FOOTER ******/
        
        footer {
            display: flex;
			flex-wrap: wrap;
            justify-content: space-around;
            padding: 10px;
        }
        
        .wp-image-259 {
            position: relative;
            top: 5px;
            left: 1px;
        }
        
        .menu {
            list-style-type: none;
            display: flex;
            font-size: 0.8em;
        }
        
        .menu li:nth-of-type(1) {
            margin-right: 10em;
        }
        
        .widget_synved_social_follow {
            padding-top: 6px;
        }
        
        footer p {
            font-size: 0.8em;
        }