    .gtmHero {
        position: relative;
        top: 0;
        left: 0;
        background-image: url("/images/dezonage-agricole-renald-mongrain-accueil.jpeg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
    }

    .gtmContent {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }

    .gtmContent h2 {
        position: relative;
        color: white;
        text-transform: uppercase;
        text-align: right;
        transform: translateX(20%);
        opacity: 0;
        animation: apparition 1500ms 800ms ease-out forwards;
    }

    @keyframes apparition {
        100% {
            opacity: 1;
            transform: none;
        }
    }


    .gtmContent p {
        position: relative;
        color: white;
        text-align: right;
        margin-top: 75px;
        opacity: 0;
        animation: appatext 1500ms 800ms ease-out forwards;
    }

    @keyframes appatext {
        100% {
            opacity: 1;
        }
    }

    .gtmContent p::after {
        content: '';
        position: absolute;
        top: 200px;
        right: -30px;
        width: 100%;
        height: 10px;
        background-color: #80914AFF;
        z-index: 10;
        /* transform: translateY(30%); */
        opacity: 0;
        animation: appaafter 1500ms 800ms ease-out forwards;
    }

    @keyframes appaafter {
        100% {
            opacity: 1;
            top:-55px;
        }
    }

    @media screen and (min-width: 768px){

        
        .gtmContent h2 {
                text-align: left;
                padding-left: 50px;
                font-size: 4rem;
        }
            
        .gtmContent p {
                font-size: 1.8rem;
                text-align: left;
                padding-left: 50px;
        }
            
        }
        



@media screen and (min-width: 1024px){

        
    .gtmContent h2 {
            font-size: 5rem;
            text-align: left;
            padding-left: 50px;
    }
        
    .gtmContent p {
            font-size: 1.8rem;
            text-align: left;
            padding-left: 50px;
    }
        
    }
    
    
@media screen and (min-width: 1440px){

    
    .gtmContent h2 {
        text-align: left;
        padding-left: 50px;
        font-size: 7rem;
    }
    
    .gtmContent p::after {
        width: 106%;
    }
    
    .gtmContent p {
        text-align: left;
        padding-left: 50px;
        margin-top: 90px;
        font-size: 2rem;
    }
    
    }

        
@media screen and (min-width: 1920px){

    .gtmContent h2::after {
        width: 100%;
    }
    
    .gtmContent p {
        font-size: 2rem;
    }
}
    
    




/*_______   ______   .__   __. .___________.        ___      ____    __    ____  _______      _______.  ______   .___  ___.  _______ 
|   ____| /  __  \  |  \ |  | |           |       /   \     \   \  /  \  /   / |   ____|    /       | /  __  \  |   \/   | |   ____|
|  |__   |  |  |  | |   \|  | `---|  |----`      /  ^  \     \   \/    \/   /  |  |__      |   (----`|  |  |  | |  \  /  | |  |__   
|   __|  |  |  |  | |  . `  |     |  |          /  /_\  \     \            /   |   __|      \   \    |  |  |  | |  |\/|  | |   __|  
|  |     |  `--'  | |  |\   |     |  |         /  _____  \     \    /\    /    |  |____ .----)   |   |  `--'  | |  |  |  | |  |____ 
|__|      \______/  |__| \__|     |__|        /__/     \__\     \__/  \__/     |_______||_______/     \______/  |__|  |__| |_______|*/

@import url("font-awesome.css");

/* ---- Pour changer la couleur des icônes ----*/
i {
    color: #80914a;
    margin: 0 0.5em 0.6em 0.5em;
}
i li {
    color: #c62626;
}

/*
  ______   ______   .__   __. .___________. _______ .__   __. .___________.
 /      | /  __  \  |  \ |  | |           ||   ____||  \ |  | |           |
|  ,----'|  |  |  | |   \|  | `---|  |----`|  |__   |   \|  | `---|  |----`
|  |     |  |  |  | |  . `  |     |  |     |   __|  |  . `  |     |  |     
|  `----.|  `--'  | |  |\   |     |  |     |  |____ |  |\   |     |  |     
 \______| \______/  |__| \__|     |__|     |_______||__| \__|     |__|     
                                                                        */
.container-fluid {

    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;

}

html {
    //font-size: 1em;
    position: relative;
    min-height: 100%;
}

.item-page {
    //margin: 1.3em;
}

body {

    
    
    font-family: 'Prompt', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #333D42;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.625em;
    width: 100%;
    margin: auto;
    padding: 0px;
 
    
}

article {
    /*
    max-width: 1950px;
    margin: auto;
    padding: 2.5em 1em 2.5em 1em;
    margin-left: auto;
    margin-right: auto;
    */
}


/* ----  L I G N E   ---- */

hr {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 7px;
    margin: 5% 25%;
    width: 50%;
}

/* ---- C O N T E N U  F L U I D E---- */

.row-fluid {
    //margin: auto;
    //background-color: #c51f25;
    //width:100%;
}


/* ---- A L I G N E M E N T ---- */
.gtm_clear {
    clear: both;
    line-height: 0em;
}


/* ----  F O O T E R  ---- 
.gtm_footer {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;
*/
  

/* ---   C O P Y R I G H T   ---*/

.gtm_copyright {
    clear: both;
    text-align: center;
    margin: auto;
}

/*pour les modules - top 1 à 8*/
.gtm_1000 {
    margin: 0 auto;
    max-width: 1000px;
}


/*  ---  M E N U   ---   *

.gtm_menu_background {
    //position: absolute;
    // border: solid 1px red; 
    //height: 66px;
    background: #000000;
    width: 100%;
}



/* --------  T Y P O G R A P H I E --------  */

h1 {
    font-size: 2.5em;
    font-family: 'Prompt', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18506f;
    line-height: 1.3em;
    padding: 0 0.4em;
}

h2 {
    font-size: 2em;
    font-family: 'Prompt', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: normal;
    color: #80914a;
    line-height: 1.3em;
    padding: 0 0.4em;
}


/* ---- A F F I C H A G E  T I T R E  S U R  T A B L E T T E  ----  */

@media only screen and (max-width:1080px )  {
        h1, h2 {
    font-size: 2em;
}
}
/* ---- A F F I C H A G E  T I T R E  S U R  M O B I L E  ----  */
@media only screen and (max-width: 479px)  {
        h1, h2 {
    font-size: 1.7em;
}
}


h3 {
    font-size: 1.9em;
    font-family: 'Prompt', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18506f;
    line-height: 1.3em;
    padding: 0 0.4em;
}
/* ---- A F F I C H A G E  T I T R E  S U R  M O B I L E  ----  */
@media only screen and (max-width: 479px)  {
        h3 {
    font-size: 1.2em;
}
}

h4 {
    font-size: 1.7em;
    font-family: 'Prompt', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18506f;
    line-height: 1.3em;
    padding: 0 0.4em;
}

@media only screen and (max-width: 479px)  {
        h4 {
    font-size: 1.3em;
}
}


h5 {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #80914a;
    line-height: 1.3em;
    padding: 0 0.4em;
}

@media only screen and (max-width: 479px)  {
        h5 {
    font-size: 1.2em;
}
}

h6 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18506f;
    line-height: 1.3em;
    padding: 0 0.4em;
}
@media only screen and (max-width: 479px)  {
        h6 {
    font-size: 1em;
}
}


