﻿/*CSS medium*/


@media screen and (min-width: 992px) and (max-width: 1266px)

{
	
#ecogeste-bloc-moteur {width:100%; background: linear-gradient(to top, #7ac642 50%, #0B610B 50%); box-sizing: border-box;}
#ecogeste-bloc-moteur .ecogeste-recherche-mc {width:100%; min-height:80px;}
#ecogeste-bloc-moteur #ecogeste-mots-cles {margin-left: 30px;}

#ecogeste-bloc-moteur .ecogeste-recherche-guid {width:100%;}
#ecogeste-bloc-moteur .ecogeste-recherche-guid legend { padding-left: 30px; }
#ecogeste-bloc-moteur select { margin-left: 30px;}

#ecogeste-bloc-moteur .text-milieu {min-height: 20px; padding-top:20px; padding-left: 30px;}
#ecogeste-bloc-moteur .text-milieu p {text-align:left; padding-top:10px; }
 
}


/*CSS small*/

@media screen and (min-width: 480px) and (max-width: 991px)

{

#ecogeste-bloc-moteur {width:100%; background: linear-gradient(to top, #7ac642 50%, #0B610B 50%); box-sizing: border-box;}

#ecogeste-bloc-moteur .ecogeste-recherche-mc {width:100%; min-height:50px;}
#ecogeste-bloc-moteur #ecogeste-mots-cles {margin-left: 30px;}

#ecogeste-bloc-moteur .ecogeste-recherche-guid {width:100%; min-height:50px;}

#ecogeste-bloc-moteur .ecogeste-recherche-mc legend {padding: 5px 0 0 30px;}
#ecogeste-bloc-moteur .ecogeste-recherche-guid legend { padding-left: 30px; }
#ecogeste-bloc-moteur select { margin-left: 30px;}

#ecogeste-bloc-moteur .text-milieu {width:14%; min-height: 5px; margin-top: 30px; padding-left: 20px;}
#ecogeste-bloc-moteur .text-milieu p {padding-top:0; }
}


/*CSS mini*/

@media screen and (max-width: 479px)

{
	
#ecogeste-bloc-moteur {width:100%; background: linear-gradient(to top, #7ac642 50%, #0B610B 50%); box-sizing: border-box;}

#ecogeste-bloc-moteur .ecogeste-recherche-mc {width:100%; min-height:50px;}

#ecogeste-bloc-moteur #ecogeste-mots-cles {margin-left: 20px;}
#ecogeste-bloc-moteur #ecogeste-keyword-actions {margin-left: 20px;}

#ecogeste-bloc-moteur .ecogeste-recherche-guid {width:100%; min-height:50px;}

#ecogeste-bloc-moteur .ecogeste-recherche-mc legend {padding-left: 20px; padding-top: 5px;}
#ecogeste-bloc-moteur .ecogeste-recherche-guid legend { padding-left: 20px; padding-bottom:5px; }
#ecogeste-bloc-moteur select { margin-left: 20px;}

#ecogeste-bloc-moteur .text-milieu {width:21%; min-height: 5px; margin-top: 45px; padding-left: 20px;}
#ecogeste-bloc-moteur .text-milieu p {padding-top:0; }

}
