This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -122,7 +122,7 @@
 | 
			
		||||
    .block-region-third{
 | 
			
		||||
        margin-top: 20rem;
 | 
			
		||||
        #node\:field_equipes{
 | 
			
		||||
            visibility: hidden;
 | 
			
		||||
           // visibility: hidden;
 | 
			
		||||
        }
 | 
			
		||||
        #node\:field_evenements_lies{
 | 
			
		||||
            article{
 | 
			
		||||
@@ -347,101 +347,101 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
    #node\:field_equipes{
 | 
			
		||||
        padding: 1rem 0;
 | 
			
		||||
        border-bottom: 3px dotted gray;
 | 
			
		||||
        h2{
 | 
			
		||||
            cursor: pointer;
 | 
			
		||||
            display: grid;
 | 
			
		||||
            grid-template-columns: 95% 5%;
 | 
			
		||||
            align-content: center;
 | 
			
		||||
            font-family: "trueno";
 | 
			
		||||
            font-size: 1rem;
 | 
			
		||||
            font-weight: 600;
 | 
			
		||||
            text-transform: initial;
 | 
			
		||||
    // #node\:field_equipes{
 | 
			
		||||
    //     padding: 1rem 0;
 | 
			
		||||
    //     border-bottom: 3px dotted gray;
 | 
			
		||||
    //     h2{
 | 
			
		||||
    //         cursor: pointer;
 | 
			
		||||
    //         display: grid;
 | 
			
		||||
    //         grid-template-columns: 95% 5%;
 | 
			
		||||
    //         align-content: center;
 | 
			
		||||
    //         font-family: "trueno";
 | 
			
		||||
    //         font-size: 1rem;
 | 
			
		||||
    //         font-weight: 600;
 | 
			
		||||
    //         text-transform: initial;
 | 
			
		||||
            
 | 
			
		||||
            // text-align: center;
 | 
			
		||||
        }
 | 
			
		||||
    //         // text-align: center;
 | 
			
		||||
    //     }
 | 
			
		||||
 | 
			
		||||
        h2:after{
 | 
			
		||||
            content: '▼';
 | 
			
		||||
            -webkit-transition: all 250ms ease;
 | 
			
		||||
            -moz-transition: all 250ms ease;
 | 
			
		||||
            -o-transition: all 250ms ease;
 | 
			
		||||
            transition: all 250ms ease;
 | 
			
		||||
            align-self: center;
 | 
			
		||||
            justify-self: center;
 | 
			
		||||
            font-size: $font-big;
 | 
			
		||||
        }
 | 
			
		||||
        .rotate:after{
 | 
			
		||||
            transform: rotate(180deg);
 | 
			
		||||
            -webkit-transition: all 250ms ease;
 | 
			
		||||
            -moz-transition: all 250ms ease;
 | 
			
		||||
            -o-transition: all 250ms ease;
 | 
			
		||||
            transition: all 250ms ease;
 | 
			
		||||
        }
 | 
			
		||||
        .field_equipes{
 | 
			
		||||
            display: none;
 | 
			
		||||
           .paragraph{
 | 
			
		||||
                display: grid;
 | 
			
		||||
                .field_membres{
 | 
			
		||||
                    grid-row: 2;
 | 
			
		||||
                    // >div:first-child{
 | 
			
		||||
                    //     display: none;
 | 
			
		||||
                    // }
 | 
			
		||||
                    .paragraph{
 | 
			
		||||
                        display: grid;
 | 
			
		||||
                        grid-template-columns: auto 1fr;
 | 
			
		||||
                        .field_nom{
 | 
			
		||||
                            grid-column: 2;
 | 
			
		||||
                            grid-row: 1;
 | 
			
		||||
                            padding-left: .3rem;
 | 
			
		||||
                            display: inline-block;
 | 
			
		||||
                            width: auto;
 | 
			
		||||
                            font-weight: 500;
 | 
			
		||||
                            >div:first-child{
 | 
			
		||||
                                display: none;
 | 
			
		||||
                            }
 | 
			
		||||
                            div:nth-of-type(2){
 | 
			
		||||
                                display: inline-block;
 | 
			
		||||
                                width: auto;                                
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        .field_prenom{
 | 
			
		||||
                            grid-column: 1;
 | 
			
		||||
                            grid-row: 1;
 | 
			
		||||
                            display: inline-block;
 | 
			
		||||
                            font-weight: 500;
 | 
			
		||||
                            >div:first-child{
 | 
			
		||||
                                display: none;
 | 
			
		||||
                            }
 | 
			
		||||
                            div:nth-of-type(2){
 | 
			
		||||
                                display: inline-block;
 | 
			
		||||
                                width: auto;                                
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        .field_fonction{
 | 
			
		||||
                            grid-column: 1 / span 2;
 | 
			
		||||
                            >div:first-child{
 | 
			
		||||
                                display: none;
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        margin-bottom: .3rem;
 | 
			
		||||
                    }
 | 
			
		||||
                    margin-bottom: .5rem;
 | 
			
		||||
                }
 | 
			
		||||
                .field_type_equipe{
 | 
			
		||||
                    grid-row: 1;
 | 
			
		||||
                    font-weight: 600;
 | 
			
		||||
                    font-size: $font-medium;
 | 
			
		||||
                    margin-bottom: .5rem;
 | 
			
		||||
                    div:first-child{
 | 
			
		||||
                        display: none;
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
        // h2:after{
 | 
			
		||||
        //     content: '▼';
 | 
			
		||||
        //     -webkit-transition: all 250ms ease;
 | 
			
		||||
        //     -moz-transition: all 250ms ease;
 | 
			
		||||
        //     -o-transition: all 250ms ease;
 | 
			
		||||
        //     transition: all 250ms ease;
 | 
			
		||||
        //     align-self: center;
 | 
			
		||||
        //     justify-self: center;
 | 
			
		||||
        //     font-size: $font-big;
 | 
			
		||||
        // }
 | 
			
		||||
        // .rotate:after{
 | 
			
		||||
        //     transform: rotate(180deg);
 | 
			
		||||
        //     -webkit-transition: all 250ms ease;
 | 
			
		||||
        //     -moz-transition: all 250ms ease;
 | 
			
		||||
        //     -o-transition: all 250ms ease;
 | 
			
		||||
        //     transition: all 250ms ease;
 | 
			
		||||
        // }
 | 
			
		||||
    //     .field_equipes{
 | 
			
		||||
    //         display: none;
 | 
			
		||||
    //        .paragraph{
 | 
			
		||||
    //             display: grid;
 | 
			
		||||
    //             .field_membres{
 | 
			
		||||
    //                 grid-row: 2;
 | 
			
		||||
    //                 // >div:first-child{
 | 
			
		||||
    //                 //     display: none;
 | 
			
		||||
    //                 // }
 | 
			
		||||
    //                 .paragraph{
 | 
			
		||||
    //                     display: grid;
 | 
			
		||||
    //                     grid-template-columns: auto 1fr;
 | 
			
		||||
    //                     .field_nom{
 | 
			
		||||
    //                         grid-column: 2;
 | 
			
		||||
    //                         grid-row: 1;
 | 
			
		||||
    //                         padding-left: .3rem;
 | 
			
		||||
    //                         display: inline-block;
 | 
			
		||||
    //                         width: auto;
 | 
			
		||||
    //                         font-weight: 500;
 | 
			
		||||
    //                         >div:first-child{
 | 
			
		||||
    //                             display: none;
 | 
			
		||||
    //                         }
 | 
			
		||||
    //                         div:nth-of-type(2){
 | 
			
		||||
    //                             display: inline-block;
 | 
			
		||||
    //                             width: auto;                                
 | 
			
		||||
    //                         }
 | 
			
		||||
    //                     }
 | 
			
		||||
    //                     .field_prenom{
 | 
			
		||||
    //                         grid-column: 1;
 | 
			
		||||
    //                         grid-row: 1;
 | 
			
		||||
    //                         display: inline-block;
 | 
			
		||||
    //                         font-weight: 500;
 | 
			
		||||
    //                         >div:first-child{
 | 
			
		||||
    //                             display: none;
 | 
			
		||||
    //                         }
 | 
			
		||||
    //                         div:nth-of-type(2){
 | 
			
		||||
    //                             display: inline-block;
 | 
			
		||||
    //                             width: auto;                                
 | 
			
		||||
    //                         }
 | 
			
		||||
    //                     }
 | 
			
		||||
    //                     .field_fonction{
 | 
			
		||||
    //                         grid-column: 1 / span 2;
 | 
			
		||||
    //                         >div:first-child{
 | 
			
		||||
    //                             display: none;
 | 
			
		||||
    //                         }
 | 
			
		||||
    //                     }
 | 
			
		||||
    //                     margin-bottom: .3rem;
 | 
			
		||||
    //                 }
 | 
			
		||||
    //                 margin-bottom: .5rem;
 | 
			
		||||
    //             }
 | 
			
		||||
    //             .field_type_equipe{
 | 
			
		||||
    //                 grid-row: 1;
 | 
			
		||||
    //                 font-weight: 600;
 | 
			
		||||
    //                 font-size: $font-medium;
 | 
			
		||||
    //                 margin-bottom: .5rem;
 | 
			
		||||
    //                 div:first-child{
 | 
			
		||||
    //                     display: none;
 | 
			
		||||
    //                 }
 | 
			
		||||
    //             }
 | 
			
		||||
    //         }
 | 
			
		||||
    //     }
 | 
			
		||||
    // }
 | 
			
		||||
    #node\:field_partenaires{
 | 
			
		||||
        h2{
 | 
			
		||||
            // color: black;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user