p {
    margin: 0px 0px 20px 0px;
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 200;
    line-height: 1.55em;
    font-style: normal;
    color: #18506f;
    padding: 0 0.4em;
}


/* ---- A F F I C H A G E  T I T R E  S U R  T A B L E T T E  ----  */

@media only screen and (max-width: 1080px)  {
       p {
    font-size: 1.2em;
}
}

/* ---- A F F I C H A G E  T I T R E  S U R  M O B I L E  ----  */

@media only screen and (max-width: 560px)  {
        p {
    font-size: 1.1em;
}
}



/* -- ajustement 4 blocs -- */
.row-fluid .span3 {
    width: 25%;
}

@media only screen and (max-width: 780px){
.row-fluid .span3 {
    width: 100%;
}
}




/* ---- L I E N S ---- */
a {
    font-size: 1.3em;
    color: #18506f;
    font-weight: 400;
    text-decoration: none;

}

a:active, a:hover {
    color: #80914a;
    text-decoration: none!important;
}

a:visited {
	color: #18506f;
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
a {
    font-size: 1em;

}
}

/**** LISTE ESPACE ****/
li {
    line-height: 20px;
    //margin-bottom: 15px;
}

/* Bouton bootstrap */

.btn {
    padding: 15px;
    border: 0 none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    text-shadow:  none;
    border-radius: 0;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn:visited {
    color:#ffffff;

}


/******* bouton pleine couleur bootstrap *******/
 
.btn-primary {
    background: #18506f;
    font-family: "poppins" sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #f2f2f2;
    padding: 10px;
    margin: 10px;
    line-height: 1.9em;
    white-space: normal;
    text-align: center;
    //min-width: 88%;
    border:solid 1px #0098B5;

}

 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #80914a;
    color: #f2f2f2;
    text-decoration: none;
    border:solid 1px #0098B5;
}
 
