/*!
*global style v0.0.1 November 2018 by MTDesign-création see all projects here: https://mtdesign-creation.com
 * Copyright 2018 Studio MTD
  *Author : Madou T.
     Email: contact@mtdesign-creation.com
 LICENCE: free license, provided that the author's information is not removed
 this model is just an example and the author would not be held responssable in any way
 */
/*custom style for header gradient element */.mtd-grd { background: linear-gradient(-90deg, #ffffff 50%, transparent 50%);}.grad-home { background-image: linear-gradient(to right, rgba(255, 255, 255, 0.81), rgba(207, 161, 36, 0.94));}
/***custom style for home section btn****/.mtd-btn {border: none;background-color: white; text-align: center;text-decoration: none;display: inline-block;font-size: 16px;margin: 4px 4px;cursor: pointer;-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}
/** custom btn *****/.mtd-row-2 {color: gray; border: 1px solid gray;padding: 19px 100px;}
/* hover class */.mtd-row-3 {color: #955914; border: 1px solid #955914; padding: 18px 66px;} .mtd-row-4 {background-color: white;color: #0556fb; border: 1px solid #0556fb;padding: 18px 63px;} .mtd-row-2:hover {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);background-color: gray ; color: white; border: 1px solid #e0e0e0;}.mtd-row-3:hover {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);background-color: #614e1a;color: white; border: 1px solid #614e1a;} .mtd-row-4:hover {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);background-color: #2e6da4;color: white; border: 1px solid #2e6da4;}
/***dropdown top language*****/ .dropbtn {background-color: transparent;color: #614e1a;padding: 15px;font-size: 20px;border: none;cursor: pointer;}.dropdown:hover .dropbtn {background-color: #614e1a;color: white;} .dropdown {position: relative;display: inline-block;} .dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 2px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;} .dropdown-content a {color: #000000;padding: 12px 16px;text-decoration: none;display: block;} .dropdown-content a:hover {background-color: #e0e0e0;color: #614e1a;} .dropdown:hover .dropdown-content {display: block;}