.btn-primary:active, .btn-primary.active {
    background: #18506f;
    box-shadow: none;
}

/******* bouton contour bootstrap *******/
.btn.outline {
    background: none;
    padding: 5px;

}

.btn-primary.outline {
    background: none;
    border: 3px solid #18506f;
    color: #18506f;
    white-space: normal;
    text-align: center;
    margin: 3px;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    background: none;
    color: #80914a;
    border-color: #80914a;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #18506f;
    color: #18506f;
    box-shadow: none;
}

/**** DESIGN ACCORDÉON ****/

/* ajouter logo tete fille dans l'accordéon */
.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    background-image: url("/images/tete-fille.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-top: 1px solid #e5e5e5;
    padding: 9px 15px;
}


/* ---- F O R M U L A I R E S  ---- 

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-shadow: none;
    background: #FAFAFA;
    border-bottom-color: #EEEEEE;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-width: 0 0 2px;
    box-shadow: none;
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
}


/*  ---- B L O C S  ---- */

/*  tache */
.gtm_block_blanc {
    background-color: #ffffff;
    padding: 2%;
       //margin-top: -100px;

}

/** titre bleu du block blanc ***/

.gtm_block_blanc h1, .gtm_block_bleu h2 {
	background-color: #0098b5;
    text-align: center;
    text-decoration: bold;
    font-size: 3em;
    padding: 2% 0;
    margin: 0;
    //min-height: 200px;
    color: #f2f2f2;
}



.gtm_block_bleu{
    background-color: #46738b;
    padding: 4%;
    margin-top: 40px;
    text-align: center;
}

.gtm_block_bleu h1, .gtm_block_bleu h2, .gtm_block_bleu h3, .gtm_block_bleu h4, .gtm_block_bleu h5, .gtm_block_bleu h6, .gtm_block_bleu p{
    color: #f2f2f2;
    text-align: center;
    font-weight: 500;
}

.gtm_block_bleu h2{
    color: #f2f2f2;
    letter-spacing: 0.03em;
}


@media only screen and (max-width: 479px)  {
.gtm_block_bleu h3{
    padding-top: 30px;

}
}


/**** Block fond vert image dégradé ***/
.gtm_block_vert{
    background-image: url("/images/block-vert-degrade.png");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 400px;    

}

.gtm_block_vert h3 {
    color: #f2f2f2;
    text-align: center;
    font-size: 3em;
    padding: 4% 2% 0% 2%;
}

.gtm_block_vert h1, .gtm_block_vert h2,.gtm_block_vert h4, .gtm_block_vert h5, .gtm_block_vert h6, .gtm_block_vert p {
	color: #f2f2f2;
	padding: 2%;

}

@media only screen and (max-width: 780px) {

.gtm_block_vert{
    background-image: url("/images/block-vert-degrade.png");
    background-size: auto;
    background-repeat: no-repeat;
    min-height: 300px;

}
}

@media only screen and (max-width: 780px) {

.gtm_block_vert h3{
    color: #f2f2f2;
    text-align: center;
    font-size: 2em;
    padding: 5%;
}
}

/***** BL0CK GRIS *****/
.gtm_block_gris{
    background-color: #f0f0f0;
    //border-bottom: 2px solid #46738b;
    //border-top: 2px solid #46738b;
    margin: 3%;
    padding: 4%;
    text-align: center;
}

.gtm_block_gris p{
    line-height: 2em;
}

/***** POUR FOND BLANC SOUS TEXTE DU BLOCK VERT HAUT ****/

.gtm_fond_blanc{
    background-color: rgba(255, 255, 255, 0.2);
    margin: 2% 8% 2% 8%;

}

@media only screen and (max-width: 479px) {
.gtm_fond_blanc{
    background-color: rgba(255, 255, 255, 0.2);
    margin: 3%;

}   
}

/******************  BLOCKS POUR TEXTES LES SERVICES ***********************/


.gtm_services_bleu{
    background-color: rgba(24, 80, 111, 0.8);
    padding: 2%;
}

.gtm_services_bleu h1, .gtm_services_bleu h2, .gtm_services_bleu h3, .gtm_services_bleu h4, .gtm_services_bleu h5, .gtm_services_bleu h6, .gtm_services_bleu p{
    color: #f2f2f2;
}


.gtm_services_blanc{
    background-color: rgba(250, 250, 250, 1);
    padding: 2%;
}

.gtm_services_blanc h1, .gtm_services_blanc h2, .gtm_services_blanc h3, .gtm_services_blanc h4, .gtm_services_blanc h5, .gtm_services_blanc h6, .gtm_services_blanc p{
    color: #3f3f3e;
}

.gtm_services_vert{
    background-color: rgba(128, 145, 74, 0.8);
    padding: 2%;
}

.gtm_services_vert h1, .gtm_services_vert h2, .gtm_services_vert h3, .gtm_services_vert h4, .gtm_services_vert h5, .gtm_services_vert h6, .gtm_services_vert p{
    color: #f2f2f2;
}


/*** Titre services ***/

.gtm_block_titre{
    background-image: url("/images/block_titre_services.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 200px;    

}

.gtm_block_titre h1{
    color: #f2f2f2;
    text-align: center;
    padding: 8%;
    margin-bottom: 15px;

}

@media only screen and (max-width: 769px){
.gtm_block_titre{
    background-image: url("/images/block_titre_services.jpg");
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 200px;    

}
}

@media only screen and (max-width: 769px){
.gtm_block_titre h1{
    color: #f2f2f2;
    text-align: center;
    padding: 13% 8% 8% 8%;
    margin-bottom: 15px;

}    
}

@media only screen and (max-width: 479px) {
.gtm_block_titre{
    background-image: url("/images/block_titre_services.jpg");
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 180px;    

}
}

@media only screen and (max-width: 479px){
.gtm_block_titre h1{
    color: #f2f2f2;
    text-align: center;
    padding: 20% 8% 8% 8%;
    margin-bottom: 15px;

}    
}


/**** POUR AJOUTER DU PADDING À CERTAIN BLOCK ****/

.gtm_padding{
    padding: 5%;
    margin-top: 5%;
}


@media only screen and (max-width: 479px) {
.gtm_padding{
    padding: 2%;
    margin-top: 1%;
}
}

/***** PADDING et hr POUR COORDONNÉES *****/
.gtm_coordo{
    padding: 10% 1%;
    text-align: center;
}

.gtm_coordo hr {
    background: #18506f none repeat scroll 0 0;
    height: 7px;
    margin: 0% 5%;
    width: 30%;
}

/*block pour footer*/
.gtm_block_footer {
    background: #18506f;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.gtm_block_footer h6{
  	color: #fff;
  	font-size:0.7em;
    text-align: center;
    padding: 10px 0px 10px 0px;
}


/****************** WS PORTFOLIO ******************/

/****** FONT SIZE ET MARGE POUR TEXTE WS PORTFOLIO ******/

#wspm .wspm-item .wspm-inner .wspm-content .wspm-content-inner p {
    color: #999999;
    font-size: 1.4em;
    line-height: 35px;
    margin-bottom: 0;
    padding: 2%;
    text-align: center;

}

#wspm .wspm-item .wspm-inner .wspm-content .wspm-content-inner h5 {
    text-align: center;
    padding-top: 
}

@media only screen and (max-width: 479px) {
#wspm .wspm-item .wspm-inner .wspm-content .wspm-content-inner p {
    font-size: 1.2em;
 
}
}



/**  enlever les marge des blocks textes **/

#wspm .wspm-item.image-text .wspm-content .wspm-content-inner {
    padding: 10px 0;
}




/*  ---- L I S T E S  ---- 

ul {
    text-transform: inherit;
    font-size: 1.3em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 200;
    font-style: normal;
    color: rgba(51, 51, 51, 1);
    margin: 0 1em 2em;
    padding: 0 0em;
    list-style: none;
}

li {
    //margin: -1em;
}

li:before {
    content: square;
    border-color: #80914a;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;

} 


ol {
    //margin: 0 1em 2em;
    //padding: 2em 2em;
    //list-style: none;
}

ol li:before {
    border-width: 0;
    display: block;
    margin: 0 0 0.9em 2em;
    //padding: 0 1em;
    position: relative;
}




/* OUTIL A P M Z   P A R T A G E    R E S E A U   S O C I A L*/
#ampz_flyin.ampz_flyin_right {
    right: 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

#ampz_flyin {
    width: 20px;
    background-color: #5ec1ca;
}
.hvr-lighten li{
	padding:-5px;
}
#ampz_mobile li {
    margin-bottom: 0!important;
}
.ampz_support_author {
    display: none;
}
#ampz_sidebar{
    position: fixed;
    top: 15%;
    z-index: 999999;
}
/* ---- I M A G E S  P A G E  C R É D I T S ----*/ 
.gtm_credit {
float:left;
width:auto;
height:200px;
margin:10px;
}

.gtm_lignedetexte {
clear:both;
margin-bottom:2px;
}




/* --------  T A B L E   -------- */


/* ---- T A B L E   D E S K T O P ---- */
.gtm_table { 
  width:100%; 
  border-collapse: collapse; 
  margin: auto;  
}



/*   Override Bootstrap     */

.row-fluid [class*="span"] {

    margin-left: 0;
    }

.row-fluid .span6 {
    width: 50%;
}    
@media only screen and (max-width: 768px)  {
     .row-fluid .span6 {
    width: 100%;
}
}

/*  --------------------  M E D I A  Q U E R I E S  --------------------  */




/* ---- V E R S I O N   I M P R I M A B L E  D U  S I T E ---- */
@media print { 

    /* Titre menu */
    .megaMenuToggle {
        display: none; !important;
    }

    /* Menu */
    .js-megamenu {
        display: none; !important;
    } 

    .megamenu level0 {
        display: none; !important;
    } 
}


/* ---- A F F I C H A G E  S U R   D E S K T O P ---- */

@media only screen and (max-width: 768px) {
    .gtm_desktop {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  T A B L E T T E  E T  D E S K T O P ----  */

@media only screen and (max-width: 480px) {
    .gtm_tablette_desktop {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  T A B L E T T E  ----  */

@media only screen and (min-width: 769px) and (max-width: 480px) {
    .gtm_tablette {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  M O B I L E  E T  T A B L E T T E  ----  */

@media only screen and (min-width: 769px) {
    .gtm_mobile_tablette {
        display: none;
   }
}

/* ---- A F F I C H A G E  S U R  M O B I L E  ----  */

@media only screen and (min-width: 479px) {
    .gtm_mobile {
    display: none;
    }
}